public static interface TableInfoMessage.TableInfo.RegionOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ByteString |
getEndKey()
optional bytes endKey = 3; |
long |
getId()
optional int64 id = 4; |
String |
getLocation()
optional string location = 5; |
ByteString |
getLocationBytes()
optional string location = 5; |
String |
getName()
required string name = 1; |
ByteString |
getNameBytes()
required string name = 1; |
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, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasFieldisInitializedboolean hasName()
required string name = 1;String getName()
required string name = 1;ByteString getNameBytes()
required string name = 1;boolean hasStartKey()
optional bytes startKey = 2;ByteString getStartKey()
optional bytes startKey = 2;boolean hasEndKey()
optional bytes endKey = 3;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;ByteString getLocationBytes()
optional string location = 5;Copyright © 2014 The Apache Software Foundation. All Rights Reserved.