Interface Memory.Admin
- All Superinterfaces:
Memory
- All Known Implementing Classes:
EmptyMemory,ImmutableMemory,MapMemory,TinkerMemory,TinkerWorkerMemory
- Enclosing interface:
- 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.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.computer.Memory
Memory.Admin, Memory.Exceptions -
Method Summary
Modifier and TypeMethodDescriptiondefault Memorydefault voidvoidsetIteration(int iteration) voidsetRuntime(long runtime) Methods inherited from interface org.apache.tinkerpop.gremlin.process.computer.Memory
add, asMap, exists, get, getIteration, getRuntime, isInitialIteration, keys, set
-
Method Details
-
incrIteration
default void incrIteration() -
setIteration
void setIteration(int iteration) -
setRuntime
void setRuntime(long runtime) -
asImmutable
-