Uses of Interface
org.apache.storm.hdfs.bolt.sync.SyncPolicy
Packages that use SyncPolicy
- 
Uses of SyncPolicy in org.apache.storm.hdfs.boltFields 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.syncClasses in org.apache.storm.hdfs.bolt.sync that implement SyncPolicyModifier and TypeClassDescriptionclassSyncPolicy implementation that will trigger a file system sync after a certain number of tuples have been processed.