Uses of Interface
org.apache.flume.ChannelSelector

Packages that use ChannelSelector
org.apache.flume.channel   
 

Uses of ChannelSelector in org.apache.flume.channel
 

Classes in org.apache.flume.channel that implement ChannelSelector
 class AbstractChannelSelector
           
 class MultiplexingChannelSelector
           
 class ReplicatingChannelSelector
          Replicating channel selector.
 

Methods in org.apache.flume.channel that return ChannelSelector
static ChannelSelector ChannelSelectorFactory.create(List<Channel> channels, ChannelSelectorConfiguration conf)
           
static ChannelSelector ChannelSelectorFactory.create(List<Channel> channels, Map<String,String> config)
           
 ChannelSelector ChannelProcessor.getSelector()
           
 

Constructors in org.apache.flume.channel with parameters of type ChannelSelector
ChannelProcessor(ChannelSelector selector)
           
 



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