public class TraceGroup extends Object implements Serializable, Comparable
| Constructor and Description |
|---|
TraceGroup(String key,
long startTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.wso2.siddhi.core.event.stream.StreamEvent event) |
void |
clear() |
int |
compareTo(Object o) |
org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.stream.StreamEvent> |
getCurrentTraceGroup() |
long |
getEndTimestamp() |
String |
getKey() |
long |
getStartTimestamp() |
boolean |
isEmpty() |
void |
setEndTimestamp(long endTimestamp) |
void |
setStartTimestamp(long endTimestamp) |
public TraceGroup(String key, long startTimestamp)
public String getKey()
public void setEndTimestamp(long endTimestamp)
public void setStartTimestamp(long endTimestamp)
public long getStartTimestamp()
public long getEndTimestamp()
public void add(org.wso2.siddhi.core.event.stream.StreamEvent event)
public boolean isEmpty()
public org.wso2.siddhi.core.event.ComplexEventChunk<org.wso2.siddhi.core.event.stream.StreamEvent> getCurrentTraceGroup()
public void clear()
public int compareTo(Object o)
compareTo in interface ComparableCopyright © 2019 WSO2. All rights reserved.