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 NettyAvroRpcClient
          Avro/Netty implementation of RpcClient.
 

Methods in org.apache.flume.api that return RpcClient
static RpcClient RpcClientFactory.getInstance(String hostname, Integer port)
          Returns an instance of RpcClient connected to the specified hostname and port.
static RpcClient RpcClientFactory.getInstance(String hostname, Integer port, Integer batchSize)
          Returns an instance of RpcClient connected to the specified hostname and port with the specified batchSize.
 



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