public static interface MasterProtos.RestoreSnapshotRequestOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getNonce()
optional uint64 nonce = 3 [default = 0]; |
long |
getNonceGroup()
optional uint64 nonce_group = 2 [default = 0]; |
boolean |
getRestoreACL()
optional bool restoreACL = 4 [default = false]; |
SnapshotProtos.SnapshotDescription |
getSnapshot()
required .hbase.pb.SnapshotDescription snapshot = 1; |
SnapshotProtos.SnapshotDescriptionOrBuilder |
getSnapshotOrBuilder()
required .hbase.pb.SnapshotDescription snapshot = 1; |
boolean |
hasNonce()
optional uint64 nonce = 3 [default = 0]; |
boolean |
hasNonceGroup()
optional uint64 nonce_group = 2 [default = 0]; |
boolean |
hasRestoreACL()
optional bool restoreACL = 4 [default = false]; |
boolean |
hasSnapshot()
required .hbase.pb.SnapshotDescription snapshot = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSnapshot()
required .hbase.pb.SnapshotDescription snapshot = 1;SnapshotProtos.SnapshotDescription getSnapshot()
required .hbase.pb.SnapshotDescription snapshot = 1;SnapshotProtos.SnapshotDescriptionOrBuilder getSnapshotOrBuilder()
required .hbase.pb.SnapshotDescription snapshot = 1;boolean hasNonceGroup()
optional uint64 nonce_group = 2 [default = 0];long getNonceGroup()
optional uint64 nonce_group = 2 [default = 0];boolean hasNonce()
optional uint64 nonce = 3 [default = 0];long getNonce()
optional uint64 nonce = 3 [default = 0];boolean hasRestoreACL()
optional bool restoreACL = 4 [default = false];boolean getRestoreACL()
optional bool restoreACL = 4 [default = false];Copyright © 2007–2019 Cloudera. All rights reserved.