Class GraphComputer.Exceptions
java.lang.Object
org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
- Enclosing interface:
- GraphComputer
-
Method Summary
Modifier and TypeMethodDescriptionstatic IllegalStateExceptionstatic IllegalStateExceptionstatic IllegalArgumentExceptioncomputerRequiresMoreWorkersThanSupported(int workers, int maxWorkers) static IllegalArgumentExceptionedgeFilterAccessesAdjacentVertices(Traversal<Vertex, Edge> edgeFilter) static IllegalArgumentExceptionstatic IllegalArgumentExceptionstatic IllegalArgumentExceptionresultGraphPersistCombinationNotSupported(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist) static IllegalArgumentExceptionvertexFilterAccessesIncidentEdges(Traversal<Vertex, Vertex> vertexFilter)
-
Method Details
-
adjacentVertexLabelsCanNotBeRead
-
adjacentVertexPropertiesCanNotBeReadOrUpdated
-
adjacentVertexEdgesAndVerticesCanNotBeReadOrUpdated
-
graphFilterNotSupported
-
providedKeyIsNotAnElementComputeKey
-
providedKeyIsNotAMemoryComputeKey
-
resultGraphPersistCombinationNotSupported
public static IllegalArgumentException resultGraphPersistCombinationNotSupported(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist) -
computerHasAlreadyBeenSubmittedAVertexProgram
-
computerHasNoVertexProgramNorMapReducers
-
incidentAndAdjacentElementsCanNotBeAccessedInMapReduce
public static UnsupportedOperationException incidentAndAdjacentElementsCanNotBeAccessedInMapReduce() -
vertexPropertiesCanNotBeUpdatedInMapReduce
-
computerRequiresMoreWorkersThanSupported
public static IllegalArgumentException computerRequiresMoreWorkersThanSupported(int workers, int maxWorkers) -
vertexFilterAccessesIncidentEdges
public static IllegalArgumentException vertexFilterAccessesIncidentEdges(Traversal<Vertex, Vertex> vertexFilter) -
edgeFilterAccessesAdjacentVertices
public static IllegalArgumentException edgeFilterAccessesAdjacentVertices(Traversal<Vertex, Edge> edgeFilter)
-