Class GraphComputer.Exceptions
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.process.computer.GraphComputer.Exceptions
 
- 
- Enclosing interface:
- GraphComputer
 
 public static class GraphComputer.Exceptions extends Object 
- 
- 
Method Summary
 
- 
- 
- 
Method Detail- 
adjacentVertexLabelsCanNotBeReadpublic static UnsupportedOperationException adjacentVertexLabelsCanNotBeRead() 
 - 
adjacentVertexPropertiesCanNotBeReadOrUpdatedpublic static UnsupportedOperationException adjacentVertexPropertiesCanNotBeReadOrUpdated() 
 - 
adjacentVertexEdgesAndVerticesCanNotBeReadOrUpdatedpublic static UnsupportedOperationException adjacentVertexEdgesAndVerticesCanNotBeReadOrUpdated() 
 - 
graphFilterNotSupportedpublic static UnsupportedOperationException graphFilterNotSupported() 
 - 
providedKeyIsNotAnElementComputeKeypublic static IllegalArgumentException providedKeyIsNotAnElementComputeKey(String key) 
 - 
providedKeyIsNotAMemoryComputeKeypublic static IllegalArgumentException providedKeyIsNotAMemoryComputeKey(String key) 
 - 
resultGraphPersistCombinationNotSupportedpublic static IllegalArgumentException resultGraphPersistCombinationNotSupported(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist) 
 - 
computerHasAlreadyBeenSubmittedAVertexProgrampublic static IllegalStateException computerHasAlreadyBeenSubmittedAVertexProgram() 
 - 
computerHasNoVertexProgramNorMapReducerspublic static IllegalStateException computerHasNoVertexProgramNorMapReducers() 
 - 
incidentAndAdjacentElementsCanNotBeAccessedInMapReducepublic static UnsupportedOperationException incidentAndAdjacentElementsCanNotBeAccessedInMapReduce() 
 - 
vertexPropertiesCanNotBeUpdatedInMapReducepublic static UnsupportedOperationException vertexPropertiesCanNotBeUpdatedInMapReduce() 
 - 
computerRequiresMoreWorkersThanSupportedpublic static IllegalArgumentException computerRequiresMoreWorkersThanSupported(int workers, int maxWorkers) 
 - 
vertexFilterAccessesIncidentEdgespublic static IllegalArgumentException vertexFilterAccessesIncidentEdges(Traversal<Vertex,Vertex> vertexFilter) 
 - 
edgeFilterAccessesAdjacentVerticespublic static IllegalArgumentException edgeFilterAccessesAdjacentVertices(Traversal<Vertex,Edge> edgeFilter) 
 
- 
 
-