Package | Description |
---|---|
org.apache.storm.st.topology.window.data |
Modifier and Type | Field and Description |
---|---|
static TimeData |
TimeData.CLS |
Modifier and Type | Method and Description |
---|---|
static TimeData |
TimeData.fromJson(String jsonStr) |
static TimeData |
TimeData.fromTuple(Tuple tuple) |
static TimeData |
TimeData.newData(int num) |
Modifier and Type | Method and Description |
---|---|
TreeSet<TimeData> |
TimeDataWindow.getTimeData() |
Modifier and Type | Method and Description |
---|---|
int |
TimeData.compareTo(TimeData o) |
Modifier and Type | Method and Description |
---|---|
static String |
TimeData.toString(Collection<TimeData> elements) |
Constructor and Description |
---|
TimeDataWindow(List<TimeData> data) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.