Package | Description |
---|---|
com.espertech.esper.epl.lookup |
Subquery execution strategies and lookup indexes
|
Modifier and Type | Method and Description |
---|---|
static EventTableCreateIndexDesc |
EventTableCreateIndexDesc.fromMultiKey(IndexMultiKey multiKey) |
static EventTableCreateIndexDesc |
EventTableIndexUtil.validateCompileExplicitIndex(boolean unique,
List<CreateIndexItem> columns,
EventType eventType) |
Modifier and Type | Method and Description |
---|---|
void |
EventTableIndexRepository.addExplicitIndex(String indexName,
EventTableCreateIndexDesc desc,
EventType eventType,
Iterable<EventBean> dataWindowContents,
AgentInstanceContext agentInstanceContext,
Object optionalSerde) |