Uses of Class
com.espertech.esper.common.client.context.ContextPartitionIdentifier
Package
Description
Context partition selection and descriptors.
-
Uses of ContextPartitionIdentifier in com.espertech.esper.common.client.context
Modifier and TypeClassDescriptionclass
Context partition identifier for category context.class
Context partition identifier for hash context.class
Context partition identifier for overlapping and non-overlapping contexts.class
Context partition identifier for nested contexts.class
Context partition identifier for segmented contexts.Modifier and TypeMethodDescriptionContextPartitionVariableState.getIdentifier()
Returns context partition identifierContextStateEventContextPartitionAllocated.getIdentifier()
Returns the identifier; For nested context the identifier is the identifier of the last or innermost context.EPContextPartitionService.getIdentifier
(String deploymentId, String contextName, int agentInstanceId) Returning the descriptor of a given context partition.ContextPartitionIdentifierNested.getIdentifiers()
Returns nested partition identifiers.Modifier and TypeMethodDescriptionContextPartitionCollection.getIdentifiers()
Returns the identifiers per agent instance idModifier and TypeMethodDescriptionabstract boolean
ContextPartitionIdentifier.compareTo
(ContextPartitionIdentifier identifier) Compare identifiers returning a boolean indicator whether identifier information matches.boolean
ContextPartitionIdentifierCategory.compareTo
(ContextPartitionIdentifier other) boolean
ContextPartitionIdentifierHash.compareTo
(ContextPartitionIdentifier other) boolean
ContextPartitionIdentifierInitiatedTerminated.compareTo
(ContextPartitionIdentifier other) boolean
ContextPartitionIdentifierNested.compareTo
(ContextPartitionIdentifier other) boolean
ContextPartitionIdentifierPartitioned.compareTo
(ContextPartitionIdentifier other) boolean
ContextPartitionSelectorFiltered.filter
(ContextPartitionIdentifier contextPartitionIdentifier) Filter function should return true or false to indicate interest in this context partition.void
ContextPartitionIdentifierNested.setIdentifiers
(ContextPartitionIdentifier[] identifiers) Sets nested partition identifiers.ModifierConstructorDescriptionContextPartitionIdentifierNested
(ContextPartitionIdentifier[] identifiers) Ctor.ContextPartitionVariableState
(int agentInstanceId, ContextPartitionIdentifier identifier, Object state) Ctor.ContextStateEventContextPartitionAllocated
(String runtimeURI, String contextDeploymentId, String contextName, int id, ContextPartitionIdentifier identifier) Ctor.ModifierConstructorDescriptionContextPartitionCollection
(Map<Integer, ContextPartitionIdentifier> identifiers) Ctor. -
Uses of ContextPartitionIdentifier in com.espertech.esper.common.internal.context.controller.category
Modifier and TypeMethodDescriptionContextControllerCategoryFactory.getContextPartitionIdentifier
(Object partitionKey) -
Uses of ContextPartitionIdentifier in com.espertech.esper.common.internal.context.controller.core
Modifier and TypeMethodDescriptionContextControllerFactory.getContextPartitionIdentifier
(Object partitionKey) -
Uses of ContextPartitionIdentifier in com.espertech.esper.common.internal.context.controller.hash
Modifier and TypeMethodDescriptionContextControllerHashFactory.getContextPartitionIdentifier
(Object partitionKey) -
Uses of ContextPartitionIdentifier in com.espertech.esper.common.internal.context.controller.initterm
Modifier and TypeMethodDescriptionContextControllerInitTermFactory.getContextPartitionIdentifier
(Object partitionKey) -
Uses of ContextPartitionIdentifier in com.espertech.esper.common.internal.context.controller.keyed
Modifier and TypeMethodDescriptionContextControllerKeyedFactory.getContextPartitionIdentifier
(Object partitionKey) -
Uses of ContextPartitionIdentifier in com.espertech.esper.common.internal.context.mgr
Modifier and TypeMethodDescriptionContextManager.getContextIdentifier
(int agentInstanceId) ContextManagerResident.getContextIdentifier
(int agentInstanceId) ContextManagerResident.getContextPartitionIdentifier
(Object[] partitionKeys)