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 |
ContextManagerNested.getContextStateCache() |
ContextStateCache |
ContextManagerImpl.getContextStateCache() |
ContextStateCache |
ContextManager.getContextStateCache() |
ContextStateCache |
ContextControllerFactoryContext.getStateCache() |
ContextStateCache |
ContextControllerFactoryBase.getStateCache() |
ContextStateCache |
ContextControllerFactory.getStateCache() |
Modifier and Type | Method and Description |
---|---|
static ContextControllerFactory[] |
ContextControllerFactoryHelper.getFactory(ContextControllerFactoryServiceContext serviceContext,
ContextStateCache contextStateCache) |
static ContextControllerState |
ContextControllerStateUtil.getRecoveryStates(ContextStateCache cache,
String contextName) |
Constructor and Description |
---|
ContextControllerFactoryContext(String outermostContextName,
String contextName,
EPServicesContext servicesContext,
AgentInstanceContext agentInstanceContextCreate,
int nestingLevel,
int numNestingLevels,
boolean isRecoveringResilient,
ContextStateCache stateCache) |
ContextControllerFactoryServiceImpl(ContextStateCache cache) |