Uses of Class
org.apache.hadoop.hbase.ipc.ServerRpcConnection
Packages that use ServerRpcConnection
-
Uses of ServerRpcConnection in org.apache.hadoop.hbase.ipc
Classes in org.apache.hadoop.hbase.ipc with type parameters of type ServerRpcConnectionModifier and TypeClassDescriptionclassServerCall<T extends ServerRpcConnection>Datastructure that holds all necessary to a method invocation and then afterward, carries the result.Subclasses of ServerRpcConnection in org.apache.hadoop.hbase.ipcModifier and TypeClassDescription(package private) classRpcConnection implementation for netty rpc server.(package private) classDeprecated.Fields in org.apache.hadoop.hbase.ipc declared as ServerRpcConnectionMethods in org.apache.hadoop.hbase.ipc that return types with arguments of type ServerRpcConnectionModifier and TypeMethodDescriptionstatic Optional<ServerRpcConnection>RpcServer.getCurrentServerRpcConnection()Returns the ServerRpcConnection for the current RPC request or not present if no connection is available.