org.apache.hadoop.hbase.rest.protobuf.generated
Interface TableInfoMessage.TableInfo.RegionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TableInfoMessage.TableInfo.Region, TableInfoMessage.TableInfo.Region.Builder
Enclosing class:
TableInfoMessage.TableInfo

public static interface TableInfoMessage.TableInfo.RegionOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getEndKey()
          optional bytes endKey = 3;
 long getId()
          optional int64 id = 4;
 String getLocation()
          optional string location = 5;
 com.google.protobuf.ByteString getLocationBytes()
          optional string location = 5;
 String getName()
          required string name = 1;
 com.google.protobuf.ByteString getNameBytes()
          required string name = 1;
 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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasName

boolean hasName()
required string name = 1;


getName

String getName()
required string name = 1;


getNameBytes

com.google.protobuf.ByteString getNameBytes()
required string name = 1;


hasStartKey

boolean hasStartKey()
optional bytes startKey = 2;


getStartKey

com.google.protobuf.ByteString getStartKey()
optional bytes startKey = 2;


hasEndKey

boolean hasEndKey()
optional bytes endKey = 3;


getEndKey

com.google.protobuf.ByteString getEndKey()
optional bytes endKey = 3;


hasId

boolean hasId()
optional int64 id = 4;


getId

long getId()
optional int64 id = 4;


hasLocation

boolean hasLocation()
optional string location = 5;


getLocation

String getLocation()
optional string location = 5;


getLocationBytes

com.google.protobuf.ByteString getLocationBytes()
optional string location = 5;



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.