Uses of Interface
org.apache.storm.hdfs.common.Partitioner
-
Packages that use Partitioner Package Description org.apache.storm.hdfs.bolt org.apache.storm.hdfs.common -
-
Uses of Partitioner in org.apache.storm.hdfs.bolt
Fields in org.apache.storm.hdfs.bolt declared as Partitioner Modifier and Type Field Description protected Partitioner
AbstractHdfsBolt. partitioner
Methods in org.apache.storm.hdfs.bolt with parameters of type Partitioner Modifier and Type Method Description AvroGenericRecordBolt
AvroGenericRecordBolt. withPartitioner(Partitioner partitioner)
HdfsBolt
HdfsBolt. withPartitioner(Partitioner partitioner)
SequenceFileBolt
SequenceFileBolt. withPartitioner(Partitioner partitioner)
-
Uses of Partitioner in org.apache.storm.hdfs.common
Classes in org.apache.storm.hdfs.common that implement Partitioner Modifier and Type Class Description class
NullPartitioner
The NullPartitioner partitions every tuple to the empty string.
-