Package | Description |
---|---|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.protobuf.generated |
Modifier and Type | Method and Description |
---|---|
void |
BaseRowProcessorEndpoint.process(com.google.protobuf.RpcController controller,
RowProcessorProtos.ProcessRequest request,
com.google.protobuf.RpcCallback<RowProcessorProtos.ProcessResponse> done)
Pass a processor to region to process multiple rows atomically.
|
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<RowProcessorProtos.ProcessResponse> |
RowProcessorProtos.ProcessResponse.PARSER |
Modifier and Type | Method and Description |
---|---|
RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.Builder.build() |
RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.Builder.buildPartial() |
static RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.getDefaultInstance() |
RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.getDefaultInstanceForType() |
RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.Builder.getDefaultInstanceForType() |
static RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.parseDelimitedFrom(InputStream input) |
static RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.parseFrom(byte[] data) |
static RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.parseFrom(com.google.protobuf.ByteString data) |
static RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.parseFrom(InputStream input) |
static RowProcessorProtos.ProcessResponse |
RowProcessorProtos.ProcessResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RowProcessorProtos.ProcessResponse |
RowProcessorProtos.RowProcessorService.BlockingInterface.process(com.google.protobuf.RpcController controller,
RowProcessorProtos.ProcessRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RowProcessorProtos.ProcessResponse> |
RowProcessorProtos.ProcessResponse.getParserForType() |
Modifier and Type | Method and Description |
---|---|
RowProcessorProtos.ProcessResponse.Builder |
RowProcessorProtos.ProcessResponse.Builder.mergeFrom(RowProcessorProtos.ProcessResponse other) |
static RowProcessorProtos.ProcessResponse.Builder |
RowProcessorProtos.ProcessResponse.newBuilder(RowProcessorProtos.ProcessResponse prototype) |
Modifier and Type | Method and Description |
---|---|
abstract void |
RowProcessorProtos.RowProcessorService.process(com.google.protobuf.RpcController controller,
RowProcessorProtos.ProcessRequest request,
com.google.protobuf.RpcCallback<RowProcessorProtos.ProcessResponse> done)
rpc Process(.ProcessRequest) returns (.ProcessResponse); |
void |
RowProcessorProtos.RowProcessorService.Interface.process(com.google.protobuf.RpcController controller,
RowProcessorProtos.ProcessRequest request,
com.google.protobuf.RpcCallback<RowProcessorProtos.ProcessResponse> done)
rpc Process(.ProcessRequest) returns (.ProcessResponse); |
void |
RowProcessorProtos.RowProcessorService.Stub.process(com.google.protobuf.RpcController controller,
RowProcessorProtos.ProcessRequest request,
com.google.protobuf.RpcCallback<RowProcessorProtos.ProcessResponse> done) |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.