Package | Description |
---|---|
com.espertech.esper.epl.join.exec.composite |
Composite query execution for hash+btree combined lookup.
|
com.espertech.esper.epl.join.table |
Indexes for views
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeIndexEnterRemoveKeyed |
class |
CompositeIndexEnterRemoveRange |
Modifier and Type | Method and Description |
---|---|
void |
CompositeIndexEnterRemoveRange.setNext(CompositeIndexEnterRemove next) |
void |
CompositeIndexEnterRemoveKeyed.setNext(CompositeIndexEnterRemove next) |
void |
CompositeIndexEnterRemove.setNext(CompositeIndexEnterRemove next) |
Modifier and Type | Field and Description |
---|---|
protected CompositeIndexEnterRemove |
PropertyCompositeEventTableFactory.chain |
Constructor and Description |
---|
PropertyCompositeEventTableImpl(Class[] optKeyCoercedTypes,
Class[] optRangeCoercedTypes,
EventTableOrganization organization,
boolean isHashKeyed,
CompositeIndexEnterRemove chain) |