Package org.apache.storm.windowing
Interface TupleWindow
-
- All Known Implementing Classes:
TupleWindowImpl
,TupleWindowIterImpl
public interface TupleWindow extends Window<Tuple>
-
-
Method Summary
-
Methods inherited from interface org.apache.storm.windowing.Window
get, getEndTimestamp, getExpired, getIter, getNew, getStartTimestamp
-
-