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