Uses of Class
org.apache.storm.st.topology.window.data.TimeData
-
Packages that use TimeData Package Description org.apache.storm.st.topology.window.data -
-
Uses of TimeData in org.apache.storm.st.topology.window.data
Fields in org.apache.storm.st.topology.window.data declared as TimeData Modifier and Type Field Description static TimeData
TimeData. CLS
Methods in org.apache.storm.st.topology.window.data that return TimeData Modifier and Type Method Description static TimeData
TimeData. fromJson(String jsonStr)
static TimeData
TimeData. fromTuple(Tuple tuple)
static TimeData
TimeData. newData(int num)
Methods in org.apache.storm.st.topology.window.data that return types with arguments of type TimeData Modifier and Type Method Description TreeSet<TimeData>
TimeDataWindow. getTimeData()
Methods in org.apache.storm.st.topology.window.data with parameters of type TimeData Modifier and Type Method Description int
TimeData. compareTo(TimeData o)
Method parameters in org.apache.storm.st.topology.window.data with type arguments of type TimeData Modifier and Type Method Description static String
TimeData. toString(Collection<TimeData> elements)
Constructor parameters in org.apache.storm.st.topology.window.data with type arguments of type TimeData Constructor Description TimeDataWindow(List<TimeData> data)
-