Uses of Class
org.hbase.async.generated.HBasePB.RegionSpecifier.RegionSpecifierType

Packages that use HBasePB.RegionSpecifier.RegionSpecifierType
org.hbase.async.generated   
 

Uses of HBasePB.RegionSpecifier.RegionSpecifierType in org.hbase.async.generated
 

Methods in org.hbase.async.generated that return HBasePB.RegionSpecifier.RegionSpecifierType
 HBasePB.RegionSpecifier.RegionSpecifierType HBasePB.RegionSpecifierOrBuilder.getType()
          required .RegionSpecifier.RegionSpecifierType type = 1;
 HBasePB.RegionSpecifier.RegionSpecifierType HBasePB.RegionSpecifier.getType()
          required .RegionSpecifier.RegionSpecifierType type = 1;
 HBasePB.RegionSpecifier.RegionSpecifierType HBasePB.RegionSpecifier.Builder.getType()
          required .RegionSpecifier.RegionSpecifierType type = 1;
static HBasePB.RegionSpecifier.RegionSpecifierType HBasePB.RegionSpecifier.RegionSpecifierType.valueOf(int value)
           
static HBasePB.RegionSpecifier.RegionSpecifierType HBasePB.RegionSpecifier.RegionSpecifierType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HBasePB.RegionSpecifier.RegionSpecifierType[] HBasePB.RegionSpecifier.RegionSpecifierType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.hbase.async.generated that return types with arguments of type HBasePB.RegionSpecifier.RegionSpecifierType
static com.google.protobuf.Internal.EnumLiteMap<HBasePB.RegionSpecifier.RegionSpecifierType> HBasePB.RegionSpecifier.RegionSpecifierType.internalGetValueMap()
           
 

Methods in org.hbase.async.generated with parameters of type HBasePB.RegionSpecifier.RegionSpecifierType
 HBasePB.RegionSpecifier.Builder HBasePB.RegionSpecifier.Builder.setType(HBasePB.RegionSpecifier.RegionSpecifierType value)
          required .RegionSpecifier.RegionSpecifierType type = 1;
 



Copyright © 2010-2015, The Async HBase Authors