Uses of Interface
com.espertech.esper.common.client.context.ContextPartitionSelector
Package
Description
Context partition selection and descriptors.
Classes related to fire-and-forget execution
Classes for variable management
-
Uses of ContextPartitionSelector in com.espertech.esper.common.client.context
Modifier and TypeInterfaceDescriptioninterface
Selects a context partition by providing the context partition id(s).interface
Selects context partitions for use with a category context by providing a set of labels.interface
Selects context partitions by receiving a context partition identifier for interrogation.interface
Selects context partitions based on hash codes, for use with hashed context.interface
Selects context partitions of a nested context by providing selector according to the nested contexts.interface
Selector of context partitions for use with segmented contexts, provides a set of partition keys to select.Modifier and TypeClassDescriptionfinal class
Selects all context paritions.Modifier and TypeMethodDescriptionEPContextPartitionService.getContextPartitionIds
(String deploymentId, String contextName, ContextPartitionSelector selector) Returns the context partition ids.EPContextPartitionService.getContextPartitions
(String deploymentId, String contextName, ContextPartitionSelector selector) Returns information about selected context partitions including state. -
Uses of ContextPartitionSelector in com.espertech.esper.common.client.fireandforget
Modifier and TypeMethodDescriptionEPFireAndForgetPreparedQuery.execute
(ContextPartitionSelector[] contextPartitionSelectors) For use with named windows that have a context declared and that may therefore have multiple context partitions, allows to target context partitions for query execution selectively. -
Uses of ContextPartitionSelector in com.espertech.esper.common.client.variable
Modifier and TypeMethodDescriptionEPVariableService.getVariableValue
(Set<DeploymentIdNamePair> variableNames, ContextPartitionSelector contextPartitionSelector) Returns the current variable values for a context-partitioned variable, per context partition. -
Uses of ContextPartitionSelector in com.espertech.esper.common.internal.context.controller.category
Modifier and TypeMethodDescriptionvoid
ContextControllerCategory.visitSelectedPartitions
(IntSeqKey path, ContextPartitionSelector contextPartitionSelector, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel) -
Uses of ContextPartitionSelector in com.espertech.esper.common.internal.context.controller.core
Modifier and TypeMethodDescriptionvoid
ContextControllerLifecycleCallback.contextPartitionRecursiveVisit
(IntSeqKey controllerPath, int subpathId, ContextController originator, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel) void
ContextController.visitSelectedPartitions
(IntSeqKey path, ContextPartitionSelector selector, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel) -
Uses of ContextPartitionSelector in com.espertech.esper.common.internal.context.controller.hash
Modifier and TypeMethodDescriptionvoid
ContextControllerHash.visitSelectedPartitions
(IntSeqKey path, ContextPartitionSelector selector, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel) -
Uses of ContextPartitionSelector in com.espertech.esper.common.internal.context.controller.initterm
Modifier and TypeMethodDescriptionvoid
ContextControllerInitTerm.visitSelectedPartitions
(IntSeqKey path, ContextPartitionSelector selector, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel) -
Uses of ContextPartitionSelector in com.espertech.esper.common.internal.context.controller.keyed
Modifier and TypeMethodDescriptionvoid
ContextControllerKeyed.visitSelectedPartitions
(IntSeqKey path, ContextPartitionSelector selector, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel) -
Uses of ContextPartitionSelector in com.espertech.esper.common.internal.context.mgr
Modifier and TypeMethodDescriptionvoid
ContextManagerRealization.contextPartitionRecursiveVisit
(IntSeqKey controllerPath, int subpathOrAgentInstanceId, ContextController originator, ContextPartitionVisitor visitor, ContextPartitionSelector[] selectorPerLevel) ContextManagerRealization.getAgentInstanceIds
(ContextPartitionSelector selector) ContextManagerResident.getAgentInstanceIds
(ContextPartitionSelector selector) ContextManager.getContextPartitionIds
(ContextPartitionSelector selector) ContextManagerResident.getContextPartitionIds
(ContextPartitionSelector selector) ContextManager.getContextPartitions
(ContextPartitionSelector selector) ContextManagerResident.getContextPartitions
(ContextPartitionSelector selector) ContextControllerSelectorUtil.getInvalidSelector
(Class[] choice, ContextPartitionSelector selector) ContextControllerSelectorUtil.getInvalidSelector
(Class[] choice, ContextPartitionSelector selector, boolean isNested) ContextManagerResident.iterator
(int statementId, ContextPartitionSelector selector) ContextManagerResident.safeIterator
(int statementId, ContextPartitionSelector selector) -
Uses of ContextPartitionSelector in com.espertech.esper.common.internal.context.util
Modifier and TypeMethodDescriptionContextIteratorHandler.iterator
(int statementId, ContextPartitionSelector selector) ContextIteratorHandler.safeIterator
(int statementId, ContextPartitionSelector selector) -
Uses of ContextPartitionSelector in com.espertech.esper.common.internal.epl.fafquery.querymethod
Modifier and TypeMethodDescriptionFAFQueryMethodExecutable.execute
(AtomicBoolean serviceStatusProvider, FAFQueryMethodAssignerSetter assignerSetter, ContextPartitionSelector[] contextPartitionSelectors, ContextManagementService contextManagementService) FAFQueryMethodIUDBase.execute
(AtomicBoolean serviceStatusProvider, FAFQueryMethodAssignerSetter assignerSetter, ContextPartitionSelector[] contextPartitionSelectors, ContextManagementService contextManagementService) FAFQueryMethodSelect.execute
(AtomicBoolean serviceStatusProvider, FAFQueryMethodAssignerSetter assignerSetter, ContextPartitionSelector[] contextPartitionSelectors, ContextManagementService contextManagementService) FAFQueryMethodSelectExec.execute
(FAFQueryMethodSelect select, ContextPartitionSelector[] contextPartitionSelectors, FAFQueryMethodAssignerSetter assignerSetter, ContextManagementService contextManagementService) final EPPreparedQueryResult
FAFQueryMethodSelectExecDBBase.execute
(FAFQueryMethodSelect select, ContextPartitionSelector[] contextPartitionSelectors, FAFQueryMethodAssignerSetter assignerSetter, ContextManagementService contextManagementService) FAFQueryMethodSelectExecGivenContextNoFromClause.execute
(FAFQueryMethodSelect select, ContextPartitionSelector[] contextPartitionSelectors, FAFQueryMethodAssignerSetter assignerSetter, ContextManagementService contextManagementService) FAFQueryMethodSelectExecGivenContextNoJoin.execute
(FAFQueryMethodSelect select, ContextPartitionSelector[] contextPartitionSelectors, FAFQueryMethodAssignerSetter assignerSetter, ContextManagementService contextManagementService) FAFQueryMethodSelectExecNoContextJoin.execute
(FAFQueryMethodSelect select, ContextPartitionSelector[] contextPartitionSelectors, FAFQueryMethodAssignerSetter assignerSetter, ContextManagementService contextManagementService) FAFQueryMethodSelectExecNoContextNoFromClause.execute
(FAFQueryMethodSelect select, ContextPartitionSelector[] contextPartitionSelectors, FAFQueryMethodAssignerSetter assignerSetter, ContextManagementService contextManagementService) FAFQueryMethodSelectExecNoContextNoJoin.execute
(FAFQueryMethodSelect select, ContextPartitionSelector[] contextPartitionSelectors, FAFQueryMethodAssignerSetter assignerSetter, ContextManagementService contextManagementService) FAFQueryMethodSelectExecSomeContextJoin.execute
(FAFQueryMethodSelect select, ContextPartitionSelector[] contextPartitionSelectors, FAFQueryMethodAssignerSetter assignerSetter, ContextManagementService contextManagementService) FAFQueryMethodSelectExecSomeContextNoJoin.execute
(FAFQueryMethodSelect select, ContextPartitionSelector[] contextPartitionSelectors, FAFQueryMethodAssignerSetter assignerSetter, ContextManagementService contextManagementService) FAFQueryMethodSelectSessionPrepared.execute
(AtomicBoolean serviceStatusProvider, FAFQueryMethodAssignerSetter assignerSetter, ContextPartitionSelector[] contextPartitionSelectors, ContextManagementService contextManagementService) FAFQueryMethodSelectSessionUnprepared.execute
(AtomicBoolean serviceStatusProvider, FAFQueryMethodAssignerSetter assignerSetter, ContextPartitionSelector[] contextPartitionSelectors, ContextManagementService contextManagementService) FAFQuerySession.execute
(AtomicBoolean serviceStatusProvider, FAFQueryMethodAssignerSetter assignerSetter, ContextPartitionSelector[] contextPartitionSelectors, ContextManagementService contextManagementService) protected static EPPreparedQueryResult
FAFQueryMethodSelectSessionUnprepared.executeSelect
(FAFQueryMethodSelect select, AtomicBoolean serviceStatusProvider, FAFQueryMethodAssignerSetter assignerSetter, ContextPartitionSelector[] contextPartitionSelectors, ContextManagementService contextManagementService)