Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
Modifier and Type | Class and Description |
---|---|
class |
ContextStateCacheNoSave
For testing, only used within SPIs; Replaced by applicable EsperHA bindings.
|
Modifier and Type | Method and Description |
---|---|
ContextStateCache |
ContextControllerPartitionedFactory.getStateCache() |
ContextStateCache |
ContextControllerInitTermFactory.getStateCache() |
ContextStateCache |
ContextControllerHashFactory.getStateCache() |
ContextStateCache |
ContextControllerFactory.getStateCache() |
ContextStateCache |
ContextControllerCategoryFactory.getStateCache() |
Modifier and Type | Method and Description |
---|---|
static ContextControllerFactory[] |
ContextControllerFactoryHelper.getFactory(ContextControllerFactoryServiceContext serviceContext,
ContextStateCache contextStateCache) |
static ContextControllerState |
ContextControllerStateUtil.getRecoveryStates(ContextStateCache cache,
java.lang.String contextName) |
Constructor and Description |
---|
ContextControllerCategoryFactory(ContextControllerFactoryContext factoryContext,
ContextDetailCategory categorySpec,
java.util.List<FilterSpecCompiled> filtersSpecsNestedContexts,
ContextStateCache stateCache) |
ContextControllerFactoryServiceImpl(ContextStateCache cache) |
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) |