Uses of Class
org.apache.hadoop.hbase.ipc.ServerRpcConnection
Packages that use org.apache.hadoop.hbase.ipc.ServerRpcConnection
-
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 inModifier and TypeClassDescriptionclassorg.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 inModifier and TypeFieldDescriptionprotected final TServerCall.connectionMethods in org.apache.hadoop.hbase.ipc that return types with arguments of type org.apache.hadoop.hbase.ipc.ServerRpcConnection in inModifier and TypeMethodDescriptionstatic 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.