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
Runtime API: Runs compiled EPL.
-
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 TypeMethodDescriptionMap<com.espertech.esper.common.internal.util.DeploymentIdNamePair,
List<ContextPartitionVariableState>> EPVariableService.getVariableValue
(Set<com.espertech.esper.common.internal.util.DeploymentIdNamePair> variableNames, ContextPartitionSelector contextPartitionSelector) Returns the current variable values for a context-partitioned variable, per context partition. -
Uses of ContextPartitionSelector in com.espertech.esper.runtime.client
Modifier and TypeMethodDescriptionEPFireAndForgetService.executeQuery
(EPCompiled compiled, ContextPartitionSelector[] selectors) Execute a fire-and-forget query for use with named windows and tables that have a context declared and that may therefore have multiple context partitions, allows to target context partitions for query execution selectively.EPFireAndForgetService.executeQuery
(EPFireAndForgetPreparedQueryParameterized parameterizedQuery, ContextPartitionSelector[] selectors) Execute a fire-and-forget parameterized query.EPIterable.iterator
(ContextPartitionSelector selector) For use with statements that have a context declared and that may therefore have multiple context partitions, allows to iterate over context partitions selectively.EPIterable.safeIterator
(ContextPartitionSelector selector) For use with statements that have a context declared and that may therefore have multiple context partitions, allows to safe-iterate over context partitions selectively.