|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextPartitionSelector | |
---|---|
com.espertech.esper.client | This package and its sub-packages defines the central Esper Client APIs. |
com.espertech.esper.client.context | Context partition selection and descriptors. |
com.espertech.esper.core.context.mgr | Context management. |
com.espertech.esper.core.context.util | Context partition utility or reference classes. |
com.espertech.esper.core.service | Implementation of client package interfaces, glue code |
com.espertech.esper.core.start | Classes related to start and stop of statements |
Uses of ContextPartitionSelector in com.espertech.esper.client |
---|
Methods in com.espertech.esper.client with parameters of type ContextPartitionSelector | |
---|---|
EPOnDemandQueryResult |
EPOnDemandPreparedQuery.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. |
EPOnDemandQueryResult |
EPRuntime.executeQuery(EPOnDemandPreparedQueryParameterized parameterizedQuery,
ContextPartitionSelector[] contextPartitionSelectors)
Execute an on-demand parameterized query. |
EPOnDemandQueryResult |
EPRuntime.executeQuery(EPStatementObjectModel model,
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. |
EPOnDemandQueryResult |
EPRuntime.executeQuery(java.lang.String epl,
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. |
java.util.Map<java.lang.String,java.util.List<ContextPartitionVariableState>> |
EPRuntime.getVariableValue(java.util.Set<java.lang.String> variableNames,
ContextPartitionSelector contextPartitionSelector)
Returns the current variable values for a context-partitioned variable, per context partition. |
java.util.Iterator<EventBean> |
EPStatement.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. |
SafeIterator<EventBean> |
EPStatement.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. |
Uses of ContextPartitionSelector in com.espertech.esper.client.context |
---|
Subinterfaces of ContextPartitionSelector in com.espertech.esper.client.context | |
---|---|
interface |
ContextPartitionSelectorById
Selects a context partition by providing the context partition id(s). |
interface |
ContextPartitionSelectorCategory
Selects context partitions for use with a category context by providing a set of labels. |
interface |
ContextPartitionSelectorFiltered
Selects context partitions by receiving a context partition identifier for interrogation. |
interface |
ContextPartitionSelectorHash
Selects context partitions based on hash codes, for use with hashed context. |
interface |
ContextPartitionSelectorNested
Selects context partitions of a nested context by providing selector according to the nested contexts. |
interface |
ContextPartitionSelectorSegmented
Selector of context partitions for use with segmented contexts, provides a set of partition keys to select. |
Classes in com.espertech.esper.client.context that implement ContextPartitionSelector | |
---|---|
class |
ContextPartitionSelectorAll
Selects all context paritions. |
Methods in com.espertech.esper.client.context with parameters of type ContextPartitionSelector | |
---|---|
ContextPartitionCollection |
EPContextPartitionAdmin.destroyContextPartitions(java.lang.String contextName,
ContextPartitionSelector selector)
Destroy one or more context partitions dropping the associated state and removing associated context partition metadata. |
java.util.Set<java.lang.Integer> |
EPContextPartitionAdmin.getContextPartitionIds(java.lang.String contextName,
ContextPartitionSelector selector)
Returns the context partition ids. |
ContextPartitionCollection |
EPContextPartitionAdmin.getContextPartitions(java.lang.String contextName,
ContextPartitionSelector selector)
Returns information about selected context partitions including state. |
ContextPartitionCollection |
EPContextPartitionAdmin.startContextPartitions(java.lang.String contextName,
ContextPartitionSelector selector)
Start one or more context partitions that were previously stopped. |
ContextPartitionCollection |
EPContextPartitionAdmin.stopContextPartitions(java.lang.String contextName,
ContextPartitionSelector selector)
Stop one or more context partitions that are currently started, dropping the associated state and but keeping associated context partition metadata for the purpose of starting it again. |
Uses of ContextPartitionSelector in com.espertech.esper.core.context.mgr |
---|
Uses of ContextPartitionSelector in com.espertech.esper.core.context.util |
---|
Methods in com.espertech.esper.core.context.util with parameters of type ContextPartitionSelector | |
---|---|
static InvalidContextPartitionSelector |
ContextControllerSelectorUtil.getInvalidSelector(java.lang.Class[] choice,
ContextPartitionSelector selector)
|
static InvalidContextPartitionSelector |
ContextControllerSelectorUtil.getInvalidSelector(java.lang.Class[] choice,
ContextPartitionSelector selector,
boolean isNested)
|
java.util.Iterator<EventBean> |
ContextIteratorHandler.iterator(int statementId,
ContextPartitionSelector selector)
|
java.util.Iterator<EventBean> |
ContextDescriptor.iterator(int statementId,
ContextPartitionSelector selector)
|
SafeIterator<EventBean> |
ContextIteratorHandler.safeIterator(int statementId,
ContextPartitionSelector selector)
|
SafeIterator<EventBean> |
ContextDescriptor.safeIterator(int statementId,
ContextPartitionSelector selector)
|
Uses of ContextPartitionSelector in com.espertech.esper.core.service |
---|
Classes in com.espertech.esper.core.service that implement ContextPartitionSelector | |
---|---|
static class |
EPContextPartitionAdminImpl.CPSelectorById
|
Methods in com.espertech.esper.core.service with parameters of type ContextPartitionSelector | |
---|---|
ContextPartitionCollection |
EPContextPartitionAdminImpl.destroyContextPartitions(java.lang.String contextName,
ContextPartitionSelector selector)
|
EPOnDemandQueryResult |
EPPreparedQueryImpl.execute(ContextPartitionSelector[] contextPartitionSelectors)
|
EPOnDemandQueryResult |
EPRuntimeImpl.executeQuery(EPOnDemandPreparedQueryParameterized parameterizedQuery,
ContextPartitionSelector[] contextPartitionSelectors)
|
EPOnDemandQueryResult |
EPRuntimeImpl.executeQuery(EPStatementObjectModel model,
ContextPartitionSelector[] contextPartitionSelectors)
|
EPOnDemandQueryResult |
EPRuntimeImpl.executeQuery(java.lang.String epl,
ContextPartitionSelector[] contextPartitionSelectors)
|
EPContextPartitionExtract |
EPContextPartitionAdminSPI.extractDestroyPaths(java.lang.String contextName,
ContextPartitionSelector selector)
|
EPContextPartitionExtract |
EPContextPartitionAdminImpl.extractDestroyPaths(java.lang.String contextName,
ContextPartitionSelector selector)
|
EPContextPartitionExtract |
EPContextPartitionAdminSPI.extractPaths(java.lang.String contextName,
ContextPartitionSelector selector)
|
EPContextPartitionExtract |
EPContextPartitionAdminImpl.extractPaths(java.lang.String contextName,
ContextPartitionSelector selector)
|
EPContextPartitionExtract |
EPContextPartitionAdminSPI.extractStopPaths(java.lang.String contextName,
ContextPartitionSelector selector)
|
EPContextPartitionExtract |
EPContextPartitionAdminImpl.extractStopPaths(java.lang.String contextName,
ContextPartitionSelector selector)
|
java.util.Set<java.lang.Integer> |
EPContextPartitionAdminImpl.getContextPartitionIds(java.lang.String contextName,
ContextPartitionSelector selector)
|
ContextPartitionCollection |
EPContextPartitionAdminImpl.getContextPartitions(java.lang.String contextName,
ContextPartitionSelector selector)
|
java.util.Map<java.lang.String,java.util.List<ContextPartitionVariableState>> |
EPRuntimeImpl.getVariableValue(java.util.Set<java.lang.String> variableNames,
ContextPartitionSelector contextPartitionSelector)
|
java.util.Iterator<EventBean> |
EPStatementImpl.iterator(ContextPartitionSelector selector)
|
SafeIterator<EventBean> |
EPStatementImpl.safeIterator(ContextPartitionSelector selector)
|
ContextPartitionCollection |
EPContextPartitionAdminImpl.startContextPartitions(java.lang.String contextName,
ContextPartitionSelector selector)
|
ContextPartitionCollection |
EPContextPartitionAdminImpl.stopContextPartitions(java.lang.String contextName,
ContextPartitionSelector selector)
|
Uses of ContextPartitionSelector in com.espertech.esper.core.start |
---|
Methods in com.espertech.esper.core.start with parameters of type ContextPartitionSelector | |
---|---|
EPPreparedQueryResult |
EPPreparedExecuteMethodQuery.execute(ContextPartitionSelector[] contextPartitionSelectors)
Executes the prepared query. |
EPPreparedQueryResult |
EPPreparedExecuteMethod.execute(ContextPartitionSelector[] contextPartitionSelectors)
|
EPPreparedQueryResult |
EPPreparedExecuteIUDSingleStream.execute(ContextPartitionSelector[] contextPartitionSelectors)
Executes the prepared query. |
static java.util.Collection<java.lang.Integer> |
EPPreparedExecuteMethodHelper.getAgentInstanceIds(FireAndForgetProcessor processor,
ContextPartitionSelector selector,
ContextManagementService contextManagementService,
java.lang.String contextName)
|
|
© 2006-2016 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV NEXT | FRAMES NO FRAMES |