Package | Description |
---|---|
org.apache.hadoop.hbase.client.coprocessor |
Provides client classes for invoking Coprocessor RPC protocols
|
org.apache.hadoop.hbase.coprocessor |
Table of Contents
|
org.apache.hadoop.hbase.protobuf.generated |
Modifier and Type | Method and Description |
---|---|
static <S extends com.google.protobuf.Message,T extends com.google.protobuf.Message> |
RowProcessorClient.getRowProcessorPB(RowProcessor<S,T> r) |
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.ProcessRequest> |
RowProcessorProtos.ProcessRequest.PARSER |
Modifier and Type | Method and Description |
---|---|
RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.Builder.build() |
RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.Builder.buildPartial() |
static RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.getDefaultInstance() |
RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.getDefaultInstanceForType() |
RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.Builder.getDefaultInstanceForType() |
static RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.parseDelimitedFrom(InputStream input) |
static RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.parseFrom(byte[] data) |
static RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.parseFrom(com.google.protobuf.ByteString data) |
static RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.parseFrom(InputStream input) |
static RowProcessorProtos.ProcessRequest |
RowProcessorProtos.ProcessRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RowProcessorProtos.ProcessRequest> |
RowProcessorProtos.ProcessRequest.getParserForType() |
Modifier and Type | Method and Description |
---|---|
RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.Builder.mergeFrom(RowProcessorProtos.ProcessRequest other) |
static RowProcessorProtos.ProcessRequest.Builder |
RowProcessorProtos.ProcessRequest.newBuilder(RowProcessorProtos.ProcessRequest prototype) |
RowProcessorProtos.ProcessResponse |
RowProcessorProtos.RowProcessorService.BlockingInterface.process(com.google.protobuf.RpcController controller,
RowProcessorProtos.ProcessRequest request) |
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.