Uses of Interface
org.apache.storm.hdfs.bolt.sync.SyncPolicy

Packages that use SyncPolicy
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
protected  SyncPolicy AbstractHdfsBolt.syncPolicy
           
 

Methods in org.apache.storm.hdfs.bolt with parameters of type SyncPolicy
 SequenceFileBolt SequenceFileBolt.withSyncPolicy(SyncPolicy syncPolicy)
           
 HdfsBolt HdfsBolt.withSyncPolicy(SyncPolicy syncPolicy)
           
 

Uses of SyncPolicy in org.apache.storm.hdfs.bolt.sync
 

Classes in org.apache.storm.hdfs.bolt.sync that implement SyncPolicy
 class CountSyncPolicy
          SyncPolicy implementation that will trigger a file system sync after a certain number of tuples have been processed.
 



Copyright © 2016 The Apache Software Foundation. All Rights Reserved.