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

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

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


Method Summary
 boolean getDone()
          optional bool done = 1 [default = false];
 HBaseProtos.SnapshotDescription getSnapshot()
          optional .SnapshotDescription snapshot = 2;
 HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()
          optional .SnapshotDescription snapshot = 2;
 boolean hasDone()
          optional bool done = 1 [default = false];
 boolean hasSnapshot()
          optional .SnapshotDescription snapshot = 2;
 
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

hasDone

boolean hasDone()
optional bool done = 1 [default = false];


getDone

boolean getDone()
optional bool done = 1 [default = false];


hasSnapshot

boolean hasSnapshot()
optional .SnapshotDescription snapshot = 2;


getSnapshot

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


getSnapshotOrBuilder

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



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.