E - sub types of ComplexEvent such as StreamEvent and StateEvent.public class SessionComplexEventChunk<E extends ComplexEvent> extends ComplexEventChunk
first, isBatch, last, lastReturned, previousToLastReturned| Constructor and Description |
|---|
SessionComplexEventChunk() |
SessionComplexEventChunk(String key) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAliveTimestamp() |
long |
getEndTimestamp() |
String |
getKey() |
long |
getStartTimestamp() |
void |
setAliveTimestamp(long aliveTimestamp) |
void |
setEndTimestamp(long endTimestamp) |
void |
setKey(String key) |
void |
setStartTimestamp(long startTimestamp) |
void |
setTimestamps(long startTimestamp,
long endTimestamp,
long aliveTimestamp) |
add, clear, detach, detachAllBeforeCurrent, getFirst, getLast, hasNext, insertAfterCurrent, insertBeforeCurrent, isBatch, next, poll, remove, reset, setBatch, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic SessionComplexEventChunk(String key)
public SessionComplexEventChunk()
public String getKey()
public void setKey(String key)
public long getStartTimestamp()
public void setStartTimestamp(long startTimestamp)
public long getEndTimestamp()
public void setEndTimestamp(long endTimestamp)
public long getAliveTimestamp()
public void setAliveTimestamp(long aliveTimestamp)
public void setTimestamps(long startTimestamp,
long endTimestamp,
long aliveTimestamp)
Copyright © 2018 WSO2. All rights reserved.