public static class GraphComputer.Exceptions extends Object
public static UnsupportedOperationException adjacentVertexLabelsCanNotBeRead()
public static UnsupportedOperationException adjacentVertexPropertiesCanNotBeReadOrUpdated()
public static UnsupportedOperationException adjacentVertexEdgesAndVerticesCanNotBeReadOrUpdated()
public static UnsupportedOperationException graphFilterNotSupported()
public static IllegalArgumentException providedKeyIsNotAnElementComputeKey(String key)
public static IllegalArgumentException providedKeyIsNotAMemoryComputeKey(String key)
public static IllegalArgumentException resultGraphPersistCombinationNotSupported(GraphComputer.ResultGraph resultGraph, GraphComputer.Persist persist)
public static IllegalStateException computerHasAlreadyBeenSubmittedAVertexProgram()
public static IllegalStateException computerHasNoVertexProgramNorMapReducers()
public static UnsupportedOperationException incidentAndAdjacentElementsCanNotBeAccessedInMapReduce()
public static UnsupportedOperationException vertexPropertiesCanNotBeUpdatedInMapReduce()
public static IllegalArgumentException computerRequiresMoreWorkersThanSupported(int workers, int maxWorkers)
public static IllegalArgumentException vertexFilterAccessesIncidentEdges(Traversal<Vertex,Vertex> vertexFilter)
public static IllegalArgumentException edgeFilterAccessesAdjacentVertices(Traversal<Vertex,Edge> edgeFilter)
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.