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

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

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


Method Summary
 boolean getDone()
           
 HBaseProtos.SnapshotDescription getSnapshot()
           
 HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()
           
 boolean hasDone()
           
 boolean hasSnapshot()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasDone

boolean hasDone()

getDone

boolean getDone()

hasSnapshot

boolean hasSnapshot()

getSnapshot

HBaseProtos.SnapshotDescription getSnapshot()

getSnapshotOrBuilder

HBaseProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()


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