Uses of Class
com.espertech.esper.common.internal.epl.namedwindow.consume.NamedWindowConsumerLatch
-
Uses of NamedWindowConsumerLatch in com.espertech.esper.common.internal.epl.namedwindow.consume
Modifier and TypeClassDescriptionclass
A no-latch implementation of a latch for use in guaranteeing delivery between a named window delta result and consumable by another statement.class
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
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 TypeMethodDescriptionabstract NamedWindowConsumerLatch
NamedWindowConsumerLatch.getEarlier()
NamedWindowConsumerLatchNone.getEarlier()
NamedWindowConsumerLatchFactory.newLatch
(NamedWindowDeltaData delta, Map<EPStatementAgentInstanceHandle, List<NamedWindowConsumerView>> consumers) Returns a new latch.