Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
com.espertech.esper.core.service |
Implementation of client package interfaces, glue code
|
Modifier and Type | Method and Description |
---|---|
ContextStatePathValue |
ContextPartitionVisitorStateWithPath.LeafDesc.getValue() |
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 |
---|
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) |