Package | Description |
---|---|
com.espertech.esper.epl.named |
Named window classes are in this package
|
Modifier and Type | Class and Description |
---|---|
class |
NamedWindowConsumerLatchNone
A no-latch implementation of a latch for use in guaranteeing delivery between
a named window delta result and consumable by another statement.
|
class |
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.
|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
NamedWindowConsumerLatch |
NamedWindowConsumerLatchFactory.newLatch(NamedWindowDeltaData delta,
Map<EPStatementAgentInstanceHandle,List<NamedWindowConsumerView>> consumers)
Returns a new latch.
|