Uses of Class
com.espertech.esper.epl.named.NamedWindowConsumerLatch

Packages that use NamedWindowConsumerLatch
com.espertech.esper.epl.named Named window classes are in this package 
 

Uses of NamedWindowConsumerLatch in com.espertech.esper.epl.named
 

Subclasses of NamedWindowConsumerLatch in com.espertech.esper.epl.named
 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.
 

Methods in com.espertech.esper.epl.named that return NamedWindowConsumerLatch
 NamedWindowConsumerLatch NamedWindowConsumerLatchFactory.newLatch(NamedWindowDeltaData delta, java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> consumers)
          Returns a new latch.
 


© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com