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

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

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


Method Summary
 boolean getDone()
          optional bool done = 1 [default = false];
 boolean hasDone()
          optional bool done = 1 [default = false];
 
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];



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