public static interface LockServiceProtos.LockProcedureDataOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
optional string description = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 5; |
boolean |
getIsMasterLock()
optional bool is_master_lock = 6 [default = false]; |
LockServiceProtos.LockType |
getLockType()
required .hbase.pb.LockType lock_type = 1; |
String |
getNamespace()
optional string namespace = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getNamespaceBytes()
optional string namespace = 2; |
HBaseProtos.RegionInfo |
getRegionInfo(int index)
repeated .hbase.pb.RegionInfo region_info = 4; |
int |
getRegionInfoCount()
repeated .hbase.pb.RegionInfo region_info = 4; |
List<HBaseProtos.RegionInfo> |
getRegionInfoList()
repeated .hbase.pb.RegionInfo region_info = 4; |
HBaseProtos.RegionInfoOrBuilder |
getRegionInfoOrBuilder(int index)
repeated .hbase.pb.RegionInfo region_info = 4; |
List<? extends HBaseProtos.RegionInfoOrBuilder> |
getRegionInfoOrBuilderList()
repeated .hbase.pb.RegionInfo region_info = 4; |
HBaseProtos.TableName |
getTableName()
optional .hbase.pb.TableName table_name = 3; |
HBaseProtos.TableNameOrBuilder |
getTableNameOrBuilder()
optional .hbase.pb.TableName table_name = 3; |
boolean |
hasDescription()
optional string description = 5; |
boolean |
hasIsMasterLock()
optional bool is_master_lock = 6 [default = false]; |
boolean |
hasLockType()
required .hbase.pb.LockType lock_type = 1; |
boolean |
hasNamespace()
optional string namespace = 2; |
boolean |
hasTableName()
optional .hbase.pb.TableName table_name = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLockType()
required .hbase.pb.LockType lock_type = 1;LockServiceProtos.LockType getLockType()
required .hbase.pb.LockType lock_type = 1;boolean hasNamespace()
optional string namespace = 2;String getNamespace()
optional string namespace = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getNamespaceBytes()
optional string namespace = 2;boolean hasTableName()
optional .hbase.pb.TableName table_name = 3;HBaseProtos.TableName getTableName()
optional .hbase.pb.TableName table_name = 3;HBaseProtos.TableNameOrBuilder getTableNameOrBuilder()
optional .hbase.pb.TableName table_name = 3;List<HBaseProtos.RegionInfo> getRegionInfoList()
repeated .hbase.pb.RegionInfo region_info = 4;HBaseProtos.RegionInfo getRegionInfo(int index)
repeated .hbase.pb.RegionInfo region_info = 4;int getRegionInfoCount()
repeated .hbase.pb.RegionInfo region_info = 4;List<? extends HBaseProtos.RegionInfoOrBuilder> getRegionInfoOrBuilderList()
repeated .hbase.pb.RegionInfo region_info = 4;HBaseProtos.RegionInfoOrBuilder getRegionInfoOrBuilder(int index)
repeated .hbase.pb.RegionInfo region_info = 4;boolean hasDescription()
optional string description = 5;String getDescription()
optional string description = 5;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 5;boolean hasIsMasterLock()
optional bool is_master_lock = 6 [default = false];boolean getIsMasterLock()
optional bool is_master_lock = 6 [default = false];Copyright © 2007–2019 Cloudera. All rights reserved.