Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
protected PayloadCarryingRpcController |
ScannerCallable.controller |
private PayloadCarryingRpcController |
RpcRetryingCallerWithReadReplicas.ReplicaRegionServerCallable.controller |
private PayloadCarryingRpcController |
MultiServerCallable.controller |
Modifier and Type | Method and Description |
---|---|
(package private) PayloadCarryingRpcController |
ScannerCallable.getController() |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingPayloadCarryingRpcController
Simple delegating controller for use with the
RpcControllerFactory to help override
standard behavior of a PayloadCarryingRpcController . |
Modifier and Type | Field and Description |
---|---|
(package private) PayloadCarryingRpcController |
AsyncCall.controller |
private PayloadCarryingRpcController |
DelegatingPayloadCarryingRpcController.delegate |
Modifier and Type | Method and Description |
---|---|
PayloadCarryingRpcController |
RpcControllerFactory.newController() |
PayloadCarryingRpcController |
RpcControllerFactory.newController(CellScanner cellScanner) |
PayloadCarryingRpcController |
RpcControllerFactory.newController(List<CellScannable> cellIterables) |
Modifier and Type | Method and Description |
---|---|
protected Pair<com.google.protobuf.Message,CellScanner> |
RpcClientImpl.call(PayloadCarryingRpcController pcrc,
com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.Message param,
com.google.protobuf.Message returnType,
User ticket,
InetSocketAddress addr,
MetricsConnection.CallStats callStats)
Make a call, passing
param , to the IPC server running at
address which is servicing the protocol protocol,
with the ticket credentials, returning the value. |
protected Pair<com.google.protobuf.Message,CellScanner> |
AsyncRpcClient.call(PayloadCarryingRpcController pcrc,
com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.Message param,
com.google.protobuf.Message returnType,
User ticket,
InetSocketAddress addr,
MetricsConnection.CallStats callStats)
Make a call, passing
param , to the IPC server running at
address which is servicing the protocol protocol,
with the ticket credentials, returning the value. |
protected abstract Pair<com.google.protobuf.Message,CellScanner> |
AbstractRpcClient.call(PayloadCarryingRpcController pcrc,
com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.Message param,
com.google.protobuf.Message returnType,
User ticket,
InetSocketAddress isa,
MetricsConnection.CallStats callStats)
Make a call, passing
param , to the IPC server running at
address which is servicing the protocol protocol,
with the ticket credentials, returning the value. |
(package private) com.google.protobuf.Message |
AbstractRpcClient.callBlockingMethod(com.google.protobuf.Descriptors.MethodDescriptor md,
PayloadCarryingRpcController pcrc,
com.google.protobuf.Message param,
com.google.protobuf.Message returnType,
User ticket,
InetSocketAddress isa)
Make a blocking call.
|
io.netty.util.concurrent.Promise<com.google.protobuf.Message> |
AsyncRpcChannel.callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
PayloadCarryingRpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.Message responsePrototype,
MetricsConnection.CallStats callStats)
Calls method on channel
|
private void |
AsyncRpcClient.callMethod(com.google.protobuf.Descriptors.MethodDescriptor md,
PayloadCarryingRpcController pcrc,
com.google.protobuf.Message param,
com.google.protobuf.Message returnType,
User ticket,
InetSocketAddress addr,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
Call method async
|
Constructor and Description |
---|
AsyncCall(io.netty.channel.EventLoop eventLoop,
int connectId,
com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.Message param,
PayloadCarryingRpcController controller,
com.google.protobuf.Message responseDefaultType,
MetricsConnection.CallStats callStats)
Constructor
|
DelegatingPayloadCarryingRpcController(PayloadCarryingRpcController delegate) |
Modifier and Type | Method and Description |
---|---|
private PayloadCarryingRpcController |
ServerManager.newRpcController() |
Modifier and Type | Method and Description |
---|---|
private void |
RSRpcServices.addResult(org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutateResponse.Builder builder,
Result result,
PayloadCarryingRpcController rpcc) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.