public interface TxPageFile
Modifier and Type | Method and Description |
---|---|
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(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.
|
Transaction tx()
Paged
interface
so it is what allows you access and mutate the page file data.void flush()
void flush(Runnable onComplete)
onComplete
- Copyright © 2009–2016 FuseSource, Corp.. All rights reserved.