Uses of Class
org.apache.hadoop.hbase.ipc.ServerRpcConnection

Packages that use org.apache.hadoop.hbase.ipc.ServerRpcConnection
Package
Description
Tools to help define network clients and servers.
  • Uses of org.apache.hadoop.hbase.ipc.ServerRpcConnection in org.apache.hadoop.hbase.ipc

    Classes in org.apache.hadoop.hbase.ipc with type parameters of type org.apache.hadoop.hbase.ipc.ServerRpcConnection 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 declared as org.apache.hadoop.hbase.ipc.ServerRpcConnection in in
    Modifier and Type
    Field
    Description
    protected final T
    ServerCall.connection
     
    Methods in org.apache.hadoop.hbase.ipc that return types with arguments of type org.apache.hadoop.hbase.ipc.ServerRpcConnection in in
    Modifier and Type
    Method
    Description
    static Optional<org.apache.hadoop.hbase.ipc.ServerRpcConnection>
    RpcServer.getCurrentServerRpcConnection()
    Returns the ServerRpcConnection for the current RPC request or not present if no connection is available.