Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerCall<T extends ServerRpcConnection>
Datastructure that holds all necessary to a method invocation and then afterward, carries
the result.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
NettyServerRpcConnection
RpcConnection implementation for netty rpc server.
|
(package private) class |
SimpleServerRpcConnection
Reads calls from a connection and queues them for handling.
|
Modifier and Type | Field and Description |
---|---|
protected T |
ServerCall.connection |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.