|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |