Uses of Interface
org.apache.hadoop.hbase.ipc.RpcCall
Package
Description
Tools to help define network clients and servers.
-
Uses of org.apache.hadoop.hbase.ipc.RpcCall in org.apache.hadoop.hbase.ipc
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.ipc.ServerCall<T extends org.apache.hadoop.hbase.ipc.ServerRpcConnection>
Datastructure that holds all necessary to a method invocation and then afterward, carries the result.Modifier and TypeFieldDescriptionprotected static final ThreadLocal<org.apache.hadoop.hbase.ipc.RpcCall>
RpcServer.CurCall
This is set to Call object before Handler invokes an RPC and ybdie after the call returns.Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.RpcCall
CallRunner.getRpcCall()
Modifier and TypeMethodDescriptionstatic Optional<org.apache.hadoop.hbase.ipc.RpcCall>
RpcServer.getCurrentCall()
Needed for features such as delayed calls.static Optional<org.apache.hadoop.hbase.ipc.RpcCall>
RpcServer.unsetCurrentCall()
Used byRegionProcedureStore
.Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.util.Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,
org.apache.hadoop.hbase.CellScanner> RpcServer.call
(org.apache.hadoop.hbase.ipc.RpcCall call, org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler status) This is a server side method, which is invoked over RPC.org.apache.hadoop.hbase.util.Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,
org.apache.hadoop.hbase.CellScanner> RpcServerInterface.call
(org.apache.hadoop.hbase.ipc.RpcCall call, org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler status) static void
RpcServer.setCurrentCall
(org.apache.hadoop.hbase.ipc.RpcCall rpcCall) Used byRegionProcedureStore
. -
Uses of org.apache.hadoop.hbase.ipc.RpcCall in org.apache.hadoop.hbase.namequeues
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.RpcCall
RpcLogDetails.getRpcCall()
-
Uses of org.apache.hadoop.hbase.ipc.RpcCall in org.apache.hadoop.hbase.server.trace
ModifierConstructorDescriptionIpcServerSpanBuilder
(org.apache.hadoop.hbase.ipc.RpcCall rpcCall)