Uses of Interface
org.apache.flume.api.RpcClient

Packages that use RpcClient
org.apache.flume.api   
 

Uses of RpcClient in org.apache.flume.api
 

Classes in org.apache.flume.api that implement RpcClient
 class AbstractRpcClient
           
 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.
 

Methods in org.apache.flume.api that return RpcClient
static RpcClient RpcClientFactory.getDefaultInstance(String hostname, Integer port)
          Returns an instance of RpcClient connected to the specified hostname and port.
static RpcClient RpcClientFactory.getDefaultInstance(String hostname, Integer port, Integer batchSize)
          Returns an instance of RpcClient connected to the specified hostname and port with the specified batchSize.
static RpcClient RpcClientFactory.getInstance(File propertiesFile)
          Delegates to RpcClientFactory.getInstance(Properties props), given a File path to a Properties file.
static RpcClient RpcClientFactory.getInstance(Properties properties)
          Returns an instance of RpcClient, optionally with failover.
static RpcClient RpcClientFactory.getInstance(String hostname, Integer port)
          Deprecated.  
static RpcClient RpcClientFactory.getInstance(String hostname, Integer port, Integer batchSize)
          Deprecated.  
 



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