Package org.apache.storm.hdfs.bolt
Interface Writer
- All Known Implementing Classes:
- AbstractHDFSWriter,- AvroGenericRecordHDFSWriter,- HDFSWriter,- SequenceFileWriter
public interface Writer
- 
Method Details- 
write- Throws:
- IOException
 
- 
sync- Throws:
- IOException
 
- 
close- Throws:
- IOException
 
- 
needsRotationboolean needsRotation()
- 
getFilePathorg.apache.hadoop.fs.Path getFilePath()
 
-