public static interface MasterProtos.IsProcedureDoneResponseOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDone()
optional bool done = 1 [default = false]; |
HBaseProtos.ProcedureDescription |
getSnapshot()
optional .hbase.pb.ProcedureDescription snapshot = 2; |
HBaseProtos.ProcedureDescriptionOrBuilder |
getSnapshotOrBuilder()
optional .hbase.pb.ProcedureDescription snapshot = 2; |
boolean |
hasDone()
optional bool done = 1 [default = false]; |
boolean |
hasSnapshot()
optional .hbase.pb.ProcedureDescription snapshot = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDone()
optional bool done = 1 [default = false];boolean getDone()
optional bool done = 1 [default = false];boolean hasSnapshot()
optional .hbase.pb.ProcedureDescription snapshot = 2;HBaseProtos.ProcedureDescription getSnapshot()
optional .hbase.pb.ProcedureDescription snapshot = 2;HBaseProtos.ProcedureDescriptionOrBuilder getSnapshotOrBuilder()
optional .hbase.pb.ProcedureDescription snapshot = 2;Copyright © 2007–2019 Cloudera. All rights reserved.