Uses of Interface
org.apache.hadoop.hbase.ipc.RpcCall
Packages that use 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
Classes in org.apache.hadoop.hbase.ipc that implement org.apache.hadoop.hbase.ipc.RpcCall in inModifier 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.Fields in org.apache.hadoop.hbase.ipc with type parameters of type org.apache.hadoop.hbase.ipc.RpcCall in inModifier 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.Methods in org.apache.hadoop.hbase.ipc that return org.apache.hadoop.hbase.ipc.RpcCall in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.RpcCall
CallRunner.getRpcCall()
Methods in org.apache.hadoop.hbase.ipc that return types with arguments of type org.apache.hadoop.hbase.ipc.RpcCall in inModifier 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
.Methods in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.ipc.RpcCall in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.util.Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,
org.apache.hadoop.hbase.ExtendedCellScanner> 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.ExtendedCellScanner> 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
Methods in org.apache.hadoop.hbase.namequeues that return org.apache.hadoop.hbase.ipc.RpcCall in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.RpcCall
RpcLogDetails.getRpcCall()
Constructors in org.apache.hadoop.hbase.namequeues with parameters of type org.apache.hadoop.hbase.ipc.RpcCall in in -
Uses of org.apache.hadoop.hbase.ipc.RpcCall in org.apache.hadoop.hbase.server.trace
Constructors in org.apache.hadoop.hbase.server.trace with parameters of type org.apache.hadoop.hbase.ipc.RpcCall in inModifierConstructorDescriptionIpcServerSpanBuilder
(org.apache.hadoop.hbase.ipc.RpcCall rpcCall)