Class ContextStateEventContextPartitionAllocated
java.lang.Object
com.espertech.esper.common.client.context.ContextStateEvent
com.espertech.esper.common.client.context.ContextStateEventContextPartition
com.espertech.esper.common.client.context.ContextStateEventContextPartitionAllocated
Context partition state event indicating a context partition allocated.
-
Constructor Summary
ConstructorDescriptionContextStateEventContextPartitionAllocated
(String runtimeURI, String contextDeploymentId, String contextName, int id, ContextPartitionIdentifier identifier) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the identifier; For nested context the identifier is the identifier of the last or innermost context.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
-
ContextStateEventContextPartitionAllocated
public ContextStateEventContextPartitionAllocated(String runtimeURI, String contextDeploymentId, String contextName, int id, ContextPartitionIdentifier identifier) Ctor.- Parameters:
runtimeURI
- runtime URIcontextDeploymentId
- deployment id of create-context statementcontextName
- context nameid
- context partition ididentifier
- identifier
-
-
Method Details
-
getIdentifier
Returns the identifier; For nested context the identifier is the identifier of the last or innermost context.- Returns:
- identifier
-