Class Summary |
AbstractRpcClient |
|
FailoverRpcClient |
Avro/Netty implementation of RpcClient which supports failover. |
HostInfo |
A convenience class that holds the property reference name along with the
hostname and port number of a specified host address. |
LoadBalancingRpcClient |
An implementation of RpcClient interface that uses NettyAvroRpcClient
instances to load-balance the requests over many different hosts. |
NettyAvroRpcClient |
Avro/Netty implementation of RpcClient . |
RpcClientConfigurationConstants |
Configuration constants used by the RpcClient. |
RpcClientFactory |
Factory class to construct Flume RPCClient implementations. |
ThriftRpcClient |
|