Uses of Class
org.apache.flume.PollableSource.Status

Packages that use PollableSource.Status
org.apache.flume   
org.apache.flume.source   
 

Uses of PollableSource.Status in org.apache.flume
 

Methods in org.apache.flume that return PollableSource.Status
 PollableSource.Status PollableSource.process()
           Attempt to pull an item from the source, sending it to the channel.
static PollableSource.Status PollableSource.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PollableSource.Status[] PollableSource.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PollableSource.Status in org.apache.flume.source
 

Methods in org.apache.flume.source that return PollableSource.Status
 PollableSource.Status StressSource.process()
           
 PollableSource.Status SequenceGeneratorSource.process()
           
 



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