Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockingRpcClient
Does RPC against a cluster.
|
class |
NettyRpcClient
Netty client for the requests and responses.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractRpcClient<?> |
AbstractRpcClient.AbstractRpcChannel.rpcClient |
Constructor and Description |
---|
AbstractRpcChannel(AbstractRpcClient<?> rpcClient,
Address addr,
User ticket,
int rpcTimeout) |
BlockingRpcChannelImplementation(AbstractRpcClient<?> rpcClient,
Address addr,
User ticket,
int rpcTimeout) |
RpcChannelImplementation(AbstractRpcClient<?> rpcClient,
Address addr,
User ticket,
int rpcTimeout) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.