|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TxPageFile
Implemented by objects to provides transactional access to a page file.
Method Summary | |
---|---|
void |
flush()
Once this method returns, any previously committed transactions are flushed and to the disk, ensuring that they will not be lost upon failure. |
void |
flush(java.lang.Runnable onComplete)
If the transaction page file is configured to use a worker thread, then this method performs a non-blocking flush otherwise this method blocks until the flush is completed. |
Transaction |
tx()
Creates a new transaction. |
Method Detail |
---|
Transaction tx()
Paged
interface
so it is what allows you access and mutate the page file data.
void flush()
void flush(java.lang.Runnable onComplete)
onComplete
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |