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()
           
 long getId()
           
 String getLocation()
           
 String getName()
           
 com.google.protobuf.ByteString getStartKey()
           
 boolean hasEndKey()
           
 boolean hasId()
           
 boolean hasLocation()
           
 boolean hasName()
           
 boolean hasStartKey()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasName

boolean hasName()

getName

String getName()

hasStartKey

boolean hasStartKey()

getStartKey

com.google.protobuf.ByteString getStartKey()

hasEndKey

boolean hasEndKey()

getEndKey

com.google.protobuf.ByteString getEndKey()

hasId

boolean hasId()

getId

long getId()

hasLocation

boolean hasLocation()

getLocation

String getLocation()


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.