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

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()
          optional .MutationProto.MutationType mutate_type = 2;
 ClientProtos.MutationProto.MutationType ClientProtos.MutationProto.getMutateType()
          optional .MutationProto.MutationType mutate_type = 2;
 ClientProtos.MutationProto.MutationType ClientProtos.MutationProto.Builder.getMutateType()
          optional .MutationProto.MutationType mutate_type = 2;
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)
          optional .MutationProto.MutationType mutate_type = 2;
 



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