public static final class OpOrder.Group extends java.lang.Object implements java.lang.Comparable<OpOrder.Group>, java.lang.AutoCloseable
Modifier and Type | Method and Description |
---|---|
void |
await() |
void |
close()
To be called exactly once for each register() call this object is returned for, indicating the operation
is complete
|
int |
compareTo(OpOrder.Group that) |
boolean |
isBlocking() |
boolean |
isFinished() |
boolean |
isOldestLiveGroup() |
void |
notifyIfBlocking(WaitQueue.Signal signal) |
OpOrder.Group |
prev() |
public void close()
close
in interface java.lang.AutoCloseable
public boolean isFinished()
public boolean isOldestLiveGroup()
public void await()
public OpOrder.Group prev()
public boolean isBlocking()
public void notifyIfBlocking(WaitQueue.Signal signal)
public int compareTo(OpOrder.Group that)
compareTo
in interface java.lang.Comparable<OpOrder.Group>
Copyright © 2009-2022 The Apache Software Foundation