Uses of Class
org.hbase.async.generated.HBasePB.SnapshotDescription.Type

Packages that use HBasePB.SnapshotDescription.Type
org.hbase.async.generated   
 

Uses of HBasePB.SnapshotDescription.Type in org.hbase.async.generated
 

Methods in org.hbase.async.generated that return HBasePB.SnapshotDescription.Type
 HBasePB.SnapshotDescription.Type HBasePB.SnapshotDescriptionOrBuilder.getType()
          optional .SnapshotDescription.Type type = 4 [default = FLUSH];
 HBasePB.SnapshotDescription.Type HBasePB.SnapshotDescription.getType()
          optional .SnapshotDescription.Type type = 4 [default = FLUSH];
 HBasePB.SnapshotDescription.Type HBasePB.SnapshotDescription.Builder.getType()
          optional .SnapshotDescription.Type type = 4 [default = FLUSH];
static HBasePB.SnapshotDescription.Type HBasePB.SnapshotDescription.Type.valueOf(int value)
           
static HBasePB.SnapshotDescription.Type HBasePB.SnapshotDescription.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HBasePB.SnapshotDescription.Type[] HBasePB.SnapshotDescription.Type.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.SnapshotDescription.Type
static com.google.protobuf.Internal.EnumLiteMap<HBasePB.SnapshotDescription.Type> HBasePB.SnapshotDescription.Type.internalGetValueMap()
           
 

Methods in org.hbase.async.generated with parameters of type HBasePB.SnapshotDescription.Type
 HBasePB.SnapshotDescription.Builder HBasePB.SnapshotDescription.Builder.setType(HBasePB.SnapshotDescription.Type value)
          optional .SnapshotDescription.Type type = 4 [default = FLUSH];
 



Copyright © 2010-2015, The Async HBase Authors