|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbitronix.tm.journal.DiskForceWaitQueue
public class DiskForceWaitQueue
TransactionLogAppender
s waiting for a disk force get enqueued here.
Constructor Summary | |
---|---|
DiskForceWaitQueue()
|
Method Summary | |
---|---|
void |
clear()
|
void |
enqueue(TransactionLogAppender tla)
|
TransactionLogAppender |
head()
|
boolean |
isEmpty()
|
int |
size()
|
void |
waitUntilNotContains(TransactionLogAppender tla)
|
void |
waitUntilNotEmpty()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiskForceWaitQueue()
Method Detail |
---|
public void enqueue(TransactionLogAppender tla)
public TransactionLogAppender head()
public void clear()
public boolean isEmpty()
public void waitUntilNotEmpty() throws java.lang.InterruptedException
java.lang.InterruptedException
public int size()
public void waitUntilNotContains(TransactionLogAppender tla) throws java.lang.InterruptedException
java.lang.InterruptedException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |