Interface | Description |
---|---|
NamedWindowConsumerCallback | |
NamedWindowConsumerManagementService | |
NamedWindowDispatchService |
Service to manage named window dispatches, locks and processors on an runtime level.
|
NamedWindowFactoryService |
Class | Description |
---|---|
NamedWindowConsumerDesc | |
NamedWindowConsumerLatch | |
NamedWindowConsumerLatchFactory |
Class to hold a current latch per named window.
|
NamedWindowConsumerLatchNone |
A no-latch implementation of a latch for use in guaranteeing delivery between
a named window delta result and consumable by another statement.
|
NamedWindowConsumerLatchSpin |
A spin-locking implementation of a latch for use in guaranteeing delivery between
a delta stream produced by a named window and consumable by another statement.
|
NamedWindowConsumerLatchWait |
A suspend-and-notify implementation of a latch for use in guaranteeing delivery between
a named window delta result and consumable by another statement.
|
NamedWindowConsumerManagementServiceImpl | |
NamedWindowConsumerView |
Represents a consumer of a named window that selects from a named window via a from-clause.
|
NamedWindowDeltaData |
A holder for events posted by a named window as an insert and remove stream.
|
NamedWindowFactoryServiceImpl |
Copyright © 2005–2018. All rights reserved.