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
-
needsRotation
boolean needsRotation() -
getFilePath
org.apache.hadoop.fs.Path getFilePath()
-