Interface Memory.Admin

All Superinterfaces:
Memory
All Known Implementing Classes:
EmptyMemory, ImmutableMemory, MapMemory, TinkerMemory, TinkerWorkerMemory
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 Details

    • incrIteration

      default void incrIteration()
    • setIteration

      void setIteration(int iteration)
    • setRuntime

      void setRuntime(long runtime)
    • asImmutable

      default Memory asImmutable()