org.hbase.async.generated
Interface HBasePB.RegionSpecifierOrBuilder

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

public static interface HBasePB.RegionSpecifierOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 HBasePB.RegionSpecifier.RegionSpecifierType getType()
          required .RegionSpecifier.RegionSpecifierType type = 1;
 com.google.protobuf.ByteString getValue()
          required bytes value = 2;
 boolean hasType()
          required .RegionSpecifier.RegionSpecifierType type = 1;
 boolean hasValue()
          required bytes value = 2;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasType

boolean hasType()
required .RegionSpecifier.RegionSpecifierType type = 1;


getType

HBasePB.RegionSpecifier.RegionSpecifierType getType()
required .RegionSpecifier.RegionSpecifierType type = 1;


hasValue

boolean hasValue()
required bytes value = 2;


getValue

com.google.protobuf.ByteString getValue()
required bytes value = 2;



Copyright © 2010-2015, The Async HBase Authors