Package | Description |
---|---|
com.espertech.esper.core.context.mgr |
Context management.
|
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 |
---|---|
java.util.List<ContextDetailPartitionItem> |
ContextControllerPartitionedFactory.getContextDetailPartitionItems() |
java.util.List<ContextDetailPartitionItem> |
ContextControllerInitTermFactory.getContextDetailPartitionItems() |
java.util.List<ContextDetailPartitionItem> |
ContextControllerHashFactory.getContextDetailPartitionItems() |
java.util.List<ContextDetailPartitionItem> |
ContextControllerFactory.getContextDetailPartitionItems() |
java.util.List<ContextDetailPartitionItem> |
ContextControllerCategoryFactory.getContextDetailPartitionItems() |
Constructor and Description |
---|
ContextControllerPartitionedFilterCallback(EPServicesContext servicesContext,
AgentInstanceContext agentInstanceContextCreateContext,
ContextDetailPartitionItem partitionItem,
ContextControllerPartitionedInstanceCreateCallback callback,
ContextInternalFilterAddendum filterAddendum) |
Constructor and Description |
---|
ContextPropertyRegistryImpl(java.util.List<ContextDetailPartitionItem> partitionProperties,
EventType contextEventType) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ContextDetailPartitionItem> |
ContextDetailPartitioned.getItems() |
Constructor and Description |
---|
ContextDetailPartitioned(java.util.List<ContextDetailPartitionItem> items) |