Class TimeDataWindow
- java.lang.Object
-
- org.apache.storm.st.topology.window.data.TimeDataWindow
-
public class TimeDataWindow extends Object
-
-
Constructor Summary
Constructors Constructor Description TimeDataWindow(List<TimeData> data)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TimeDataWindow
fromJson(String jsonStr)
String
getDescription()
TreeSet<TimeData>
getTimeData()
String
toString()
-