org.apache.flume.api
Class SecureRpcClientFactory

java.lang.Object
  extended by org.apache.flume.api.SecureRpcClientFactory

public class SecureRpcClientFactory
extends Object

Factory class to construct Flume RPCClient implementations.


Constructor Summary
SecureRpcClientFactory()
           
 
Method Summary
static RpcClient getThriftInstance(Properties props)
          Return a secure RpcClient that uses Thrift for communicating with the next hop.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureRpcClientFactory

public SecureRpcClientFactory()
Method Detail

getThriftInstance

public static RpcClient getThriftInstance(Properties props)
Return a secure RpcClient that uses Thrift for communicating with the next hop.

Parameters:
props -
Returns:
- An RpcClient which uses thrift configured with the given parameters.


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