com.espertech.esper.core.context.mgr
Class ContextStatePathValue
java.lang.Object
com.espertech.esper.core.context.mgr.ContextStatePathValue
public class ContextStatePathValue
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ContextStatePathValue
public ContextStatePathValue(java.lang.Integer optionalContextPartitionId,
byte[] blob,
ContextPartitionState state)
getOptionalContextPartitionId
public java.lang.Integer getOptionalContextPartitionId()
getBlob
public byte[] getBlob()
getState
public ContextPartitionState getState()
setState
public void setState(ContextPartitionState state)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object