Module graph

Class GraphTransaction

All Implemented Interfaces:
PersistenceOutput, Closeable, DataOutput, Flushable, ObjectOutput, AutoCloseable

public class GraphTransaction extends Transaction
  • Field Details

  • Constructor Details

  • Method Details

    • isLoggingSuppressed

      protected boolean isLoggingSuppressed()
      Overrides:
      isLoggingSuppressed in class Transaction
    • logAddEdgeBits

      public void logAddEdgeBits(Node source, Node target, int added, int mask)
    • logRemoveEdgeBits

      public void logRemoveEdgeBits(Node source, Node target, int removed, int mask)
    • createReader

      public Transaction.Reader createReader()
      Specified by:
      createReader in class Transaction
    • addNodeToChangedExtent

      public void addNodeToChangedExtent(Node n)
    • writeStatic

      public boolean writeStatic()
      Description copied from interface: PersistenceOutput
      Return true if static (global) fields should be written