com.espertech.esper.epl.named
Class NamedWindowConsumerLatchNone

java.lang.Object
  extended by com.espertech.esper.epl.named.NamedWindowConsumerLatch
      extended by com.espertech.esper.epl.named.NamedWindowConsumerLatchNone

public class NamedWindowConsumerLatchNone
extends NamedWindowConsumerLatch

A no-latch implementation of a latch for use in guaranteeing delivery between a named window delta result and consumable by another statement.


Constructor Summary
NamedWindowConsumerLatchNone(NamedWindowDeltaData deltaData, java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> dispatchTo)
           
 
Method Summary
 void await()
           
 void done()
           
 java.lang.Thread getCurrentThread()
           
 
Methods inherited from class com.espertech.esper.epl.named.NamedWindowConsumerLatch
getDeltaData, getDispatchTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedWindowConsumerLatchNone

public NamedWindowConsumerLatchNone(NamedWindowDeltaData deltaData,
                                    java.util.Map<EPStatementAgentInstanceHandle,java.util.List<NamedWindowConsumerView>> dispatchTo)
Method Detail

await

public void await()
Specified by:
await in class NamedWindowConsumerLatch

getCurrentThread

public java.lang.Thread getCurrentThread()
Specified by:
getCurrentThread in class NamedWindowConsumerLatch

done

public void done()
Specified by:
done in class NamedWindowConsumerLatch

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