public class SessionContainer extends Object implements Serializable
Constructor and Description |
---|
SessionContainer() |
SessionContainer(String key) |
Modifier and Type | Method and Description |
---|---|
SessionWindowProcessor.SessionComplexEventChunk<StreamEvent> |
getCurrentSession() |
long |
getCurrentSessionEndTimestamp() |
String |
getKey() |
SessionWindowProcessor.SessionComplexEventChunk<StreamEvent> |
getPreviousSession() |
long |
getPreviousSessionEndTimestamp() |
void |
setKey(String key) |
public SessionContainer(String key)
public SessionContainer()
public long getCurrentSessionEndTimestamp()
public long getPreviousSessionEndTimestamp()
public String getKey()
public void setKey(String key)
public SessionWindowProcessor.SessionComplexEventChunk<StreamEvent> getCurrentSession()
public SessionWindowProcessor.SessionComplexEventChunk<StreamEvent> getPreviousSession()
Copyright © 2021. All rights reserved.