Uses of Interface
org.apache.storm.hdfs.bolt.sync.SyncPolicy
-
Packages that use SyncPolicy Package Description org.apache.storm.hdfs.bolt org.apache.storm.hdfs.bolt.sync -
-
Uses of SyncPolicy in org.apache.storm.hdfs.bolt
Fields in org.apache.storm.hdfs.bolt declared as SyncPolicy Modifier and Type Field Description protected SyncPolicy
AbstractHdfsBolt. syncPolicy
Methods in org.apache.storm.hdfs.bolt with parameters of type SyncPolicy Modifier and Type Method Description AvroGenericRecordBolt
AvroGenericRecordBolt. withSyncPolicy(SyncPolicy syncPolicy)
HdfsBolt
HdfsBolt. withSyncPolicy(SyncPolicy syncPolicy)
SequenceFileBolt
SequenceFileBolt. withSyncPolicy(SyncPolicy syncPolicy)
-
Uses of SyncPolicy in org.apache.storm.hdfs.bolt.sync
Classes in org.apache.storm.hdfs.bolt.sync that implement SyncPolicy Modifier and Type Class Description class
CountSyncPolicy
SyncPolicy implementation that will trigger a file system sync after a certain number of tuples have been processed.
-