Uses of Class
com.espertech.esper.common.client.context.ContextPartitionIdentifier
Packages that use ContextPartitionIdentifier
Package
Description
Context partition selection and descriptors.
-
Uses of ContextPartitionIdentifier in com.espertech.esper.common.client.context
Subclasses of ContextPartitionIdentifier in com.espertech.esper.common.client.contextModifier 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.Methods in com.espertech.esper.common.client.context that return ContextPartitionIdentifierModifier 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.Methods in com.espertech.esper.common.client.context that return types with arguments of type ContextPartitionIdentifierModifier and TypeMethodDescriptionContextPartitionCollection.getIdentifiers()
Returns the identifiers per agent instance idMethods in com.espertech.esper.common.client.context with parameters of type ContextPartitionIdentifierModifier 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.Constructors in com.espertech.esper.common.client.context with parameters of type ContextPartitionIdentifierModifierConstructorDescriptionContextPartitionIdentifierNested
(ContextPartitionIdentifier[] identifiers) Ctor.ContextPartitionVariableState
(int agentInstanceId, ContextPartitionIdentifier identifier, Object state) Ctor.ContextStateEventContextPartitionAllocated
(String runtimeURI, String contextDeploymentId, String contextName, int id, ContextPartitionIdentifier identifier) Ctor.Constructor parameters in com.espertech.esper.common.client.context with type arguments of type ContextPartitionIdentifierModifierConstructorDescriptionContextPartitionCollection
(Map<Integer, ContextPartitionIdentifier> identifiers) Ctor.