public static interface Memory.Admin extends Memory
GraphComputer
to update the Memory.
The developer should never need to type-cast the provided Memory to Memory.Admin.Memory.Admin, Memory.Exceptions
Modifier and Type | Method and Description |
---|---|
default Memory |
asImmutable() |
default void |
incrIteration() |
void |
setIteration(int iteration) |
void |
setRuntime(long runtime) |
add, asMap, exists, get, getIteration, getRuntime, isInitialIteration, keys, set
default void incrIteration()
void setIteration(int iteration)
void setRuntime(long runtime)
default Memory asImmutable()
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.