public static class GraphComputer.Exceptions extends Object
Modifier and Type | Method and Description |
---|---|
static UnsupportedOperationException |
adjacentVertexEdgesAndVerticesCanNotBeReadOrUpdated() |
static UnsupportedOperationException |
adjacentVertexLabelsCanNotBeRead() |
static UnsupportedOperationException |
adjacentVertexPropertiesCanNotBeReadOrUpdated() |
static IllegalStateException |
computerHasAlreadyBeenSubmittedAVertexProgram() |
static IllegalStateException |
computerHasNoVertexProgramNorMapReducers() |
static UnsupportedOperationException |
incidentAndAdjacentElementsCanNotBeAccessedInMapReduce() |
static IllegalArgumentException |
providedKeyIsNotAMemoryComputeKey(String key) |
static IllegalArgumentException |
providedKeyIsNotAnElementComputeKey(String key) |
static IllegalArgumentException |
resultGraphPersistCombinationNotSupported(GraphComputer.ResultGraph resultGraph,
GraphComputer.Persist persist) |
static UnsupportedOperationException |
vertexPropertiesCanNotBeUpdatedInMapReduce() |
public static UnsupportedOperationException adjacentVertexLabelsCanNotBeRead()
public static UnsupportedOperationException adjacentVertexPropertiesCanNotBeReadOrUpdated()
public static UnsupportedOperationException adjacentVertexEdgesAndVerticesCanNotBeReadOrUpdated()
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()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.