public class NamedWindowConsumerLatchSpin extends NamedWindowConsumerLatch
Constructor and Description |
---|
NamedWindowConsumerLatchSpin(NamedWindowConsumerLatchFactory factory) |
NamedWindowConsumerLatchSpin(NamedWindowDeltaData deltaData,
Map<EPStatementAgentInstanceHandle,List<NamedWindowConsumerView>> dispatchTo,
NamedWindowConsumerLatchFactory factory,
NamedWindowConsumerLatchSpin earlier) |
Modifier and Type | Method and Description |
---|---|
void |
await()
Blocking call that returns only when the earlier latch completed.
|
void |
done()
Called to indicate that the latch completed and a later latch can start.
|
Thread |
getCurrentThread() |
boolean |
isCompleted()
Returns true if the dispatch completed for this future.
|
getDeltaData, getDispatchTo
public NamedWindowConsumerLatchSpin(NamedWindowDeltaData deltaData, Map<EPStatementAgentInstanceHandle,List<NamedWindowConsumerView>> dispatchTo, NamedWindowConsumerLatchFactory factory, NamedWindowConsumerLatchSpin earlier)
public NamedWindowConsumerLatchSpin(NamedWindowConsumerLatchFactory factory)
public boolean isCompleted()
public void await()
await
in class NamedWindowConsumerLatch
public Thread getCurrentThread()
getCurrentThread
in class NamedWindowConsumerLatch
public void done()
done
in class NamedWindowConsumerLatch