org.apache.flume.sink.hdfs
Interface HDFSWriter
- All Superinterfaces: 
- Configurable
- All Known Implementing Classes: 
- AbstractHDFSWriter, HDFSCompressedDataStream, HDFSDataStream, HDFSSequenceFile
- @InterfaceAudience.Private
@InterfaceStability.Evolving
public interface HDFSWriter 
- extends Configurable
 
 
open
void open(String filePath)
          throws IOException
- 
 
- 
- Throws:
- IOException
 
open
void open(String filePath,
          org.apache.hadoop.io.compress.CompressionCodec codec,
          org.apache.hadoop.io.SequenceFile.CompressionType cType)
          throws IOException
- 
 
- 
- Throws:
- IOException
 
append
void append(Event e)
            throws IOException
- 
 
- 
- Throws:
- IOException
 
sync
void sync()
          throws IOException
- 
 
- 
- Throws:
- IOException
 
close
void close()
           throws IOException
- 
 
- 
- Throws:
- IOException
 
isUnderReplicated
boolean isUnderReplicated()
- 
 
- 
 
Copyright © 2009-2015 Apache Software Foundation. All Rights Reserved.