Class ContextStateEventContextPartitionDeallocated
java.lang.Object
com.espertech.esper.common.client.context.ContextStateEvent
com.espertech.esper.common.client.context.ContextStateEventContextPartition
com.espertech.esper.common.client.context.ContextStateEventContextPartitionDeallocated
Context partition state event indicating a context partition de-allocated.
-
Constructor Summary
ConstructorDescriptionContextStateEventContextPartitionDeallocated
(String runtimeURI, String contextDeploymentId, String contextName, int id) Ctor. -
Method Summary
Methods inherited from class com.espertech.esper.common.client.context.ContextStateEventContextPartition
getId
Methods inherited from class com.espertech.esper.common.client.context.ContextStateEvent
getContextDeploymentId, getContextName, getRuntimeURI
-
Constructor Details
-
ContextStateEventContextPartitionDeallocated
public ContextStateEventContextPartitionDeallocated(String runtimeURI, String contextDeploymentId, String contextName, int id) Ctor.- Parameters:
runtimeURI
- runtime URIcontextDeploymentId
- deployment id of create-context statementcontextName
- context nameid
- context partition id
-