Uses of Interface
org.apache.storm.hdfs.bolt.Writer
-
Packages that use Writer Package Description org.apache.storm.hdfs.bolt org.apache.storm.hdfs.common -
-
Uses of Writer in org.apache.storm.hdfs.bolt
Fields in org.apache.storm.hdfs.bolt with type parameters of type Writer Modifier and Type Field Description protected Map<String,Writer>
AbstractHdfsBolt. writers
Methods in org.apache.storm.hdfs.bolt that return Writer Modifier and Type Method Description protected abstract Writer
AbstractHdfsBolt. makeNewWriter(org.apache.hadoop.fs.Path path, Tuple tuple)
Methods in org.apache.storm.hdfs.bolt with parameters of type Writer Modifier and Type Method Description protected void
AbstractHdfsBolt. rotateOutputFile(Writer writer)
-
Uses of Writer in org.apache.storm.hdfs.common
Classes in org.apache.storm.hdfs.common that implement Writer Modifier and Type Class Description class
AbstractHDFSWriter
class
AvroGenericRecordHDFSWriter
class
HDFSWriter
class
SequenceFileWriter
-