Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
Modifier and Type | Method and Description |
---|---|
ContextControllerFactoryContext |
ContextControllerFactoryBase.getFactoryContext() |
ContextControllerFactoryContext |
ContextControllerFactory.getFactoryContext() |
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 |
---|
ContextControllerCategoryFactory(ContextControllerFactoryContext factoryContext,
ContextDetailCategory categorySpec,
java.util.List<FilterSpecCompiled> filtersSpecsNestedContexts,
ContextStateCache stateCache) |
ContextControllerHashFactory(ContextControllerFactoryContext factoryContext,
ContextDetailHash hashedSpec,
java.util.List<FilterSpecCompiled> filtersSpecsNestedContexts,
ContextStateCache stateCache) |
ContextControllerInitTermFactory(ContextControllerFactoryContext factoryContext,
ContextDetailInitiatedTerminated detail,
ContextStateCache stateCache) |
ContextControllerPartitionedFactory(ContextControllerFactoryContext factoryContext,
ContextDetailPartitioned segmentedSpec,
java.util.List<FilterSpecCompiled> filtersSpecsNestedContexts,
ContextStateCache stateCache) |