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 |
ContextControllerPartitionedFactory.getContextDetail() |
ContextDetail |
ContextControllerHashFactory.getContextDetail() |
ContextDetail |
ContextControllerFactory.getContextDetail() |
ContextDetail |
ContextControllerCategoryFactory.getContextDetail() |
ContextDetail |
ContextControllerFactoryServiceContext.getDetail() |
Constructor and Description |
---|
ContextControllerFactoryServiceContext(java.lang.String contextName,
EPServicesContext servicesContext,
ContextDetail detail,
AgentInstanceContext agentInstanceContextCreate,
boolean isRecoveringResilient) |
Modifier and Type | Method and Description |
---|---|
ContextDetail |
ContextDescriptor.getContextDetail() |
Constructor and Description |
---|
ContextDescriptor(java.lang.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(java.lang.String contextName,
ContextDetail contextDetail) |