Interface | Description |
---|---|
JoinExecutionStrategy |
Strategy for executing a join.
|
JoinPreloadMethod |
Method for preloading events for a given stream onto the stream's indexes, from a buffer already associated with a stream.
|
JoinSetComposer |
Interface for populating a join tuple result set from new data and old data for each stream.
|
JoinSetComposerPrototype |
Interface for a prototype populating a join tuple result set from new data and old data for each stream.
|
JoinSetIndicator |
Marker interface for indicators to join set processors.
|
JoinSetProcessor |
Processes a join result set constisting of sets of tuples of events.
|
Class | Description |
---|---|
JoinExecStrategyDispatchable |
This class reacts to any new data buffered by registring with the dispatch service.
|
JoinExecutionStrategyImpl |
Join execution strategy based on a 3-step getSelectListEvents of composing a join set, filtering the join set and
indicating.
|
JoinPreloadMethodImpl |
Implements a method for pre-loading (initializing) join indexes from a filled buffer.
|
JoinPreloadMethodNull |
Implements a method for pre-loading (initializing) join that does not return any events.
|
JoinSetComposerAllUnidirectionalOuter |
Implements the function to determine a join result for a all-unidirectional full-outer-join (all streams),
in which a single stream's events are ever only evaluated and repositories don't exist.
|
JoinSetComposerDesc | |
JoinSetComposerFAFImpl |
Implements the function to determine a join result set using tables/indexes and query strategy
instances for each stream.
|
JoinSetComposerHistoricalImpl |
Implements the function to determine a join result set using tables/indexes and query strategy
instances for each stream.
|
JoinSetComposerImpl |
Implements the function to determine a join result set using tables/indexes and query strategy
instances for each stream.
|
JoinSetComposerPrototypeBase | |
JoinSetComposerPrototypeDesc | |
JoinSetComposerPrototypeForge | |
JoinSetComposerPrototypeForgeFactory | |
JoinSetComposerPrototypeGeneral | |
JoinSetComposerPrototypeGeneralForge | |
JoinSetComposerPrototypeHistorical2Stream | |
JoinSetComposerPrototypeHistorical2StreamDesc | |
JoinSetComposerPrototypeHistorical2StreamForge | |
JoinSetComposerPrototypeHistoricalDesc | |
JoinSetComposerStreamToWinImpl |
Implements the function to determine a join result for a unidirectional stream-to-window joins,
in which a single stream's events are ever only evaluated using a query strategy.
|
JoinSetComposerUtil |
Copyright © 2005–2021. All rights reserved.