Class PlainFilePersistent

java.lang.Object
org.apache.jena.tdb1.base.file.PlainFile
org.apache.jena.tdb1.base.file.PlainFilePersistent
All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sync

public class PlainFilePersistent extends PlainFile
Single, unsegmented file with ByteBuffer
  • Method Details

    • sync

      public void sync()
      Specified by:
      sync in interface org.apache.jena.atlas.lib.Sync
      Specified by:
      sync in class PlainFile
    • close

      public void close()
      Specified by:
      close in interface org.apache.jena.atlas.lib.Closeable
      Specified by:
      close in class PlainFile