Uses of Class
org.apache.flume.api.AbstractRpcClient

Packages that use AbstractRpcClient
org.apache.flume.api   
 

Uses of AbstractRpcClient in org.apache.flume.api
 

Subclasses of AbstractRpcClient in org.apache.flume.api
 class FailoverRpcClient
          Avro/Netty implementation of RpcClient which supports failover.
 class LoadBalancingRpcClient
          An implementation of RpcClient interface that uses NettyAvroRpcClient instances to load-balance the requests over many different hosts.
 class NettyAvroRpcClient
          Avro/Netty implementation of RpcClient.
 class ThriftRpcClient
           
 



Copyright © 2009-2014 Apache Software Foundation. All Rights Reserved.