Package | Description |
---|---|
com.espertech.esper.epl.named |
Named window classes are in this package
|
com.espertech.esper.epl.virtualdw |
Virtual data window.
|
Modifier and Type | Method and Description |
---|---|
IndexedPropDesc[] |
IndexMultiKey.getHashIndexedProps() |
IndexedPropDesc[] |
IndexMultiKey.getRangeIndexedProps() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Class[] |
IndexedPropDesc.getCoercionTypes(IndexedPropDesc[] descList)
Returns the key coercion types.
|
static java.lang.String[] |
IndexedPropDesc.getIndexProperties(IndexedPropDesc[] descList)
Returns the index property names given an array of descriptors.
|
static int |
IndexedPropDesc.getPropertyIndex(java.lang.String propertyName,
IndexedPropDesc[] descList) |
Modifier and Type | Method and Description |
---|---|
Pair<IndexMultiKey,EventTableAndNamePair> |
NamedWindowIndexRepository.addExplicitIndexOrReuse(boolean unique,
java.util.List<IndexedPropDesc> hashProps,
java.util.List<IndexedPropDesc> btreeProps,
java.lang.Iterable<EventBean> prefilledEvents,
EventType indexedType,
java.lang.String indexName) |
Pair<IndexMultiKey,EventTableAndNamePair> |
NamedWindowIndexRepository.addExplicitIndexOrReuse(boolean unique,
java.util.List<IndexedPropDesc> hashProps,
java.util.List<IndexedPropDesc> btreeProps,
java.lang.Iterable<EventBean> prefilledEvents,
EventType indexedType,
java.lang.String indexName) |
Pair<IndexMultiKey,EventTableAndNamePair> |
NamedWindowIndexRepository.addTableCreateOrReuse(java.util.List<IndexedPropDesc> hashProps,
java.util.List<IndexedPropDesc> btreeProps,
java.lang.Iterable<EventBean> prefilledEvents,
EventType indexedType,
IndexHint optionalIndexHint,
boolean isIndexShare,
int subqueryNumber,
java.util.Set<java.lang.String> optionalUniqueKeyProps) |
Pair<IndexMultiKey,EventTableAndNamePair> |
NamedWindowIndexRepository.addTableCreateOrReuse(java.util.List<IndexedPropDesc> hashProps,
java.util.List<IndexedPropDesc> btreeProps,
java.lang.Iterable<EventBean> prefilledEvents,
EventType indexedType,
IndexHint optionalIndexHint,
boolean isIndexShare,
int subqueryNumber,
java.util.Set<java.lang.String> optionalUniqueKeyProps) |
static boolean |
IndexedPropDesc.compare(java.util.List<IndexedPropDesc> first,
java.util.List<IndexedPropDesc> second) |
static boolean |
IndexedPropDesc.compare(java.util.List<IndexedPropDesc> first,
java.util.List<IndexedPropDesc> second) |
static java.lang.String[] |
IndexedPropDesc.getIndexProperties(java.util.List<IndexedPropDesc> descList) |
Constructor and Description |
---|
IndexMultiKey(boolean unique,
java.util.List<IndexedPropDesc> hashIndexedProps,
java.util.List<IndexedPropDesc> rangeIndexedProps) |
IndexMultiKey(boolean unique,
java.util.List<IndexedPropDesc> hashIndexedProps,
java.util.List<IndexedPropDesc> rangeIndexedProps) |
Modifier and Type | Method and Description |
---|---|
Pair<IndexMultiKey,EventTable> |
VirtualDWViewImpl.getSubordinateQueryDesc(boolean unique,
java.util.List<IndexedPropDesc> hashedProps,
java.util.List<IndexedPropDesc> btreeProps) |
Pair<IndexMultiKey,EventTable> |
VirtualDWViewImpl.getSubordinateQueryDesc(boolean unique,
java.util.List<IndexedPropDesc> hashedProps,
java.util.List<IndexedPropDesc> btreeProps) |
Pair<IndexMultiKey,EventTable> |
VirtualDWView.getSubordinateQueryDesc(boolean unique,
java.util.List<IndexedPropDesc> hashedProps,
java.util.List<IndexedPropDesc> btreeProps) |
Pair<IndexMultiKey,EventTable> |
VirtualDWView.getSubordinateQueryDesc(boolean unique,
java.util.List<IndexedPropDesc> hashedProps,
java.util.List<IndexedPropDesc> btreeProps) |