Class SlidingTimeCorrectness
java.lang.Object
org.apache.storm.st.topology.window.SlidingTimeCorrectness
- All Implemented Interfaces:
- TestableTopology
Computes sliding window sum.
- 
Field SummaryFields inherited from interface org.apache.storm.st.topology.TestableTopologyDUMMY_FIELD, MAX_SPOUT_EMITS, TIMEDATA_SLEEP_BETWEEN_EMITS_MS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintint
- 
Constructor Details- 
SlidingTimeCorrectnesspublic SlidingTimeCorrectness(int windowSec, int slideSec) 
 
- 
- 
Method Details- 
getBoltName- Specified by:
- getBoltNamein interface- TestableTopology
 
- 
getSpoutName- Specified by:
- getSpoutNamein interface- TestableTopology
 
- 
getBoltExecutorspublic int getBoltExecutors()- Specified by:
- getBoltExecutorsin interface- TestableTopology
 
- 
getSpoutExecutorspublic int getSpoutExecutors()- Specified by:
- getSpoutExecutorsin interface- TestableTopology
 
- 
newTopology- Specified by:
- newTopologyin interface- TestableTopology
 
 
-