.. java:import:: java.io File .. java:import:: java.io IOException .. java:import:: org.caosdb.server FileSystem .. java:import:: org.caosdb.server.database.access Access .. java:import:: org.caosdb.server.database.backend.interfaces BackendTransactionImpl .. java:import:: org.caosdb.server.database.misc DBHelper .. java:import:: org.caosdb.server.database.misc TransactionBenchmark .. java:import:: org.caosdb.server.entity Message UnixFileSystemTransaction ========================= .. java:package:: org.caosdb.server.database.backend.implementation.UnixFileSystem :noindex: .. java:type:: public abstract class UnixFileSystemTransaction implements BackendTransactionImpl Constructors ------------ UnixFileSystemTransaction ^^^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public UnixFileSystemTransaction(Access access) :outertype: UnixFileSystemTransaction Methods ------- getBasePath ^^^^^^^^^^^ .. java:method:: protected String getBasePath() throws IOException, Message :outertype: UnixFileSystemTransaction getBenchmark ^^^^^^^^^^^^ .. java:method:: @Override public TransactionBenchmark getBenchmark() :outertype: UnixFileSystemTransaction getFile ^^^^^^^ .. java:method:: protected File getFile(String path) throws IOException, Message :outertype: UnixFileSystemTransaction getHelper ^^^^^^^^^ .. java:method:: UnixFileSystemHelper getHelper() throws IOException, Message :outertype: UnixFileSystemTransaction setTransactionBenchmark ^^^^^^^^^^^^^^^^^^^^^^^ .. java:method:: @Override public void setTransactionBenchmark(TransactionBenchmark b) :outertype: UnixFileSystemTransaction