Package | Description |
---|---|
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 | |
org.apache.hadoop.hbase.regionserver.wal |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ClientProtos.MutationProto.MutationType> |
ClientProtos.MutationProto.MutationType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
ClientProtos.MutationProto.Builder |
ClientProtos.MutationProto.Builder.setMutateType(ClientProtos.MutationProto.MutationType value)
optional .MutationProto.MutationType mutate_type = 2; |
Modifier and Type | Method and Description |
---|---|
protected OperationStatus[] |
HRegionServer.doBatchOp(HRegion region,
List<Pair<ClientProtos.MutationProto.MutationType,Mutation>> mutations,
boolean isReplay)
Execute a list of Put/Delete mutations.
|
Modifier and Type | Method and Description |
---|---|
static List<Pair<ClientProtos.MutationProto.MutationType,Mutation>> |
HLogSplitter.getMutationsFromWALEntry(AdminProtos.WALEntry entry,
CellScanner cells,
Pair<HLogKey,WALEdit> logEntry)
This function is used to construct mutations from a WALEntry.
|
Copyright © 2013 The Apache Software Foundation. All rights reserved.