public static interface TableInfoMessage.TableInfo.RegionOrBuilder
extends org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getEndKey()
optional bytes endKey = 3; |
long |
getId()
optional int64 id = 4; |
String |
getLocation()
optional string location = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getLocationBytes()
optional string location = 5; |
String |
getName()
required string name = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getStartKey()
optional bytes startKey = 2; |
boolean |
hasEndKey()
optional bytes endKey = 3; |
boolean |
hasId()
optional int64 id = 4; |
boolean |
hasLocation()
optional string location = 5; |
boolean |
hasName()
required string name = 1; |
boolean |
hasStartKey()
optional bytes startKey = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
required string name = 1;String getName()
required string name = 1;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasStartKey()
optional bytes startKey = 2;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getStartKey()
optional bytes startKey = 2;boolean hasEndKey()
optional bytes endKey = 3;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getEndKey()
optional bytes endKey = 3;boolean hasId()
optional int64 id = 4;long getId()
optional int64 id = 4;boolean hasLocation()
optional string location = 5;String getLocation()
optional string location = 5;org.apache.hbase.thirdparty.com.google.protobuf.ByteString getLocationBytes()
optional string location = 5;Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.