org.apache.hadoop.hbase.protobuf.generated
Interface HBaseProtos.RegionSpecifierOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HBaseProtos.RegionSpecifier, HBaseProtos.RegionSpecifier.Builder
Enclosing class:
HBaseProtos

public static interface HBaseProtos.RegionSpecifierOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 HBaseProtos.RegionSpecifier.RegionSpecifierType getType()
           
 com.google.protobuf.ByteString getValue()
           
 boolean hasType()
           
 boolean hasValue()
           
 
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

hasType

boolean hasType()

getType

HBaseProtos.RegionSpecifier.RegionSpecifierType getType()

hasValue

boolean hasValue()

getValue

com.google.protobuf.ByteString getValue()


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