Package org.apache.storm.st.topology
Interface TestableTopology
- All Known Implementing Classes:
- SlidingTimeCorrectness,- SlidingWindowCorrectness,- TumblingTimeCorrectness,- TumblingWindowCorrectness
public interface TestableTopology
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionintint
- 
Field Details- 
DUMMY_FIELD- See Also:
 
- 
TIMEDATA_SLEEP_BETWEEN_EMITS_MSstatic final int TIMEDATA_SLEEP_BETWEEN_EMITS_MS- See Also:
 
- 
MAX_SPOUT_EMITSstatic final long MAX_SPOUT_EMITS
 
- 
- 
Method Details- 
newTopologyStormTopology newTopology()
- 
getBoltNameString getBoltName()
- 
getBoltExecutorsint getBoltExecutors()
- 
getSpoutNameString getSpoutName()
- 
getSpoutExecutorsint getSpoutExecutors()
 
-