Uses of Interface
org.apache.storm.hdfs.bolt.sync.SyncPolicy
Packages that use SyncPolicy
-
Uses of SyncPolicy in org.apache.storm.hdfs.bolt
Fields in org.apache.storm.hdfs.bolt declared as SyncPolicyMethods in org.apache.storm.hdfs.bolt with parameters of type SyncPolicyModifier and TypeMethodDescriptionAvroGenericRecordBolt.withSyncPolicy
(SyncPolicy syncPolicy) HdfsBolt.withSyncPolicy
(SyncPolicy syncPolicy) SequenceFileBolt.withSyncPolicy
(SyncPolicy syncPolicy) -
Uses of SyncPolicy in org.apache.storm.hdfs.bolt.sync
Classes in org.apache.storm.hdfs.bolt.sync that implement SyncPolicyModifier and TypeClassDescriptionclass
SyncPolicy implementation that will trigger a file system sync after a certain number of tuples have been processed.