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 in
    Modifier and Type
    Class
    Description
    class 
    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 in
    Modifier and Type
    Field
    Description
    protected 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 in
    Modifier and Type
    Method
    Description
    org.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 in
    Modifier and Type
    Method
    Description
    static 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 by RegionProcedureStore.
    Methods in org.apache.hadoop.hbase.ipc with parameters of type org.apache.hadoop.hbase.ipc.RpcCall in in
    Modifier and Type
    Method
    Description
    org.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 by RegionProcedureStore.
  • 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 in
    Modifier and Type
    Method
    Description
    org.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
    Modifier
    Constructor
    Description
     
    RpcLogDetails(org.apache.hadoop.hbase.ipc.RpcCall rpcCall, org.apache.hbase.thirdparty.com.google.protobuf.Message param, String clientAddress, long responseSize, long blockBytesScanned, long fsReadTime, String className, boolean isSlowLog, boolean isLargeLog)
     
  • 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 in
    Modifier
    Constructor
    Description
     
    IpcServerSpanBuilder(org.apache.hadoop.hbase.ipc.RpcCall rpcCall)