Uses of Interface
org.apache.storm.hdfs.trident.sync.SyncPolicy
-
Packages that use SyncPolicy Package Description org.apache.storm.hdfs.trident.sync -
-
Uses of SyncPolicy in org.apache.storm.hdfs.trident.sync
Classes in org.apache.storm.hdfs.trident.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.
-