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 |
---|---|
static ContextDetailHashItem |
ContextControllerHashFactoryBase.findHashItemSpec(ContextDetailHash hashSpec,
FilterSpecCompiled filterSpec) |
Constructor and Description |
---|
ContextControllerHashedFilterCallback(EPServicesContext servicesContext,
AgentInstanceContext agentInstanceContextCreateContext,
ContextDetailHashItem hashItem,
ContextControllerHashedInstanceCallback callback,
ContextInternalFilterAddendum filterAddendum) |
Modifier and Type | Method and Description |
---|---|
List<ContextDetailHashItem> |
ContextDetailHash.getItems() |
Constructor and Description |
---|
ContextDetailHash(List<ContextDetailHashItem> items,
int granularity,
boolean preallocate) |