Uses of Class
com.espertech.esper.common.internal.epl.namedwindow.consume.NamedWindowConsumerLatch
Packages that use NamedWindowConsumerLatch
-
Uses of NamedWindowConsumerLatch in com.espertech.esper.common.internal.epl.namedwindow.consume
Subclasses of NamedWindowConsumerLatch in com.espertech.esper.common.internal.epl.namedwindow.consumeModifier 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.Methods in com.espertech.esper.common.internal.epl.namedwindow.consume that return NamedWindowConsumerLatchModifier and TypeMethodDescriptionabstract NamedWindowConsumerLatch
NamedWindowConsumerLatch.getEarlier()
NamedWindowConsumerLatchNone.getEarlier()
NamedWindowConsumerLatchFactory.newLatch
(NamedWindowDeltaData delta, Map<EPStatementAgentInstanceHandle, List<NamedWindowConsumerView>> consumers) Returns a new latch.