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,
org.apache.hadoop.hbase.CellScanner cells,
com.google.protobuf.Message returnType,
org.apache.hadoop.hbase.security.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 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,
org.apache.hadoop.hbase.CellScanner cells,
com.google.protobuf.Message returnType,
org.apache.hadoop.hbase.security.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.
|