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   
org.apache.hadoop.hbase.regionserver.wal   
 

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)
           
static ClientProtos.MutationProto ProtobufUtil.toMutation(ClientProtos.MutationProto.MutationType type, Mutation mutation, ClientProtos.MutationProto.Builder builder)
           
static ClientProtos.MutationProto ProtobufUtil.toMutation(ClientProtos.MutationProto.MutationType type, Mutation mutation, ClientProtos.MutationProto.Builder builder, long nonce)
           
static ClientProtos.MutationProto ProtobufUtil.toMutation(ClientProtos.MutationProto.MutationType type, Mutation mutation, long nonce)
          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.
static ClientProtos.MutationProto ProtobufUtil.toMutationNoData(ClientProtos.MutationProto.MutationType type, Mutation mutation, ClientProtos.MutationProto.Builder builder)
          Create a protocol buffer MutationProto based on a client Mutation.
static ClientProtos.MutationProto ProtobufUtil.toMutationNoData(ClientProtos.MutationProto.MutationType type, Mutation mutation, ClientProtos.MutationProto.Builder builder, long nonce)
           
 

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;
 

Uses of ClientProtos.MutationProto.MutationType in org.apache.hadoop.hbase.regionserver.wal
 

Fields in org.apache.hadoop.hbase.regionserver.wal declared as ClientProtos.MutationProto.MutationType
 ClientProtos.MutationProto.MutationType HLogSplitter.MutationReplay.type
           
 

Constructors in org.apache.hadoop.hbase.regionserver.wal with parameters of type ClientProtos.MutationProto.MutationType
HLogSplitter.MutationReplay(ClientProtos.MutationProto.MutationType type, Mutation mutation, long nonceGroup, long nonce)
           
 



Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.