Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutationProto.MutationType

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

Uses of ClientProtos.MutationProto.MutationType in org.apache.hadoop.hbase.protobuf
 

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

Uses of ClientProtos.MutationProto.MutationType in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.MutationProto.MutationType
 ClientProtos.MutationProto.MutationType ClientProtos.MutationProtoOrBuilder.getMutateType()
           
 ClientProtos.MutationProto.MutationType ClientProtos.MutationProto.getMutateType()
           
 ClientProtos.MutationProto.MutationType ClientProtos.MutationProto.Builder.getMutateType()
           
static ClientProtos.MutationProto.MutationType ClientProtos.MutationProto.MutationType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static ClientProtos.MutationProto.MutationType ClientProtos.MutationProto.MutationType.valueOf(int value)
           
static ClientProtos.MutationProto.MutationType ClientProtos.MutationProto.MutationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ClientProtos.MutationProto.MutationType[] ClientProtos.MutationProto.MutationType.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.MutationProto.MutationType
static com.google.protobuf.Internal.EnumLiteMap<ClientProtos.MutationProto.MutationType> ClientProtos.MutationProto.MutationType.internalGetValueMap()
           
 

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



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