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 NavigableMap<ContextStatePathKey,ContextStatePathValue> |
ContextControllerStateUtil.getChildContexts(ContextControllerFactoryContext factoryContext,
int pathId,
TreeMap<ContextStatePathKey,ContextStatePathValue> states) |
TreeMap<ContextStatePathKey,ContextStatePathValue> |
ContextStateCacheNoSave.getContextPaths(String contextName) |
TreeMap<ContextStatePathKey,ContextStatePathValue> |
ContextStateCache.getContextPaths(String contextName) |
TreeMap<ContextStatePathKey,ContextStatePathValue> |
ContextStatePathDescriptor.getPaths() |
TreeMap<ContextStatePathKey,ContextStatePathValue> |
ContextPartitionVisitorStateWithPath.getStates() |
TreeMap<ContextStatePathKey,ContextStatePathValue> |
ContextPartitionVisitorState.getStates() |
TreeMap<ContextStatePathKey,ContextStatePathValue> |
ContextControllerState.getStates() |
Modifier and Type | Method and Description |
---|---|
void |
ContextStateCacheNoSave.updateContextPath(String contextName,
ContextStatePathKey key,
ContextStatePathValue value) |
void |
ContextStateCache.updateContextPath(String contextName,
ContextStatePathKey key,
ContextStatePathValue value) |
Modifier and Type | Method and Description |
---|---|
static NavigableMap<ContextStatePathKey,ContextStatePathValue> |
ContextControllerStateUtil.getChildContexts(ContextControllerFactoryContext factoryContext,
int pathId,
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(TreeMap<ContextStatePathKey,ContextStatePathValue> states,
boolean imported,
ContextPartitionImportCallback partitionImportCallback) |
ContextStatePathDescriptor(TreeMap<ContextStatePathKey,ContextStatePathValue> paths,
Map<Integer,ContextPartitionDescriptor> contextPartitionInformation) |
Modifier and Type | Method and Description |
---|---|
TreeMap<ContextStatePathKey,ContextStatePathValue> |
EPContextPartitionImportable.getPaths() |
Constructor and Description |
---|
EPContextPartitionImportable(TreeMap<ContextStatePathKey,ContextStatePathValue> paths) |
Modifier and Type | Method and Description |
---|---|
Map<ContextStatePathKey,EvalRootState> |
StatementResourceService.getContextEndEndpoints() |
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) |