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 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 |
---|
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) |