Interface | Description |
---|---|
EventTable |
Table of events allowing add and remove.
|
EventTableAsSet | |
EventTableFactory |
Table of events allowing add and remove.
|
EventTableFactoryTableIdent |
Class | Description |
---|---|
EventTableAndNamePair | |
EventTableFactoryTableIdentAgentInstance | |
EventTableFactoryTableIdentAgentInstanceSubq | |
EventTableFactoryTableIdentStmt | |
EventTableOrganization | |
EventTableUtil | |
HistoricalStreamIndexDesc |
Descriptor for an index requirement on a historical stream.
|
HistoricalStreamIndexList |
Manages index-building and sharing for historical streams by collecting required indexes during the
query planning phase, and by providing the right lookup strategy and indexing strategy during
query execution node creation.
|
MultiIndexEventTable |
An event table for holding multiple tables for use when multiple indexes of the same dataset must be entered into a cache
for use in historical data lookup.
|
PropertyCompositeEventTable | |
PropertyCompositeEventTableFactory |
For use when the index comprises of either two or more ranges or a unique key in combination with a range.
|
PropertyCompositeEventTableImpl |
For use when the index comprises of either two or more ranges or a unique key in combination with a range.
|
PropertyIndexedEventTable |
Index that organizes events by the event property values into hash buckets.
|
PropertyIndexedEventTableCoerceAdd |
Index that organizes events by the event property values into hash buckets.
|
PropertyIndexedEventTableCoerceAddFactory |
Index that organizes events by the event property values into hash buckets.
|
PropertyIndexedEventTableCoerceAll |
Index that organizes events by the event property values into hash buckets.
|
PropertyIndexedEventTableCoerceAllFactory |
Index that organizes events by the event property values into hash buckets.
|
PropertyIndexedEventTableFactory |
Index factory that organizes events by the event property values into hash buckets.
|
PropertyIndexedEventTableIterator<T> |
Iterator for use by
PropertyIndexedEventTableUnadorned . |
PropertyIndexedEventTableSingle |
Index that organizes events by the event property values into hash buckets.
|
PropertyIndexedEventTableSingleArrayFactory |
Index factory that organizes events by the event property values into hash buckets.
|
PropertyIndexedEventTableSingleCoerceAdd | |
PropertyIndexedEventTableSingleCoerceAddFactory | |
PropertyIndexedEventTableSingleCoerceAll | |
PropertyIndexedEventTableSingleCoerceAllFactory | |
PropertyIndexedEventTableSingleFactory |
Index factory that organizes events by the event property values into hash buckets.
|
PropertyIndexedEventTableSingleUnadorned |
Index that organizes events by the event property values into hash buckets.
|
PropertyIndexedEventTableSingleUnique |
Unique index.
|
PropertyIndexedEventTableUnadorned | |
PropertyIndexedEventTableUnique | |
PropertySortedEventTable |
Index that organizes events by the event property values into a single TreeMap sortable non-nested index
with Object keys that store the property values.
|
PropertySortedEventTableCoerced | |
PropertySortedEventTableCoercedFactory | |
PropertySortedEventTableFactory |
Index that organizes events by the event property values into a single TreeMap sortable non-nested index
with Object keys that store the property values.
|
PropertySortedEventTableImpl |
Index that organizes events by the event property values into a single TreeMap sortable non-nested index
with Object keys that store the property values.
|
PropertySortedEventTableIterator |
Iterator for use by
PropertySortedEventTable . |
SingleReferenceEventTable | |
UnindexedEventTable |
Simple table of events without an index.
|
UnindexedEventTableFactory |
Factory for simple table of events without an index.
|
UnindexedEventTableImpl |
Simple table of events without an index.
|
UnindexedEventTableList |
Simple table of events without an index, based on a List implementation rather then a set
since we know there cannot be duplicates (such as a poll returning individual rows).
|
Enum | Description |
---|---|
EventTableOrganizationType |
Indexes for views