public class StoreTrivialTx extends StoreTrivial implements StoreTx
Modifier and Type | Class and Description |
---|---|
static class |
StoreTrivialTx.Companion |
ConcurrencyAware.DefaultImpls
Modifier and Type | Field and Description |
---|---|
static StoreTrivialTx.Companion |
Companion |
Constructor and Description |
---|
StoreTrivialTx(java.io.File file,
boolean isThreadSafe,
boolean deleteFilesAfterClose) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
commit() |
java.lang.Long |
findLattestCommitMarker$module() |
java.lang.Iterable<java.lang.String> |
getAllFiles() |
boolean |
getDeleteFilesAfterClose() |
java.io.File |
getFile() |
java.nio.file.Path |
getPath() |
void |
loadFrom(long number) |
void |
rollback() |
checkThreadSafe, clear, clearInternal$module, close, commit, compact, compareAndSwap, delete, equals, fileHeaderCheck, fileHeaderCompose, fileLoad, get, getAllFiles, getAllRecids, getLock, isClosed, isReadOnly, isThreadSafe, loadFrom, loadFromInternal, preallocate, put, saveTo, update, verify
close, commit, compact, compareAndSwap, delete, fileLoad, isClosed, isReadOnly, preallocate, put, update, verify
get, getAllFiles, getAllRecids
verify
checkThreadSafe, isThreadSafe
public static StoreTrivialTx.Companion Companion
public StoreTrivialTx(java.io.File file, boolean isThreadSafe, boolean deleteFilesAfterClose)
public java.nio.file.Path getPath()
public java.lang.Long findLattestCommitMarker$module()
public void loadFrom(long number)
public void commit()
public void rollback()
public void close()
public java.lang.Iterable<java.lang.String> getAllFiles()
public java.io.File getFile()
public boolean getDeleteFilesAfterClose()