Package | Description |
---|---|
com.espertech.esper.common.internal.epl.namedwindow.consume |
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 |
NamedWindowConsumerLatchNone.getEarlier() |
abstract NamedWindowConsumerLatch |
NamedWindowConsumerLatch.getEarlier() |
NamedWindowConsumerLatch |
NamedWindowConsumerLatchFactory.newLatch(NamedWindowDeltaData delta,
Map<EPStatementAgentInstanceHandle,List<NamedWindowConsumerView>> consumers)
Returns a new latch.
|
Copyright © 2005–2018. All rights reserved.