Class ObjectFileTransComplex

java.lang.Object
org.apache.jena.tdb1.transaction.ObjectFileTransComplex
All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sync, ObjectFile, TransactionLifecycle

public class ObjectFileTransComplex extends Object implements ObjectFile, TransactionLifecycle
This version works with two files - the main, base file and a per-transaction journal file. It writes to the journal side. To flush, it writes the journal to the base file. It is relatively untested. This is not the normal implementation of a transactional ObjectFile.
See Also:
  • ObjectFileTrans