Class Memory.Exceptions
java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.Memory.Exceptions
- Enclosing interface:
- Memory
-
Method Summary
Modifier and TypeMethodDescriptionstatic IllegalArgumentExceptionstatic IllegalArgumentExceptionmemoryDoesNotExist(String key) static IllegalStateExceptionstatic IllegalArgumentExceptionstatic IllegalArgumentExceptionstatic IllegalArgumentExceptionstatic IllegalArgumentException
-
Method Details
-
memoryKeyCanNotBeEmpty
-
memoryKeyCanNotBeNull
-
memoryValueCanNotBeNull
-
memoryIsCurrentlyImmutable
-
memoryDoesNotExist
-
memorySetOnlyDuringVertexProgramSetUpAndTerminate
public static IllegalArgumentException memorySetOnlyDuringVertexProgramSetUpAndTerminate(String key) -
memoryAddOnlyDuringVertexProgramExecute
-