Uses of Class
org.apache.flume.FlumeException

Packages that use FlumeException
org.apache.flume   
org.apache.flume.api   
org.apache.flume.channel   
org.apache.flume.clients.log4jappender   
org.apache.flume.sink   
org.apache.flume.source   
 

Uses of FlumeException in org.apache.flume
 

Methods in org.apache.flume that throw FlumeException
 Source SourceFactory.create(String sourceName, String type)
           
 Sink SinkFactory.create(String name, String type)
           
 Channel ChannelFactory.create(String name, String type)
           
 

Uses of FlumeException in org.apache.flume.api
 

Methods in org.apache.flume.api that throw FlumeException
 NettyAvroRpcClient NettyAvroRpcClient.Builder.build()
          Construct the object
 void RpcClient.close()
          Immediately closes the client so that it may no longer be used.
 void NettyAvroRpcClient.close()
           
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.
 

Uses of FlumeException in org.apache.flume.channel
 

Methods in org.apache.flume.channel that throw FlumeException
 Channel DefaultChannelFactory.create(String name, String type)
           
 

Uses of FlumeException in org.apache.flume.clients.log4jappender
 

Methods in org.apache.flume.clients.log4jappender that throw FlumeException
 void Log4jAppender.activateOptions()
          Activate the options set using setPort() and setHostname()
 void Log4jAppender.append(LoggingEvent event)
          Append the LoggingEvent, to send to the first Flume hop.
 void Log4jAppender.close()
          Closes underlying client.
 

Uses of FlumeException in org.apache.flume.sink
 

Methods in org.apache.flume.sink that throw FlumeException
 Sink DefaultSinkFactory.create(String name, String type)
           
 

Uses of FlumeException in org.apache.flume.source
 

Methods in org.apache.flume.source that throw FlumeException
 Source DefaultSourceFactory.create(String name, String type)
           
 



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