Package | Description |
---|---|
com.espertech.esper.epl.lookup |
Subquery execution strategies and lookup indexes
|
com.espertech.esper.epl.named |
Named window classes are in this package
|
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 |
---|---|
void |
EventTableIndexRepository.validateAddExplicitIndex(boolean unique,
String indexName,
List<CreateIndexItem> columns,
EventType eventType,
Iterable<EventBean> dataWindowContents,
AgentInstanceContext agentInstanceContext,
boolean allowIndexExists,
Object optionalSerde) |
static EventTableCreateIndexDesc |
EventTableIndexUtil.validateCompileExplicitIndex(boolean unique,
List<CreateIndexItem> columns,
EventType eventType) |
Modifier and Type | Method and Description |
---|---|
void |
NamedWindowRootViewInstance.addExplicitIndex(boolean unique,
String indexName,
List<CreateIndexItem> columns,
boolean isRecoveringResilient)
Add an explicit index.
|
Modifier and Type | Method and Description |
---|---|
List<CreateIndexItem> |
CreateIndexDesc.getColumns()
Returns columns.
|
Constructor and Description |
---|
CreateIndexDesc(boolean unique,
String indexName,
String windowName,
List<CreateIndexItem> columns)
Ctor.
|