Class ObjectFileSwitcher

java.lang.Object
org.apache.jena.tdb1.base.objectfile.ObjectFileWrapper
org.apache.jena.tdb1.base.objectfile.ObjectFileSwitcher
All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sync, ObjectFile

public class ObjectFileSwitcher extends ObjectFileWrapper
An ObjectFile is an append-read file, that is you can append data to the stream or read any block.
  • Constructor Details

  • Method Details

    • switchover

      public final void switchover()