| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.ipc |
| Modifier and Type | Field and Description |
|---|---|
protected PayloadCarryingRpcController |
ScannerCallable.controller |
| 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(org.apache.hadoop.hbase.CellScanner cellScanner) |
PayloadCarryingRpcController |
RpcControllerFactory.newController(List<org.apache.hadoop.hbase.CellScannable> cellIterables) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.hadoop.hbase.util.Pair<com.google.protobuf.Message,org.apache.hadoop.hbase.CellScanner> |
RpcClientImpl.call(PayloadCarryingRpcController pcrc,
com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.Message param,
com.google.protobuf.Message returnType,
org.apache.hadoop.hbase.security.User ticket,
InetSocketAddress addr)
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 org.apache.hadoop.hbase.util.Pair<com.google.protobuf.Message,org.apache.hadoop.hbase.CellScanner> |
AsyncRpcClient.call(PayloadCarryingRpcController pcrc,
com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.Message param,
com.google.protobuf.Message returnType,
org.apache.hadoop.hbase.security.User ticket,
InetSocketAddress addr)
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 org.apache.hadoop.hbase.util.Pair<com.google.protobuf.Message,org.apache.hadoop.hbase.CellScanner> |
AbstractRpcClient.call(PayloadCarryingRpcController pcrc,
com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.Message param,
com.google.protobuf.Message returnType,
org.apache.hadoop.hbase.security.User ticket,
InetSocketAddress isa)
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. |
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)
Calls method on channel
|
| 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)
Constructor
|
DelegatingPayloadCarryingRpcController(PayloadCarryingRpcController delegate) |
Copyright © 2007–2017. All rights reserved.