Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
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 | 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<Message,CellScanner> |
RpcClientImpl.call(PayloadCarryingRpcController pcrc,
Descriptors.MethodDescriptor md,
Message param,
CellScanner cells,
Message returnType,
User ticket,
InetSocketAddress addr,
int callTimeout,
int priority)
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<Message,CellScanner> |
AbstractRpcClient.call(PayloadCarryingRpcController pcrc,
Descriptors.MethodDescriptor md,
Message param,
CellScanner cells,
Message returnType,
User ticket,
InetSocketAddress addr,
int callTimeout,
int priority)
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. |
Constructor and Description |
---|
DelegatingPayloadCarryingRpcController(PayloadCarryingRpcController delegate) |
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.