Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Mutate.MutateType

Packages that use ClientProtos.Mutate.MutateType
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of ClientProtos.Mutate.MutateType in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf with parameters of type ClientProtos.Mutate.MutateType
static ClientProtos.Mutate ProtobufUtil.toMutate(ClientProtos.Mutate.MutateType mutateType, Mutation mutation)
          Create a protocol buffer Mutate based on a client Mutation
 

Uses of ClientProtos.Mutate.MutateType in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.Mutate.MutateType
 ClientProtos.Mutate.MutateType ClientProtos.MutateOrBuilder.getMutateType()
           
 ClientProtos.Mutate.MutateType ClientProtos.Mutate.getMutateType()
           
 ClientProtos.Mutate.MutateType ClientProtos.Mutate.Builder.getMutateType()
           
static ClientProtos.Mutate.MutateType ClientProtos.Mutate.MutateType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static ClientProtos.Mutate.MutateType ClientProtos.Mutate.MutateType.valueOf(int value)
           
static ClientProtos.Mutate.MutateType ClientProtos.Mutate.MutateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClientProtos.Mutate.MutateType[] ClientProtos.Mutate.MutateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClientProtos.Mutate.MutateType
static com.google.protobuf.Internal.EnumLiteMap<ClientProtos.Mutate.MutateType> ClientProtos.Mutate.MutateType.internalGetValueMap()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.Mutate.MutateType
 ClientProtos.Mutate.Builder ClientProtos.Mutate.Builder.setMutateType(ClientProtos.Mutate.MutateType value)
           
 



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