Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
com.espertech.esper.core.service.resource |
Core service statement resource holders.
|
Modifier and Type | Method and Description |
---|---|
ContextStatePathKey |
ContextPartitionVisitorStateWithPath.LeafDesc.getKey() |
Modifier and Type | Method and Description |
---|---|
static java.util.NavigableMap<ContextStatePathKey,ContextStatePathValue> |
ContextControllerStateUtil.getChildContexts(ContextControllerFactoryContext factoryContext,
int pathId,
java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> states) |
java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> |
ContextStateCacheNoSave.getContextPaths(java.lang.String contextName) |
java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> |
ContextStateCache.getContextPaths(java.lang.String contextName) |
java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> |
ContextStatePathDescriptor.getPaths() |
java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> |
ContextPartitionVisitorStateWithPath.getStates() |
java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> |
ContextPartitionVisitorState.getStates() |
java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> |
ContextControllerState.getStates() |
Modifier and Type | Method and Description |
---|---|
void |
ContextStateCacheNoSave.updateContextPath(java.lang.String contextName,
ContextStatePathKey key,
ContextStatePathValue value) |
void |
ContextStateCache.updateContextPath(java.lang.String contextName,
ContextStatePathKey key,
ContextStatePathValue value) |
Modifier and Type | Method and Description |
---|---|
static java.util.NavigableMap<ContextStatePathKey,ContextStatePathValue> |
ContextControllerStateUtil.getChildContexts(ContextControllerFactoryContext factoryContext,
int pathId,
java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> states) |
Constructor and Description |
---|
ContextControllerConditionPattern(EPServicesContext servicesContext,
AgentInstanceContext agentInstanceContext,
ContextDetailConditionPattern endpointPatternSpec,
ContextControllerConditionCallback callback,
ContextInternalFilterAddendum filterAddendum,
boolean startEndpoint,
ContextStatePathKey contextStatePathKey) |
LeafDesc(ContextStatePathKey key,
ContextStatePathValue value) |
Constructor and Description |
---|
ContextControllerState(java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> states,
boolean imported,
ContextPartitionImportCallback partitionImportCallback) |
ContextStatePathDescriptor(java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> paths,
java.util.Map<java.lang.Integer,ContextPartitionDescriptor> contextPartitionInformation) |
Modifier and Type | Method and Description |
---|---|
java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> |
EPContextPartitionImportable.getPaths() |
Constructor and Description |
---|
EPContextPartitionImportable(java.util.TreeMap<ContextStatePathKey,ContextStatePathValue> paths) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ContextStatePathKey,EvalRootState> |
StatementResourceService.getContextEndEndpoints() |
java.util.Map<ContextStatePathKey,EvalRootState> |
StatementResourceService.getContextStartEndpoints() |
Modifier and Type | Method and Description |
---|---|
void |
StatementResourceService.startContextPattern(EvalRootState patternStopCallback,
boolean startEndpoint,
ContextStatePathKey path) |
void |
StatementResourceService.stopContextPattern(boolean startEndpoint,
ContextStatePathKey path) |