Uses of Class
org.apache.flume.sink.hdfs.BucketWriter.BucketFlushStatus

Packages that use BucketWriter.BucketFlushStatus
org.apache.flume.sink.hdfs   
 

Uses of BucketWriter.BucketFlushStatus in org.apache.flume.sink.hdfs
 

Methods in org.apache.flume.sink.hdfs that return BucketWriter.BucketFlushStatus
 BucketWriter.BucketFlushStatus BucketWriter.append(Event e)
           
 BucketWriter.BucketFlushStatus BucketWriter.sync()
           
static BucketWriter.BucketFlushStatus BucketWriter.BucketFlushStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BucketWriter.BucketFlushStatus[] BucketWriter.BucketFlushStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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