org.apache.hadoop.hbase.protobuf.generated
Interface MasterProtos.IsRestoreSnapshotDoneRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MasterProtos.IsRestoreSnapshotDoneRequest, MasterProtos.IsRestoreSnapshotDoneRequest.Builder
Enclosing class:
MasterProtos

public static interface MasterProtos.IsRestoreSnapshotDoneRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HBaseProtos.SnapshotDescription getSnapshot()
          optional .SnapshotDescription snapshot = 1;
 HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()
          optional .SnapshotDescription snapshot = 1;
 boolean hasSnapshot()
          optional .SnapshotDescription snapshot = 1;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasSnapshot

boolean hasSnapshot()
optional .SnapshotDescription snapshot = 1;


getSnapshot

HBaseProtos.SnapshotDescription getSnapshot()
optional .SnapshotDescription snapshot = 1;


getSnapshotOrBuilder

HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()
optional .SnapshotDescription snapshot = 1;



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.