Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
com.espertech.esper.core.context.util |
Context partition utility or reference classes.
|
com.espertech.esper.epl.spec |
Contains EPL statement specification classes define the constructs that make up an EPL statement,
such as the list of items in the select clause, the insert-into stream name and property names etc.
|
Modifier and Type | Method and Description |
---|---|
ContextDetail |
ContextControllerPartitionedFactoryBase.getContextDetail() |
ContextDetail |
ContextControllerHashFactoryBase.getContextDetail() |
ContextDetail |
ContextControllerFactory.getContextDetail() |
ContextDetail |
ContextControllerCategoryFactoryBase.getContextDetail() |
ContextDetail |
ContextControllerFactoryServiceContext.getDetail() |
Modifier and Type | Method and Description |
---|---|
ContextControllerFactory |
ContextControllerFactoryFactorySvcImpl.make(ContextControllerFactoryContext factoryContext,
ContextDetail detail,
List<FilterSpecCompiled> optFiltersNested) |
ContextControllerFactory |
ContextControllerFactoryFactorySvc.make(ContextControllerFactoryContext factoryContext,
ContextDetail detail,
List<FilterSpecCompiled> optFiltersNested) |
ContextManager |
ContextManagerFactoryServiceImpl.make(ContextDetail contextDetail,
ContextControllerFactoryServiceContext factoryServiceContext) |
ContextManager |
ContextManagerFactoryService.make(ContextDetail contextDetail,
ContextControllerFactoryServiceContext factoryServiceContext) |
Constructor and Description |
---|
ContextControllerFactoryServiceContext(String contextName,
EPServicesContext servicesContext,
ContextDetail detail,
AgentInstanceContext agentInstanceContextCreate,
boolean isRecoveringResilient,
EventType statementResultEventType) |
Modifier and Type | Method and Description |
---|---|
ContextDetail |
ContextDescriptor.getContextDetail() |
Constructor and Description |
---|
ContextDescriptor(String contextName,
boolean singleInstanceContext,
ContextPropertyRegistry contextPropertyRegistry,
StatementAIResourceRegistryFactory aiResourceRegistryFactory,
ContextIteratorHandler iteratorHandler,
ContextDetail contextDetail) |
Modifier and Type | Class and Description |
---|---|
class |
ContextDetailCategory |
class |
ContextDetailHash |
class |
ContextDetailInitiatedTerminated |
class |
ContextDetailNested |
class |
ContextDetailPartitioned |
Modifier and Type | Method and Description |
---|---|
ContextDetail |
CreateContextDesc.getContextDetail() |
Constructor and Description |
---|
CreateContextDesc(String contextName,
ContextDetail contextDetail) |