Interface Memory.Admin

  • All Superinterfaces:
    Memory
    Enclosing interface:
    Memory

    public static interface Memory.Admin
    extends Memory
    The Admin interface is used by the GraphComputer to update the Memory. The developer should never need to type-cast the provided Memory to Memory.Admin.
    • Method Detail

      • incrIteration

        default void incrIteration()
      • setIteration

        void setIteration​(int iteration)
      • setRuntime

        void setRuntime​(long runtime)
      • asImmutable

        default Memory asImmutable()