Class BackingSailSource

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()
      Closes this resource, relinquishing any underlying resources.
      void flush()
      Apply all the changes to this branch to the backing SailSource, if applicable.
      SailSource fork()
      Creates a new branch of this source.
      void prepare()
      Check the consistency of this branch and throws a SailConflictException if SailSource.flush()ing this branch would cause the backing SailSource to be inconsistent, if applicable.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait