Modifier and Type | Method and Description |
---|---|
static VertexComputeKey |
VertexComputeKey.of(String key,
boolean isTransient) |
Modifier and Type | Method and Description |
---|---|
default Set<VertexComputeKey> |
VertexProgram.getVertexComputeKeys()
The
Element properties that will be mutated during the computation. |
Set<VertexComputeKey> |
GraphComputerTest.VertexProgramF.getVertexComputeKeys() |
Set<VertexComputeKey> |
GraphComputerTest.VertexProgramH.getVertexComputeKeys() |
Set<VertexComputeKey> |
GraphComputerTest.VertexProgramK.getVertexComputeKeys() |
Set<VertexComputeKey> |
GraphComputerTest.MultiScopeVertexProgram.getVertexComputeKeys() |
Set<VertexComputeKey> |
GraphComputerTest.MultiScopeVertexWithEdgeFunctionProgram.getVertexComputeKeys() |
Modifier and Type | Method and Description |
---|---|
Set<VertexComputeKey> |
BulkLoaderVertexProgram.getVertexComputeKeys()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Set<VertexComputeKey> |
ConnectedComponentVertexProgram.getVertexComputeKeys() |
Modifier and Type | Method and Description |
---|---|
Set<VertexComputeKey> |
PeerPressureVertexProgram.getVertexComputeKeys() |
Modifier and Type | Method and Description |
---|---|
Set<VertexComputeKey> |
PageRankVertexProgram.getVertexComputeKeys() |
Modifier and Type | Method and Description |
---|---|
Set<VertexComputeKey> |
ShortestPathVertexProgram.getVertexComputeKeys() |
Modifier and Type | Method and Description |
---|---|
Set<VertexComputeKey> |
TraversalVertexProgram.getVertexComputeKeys() |
Modifier and Type | Method and Description |
---|---|
static boolean |
VertexProgramHelper.isTransientVertexComputeKey(String key,
Set<VertexComputeKey> vertexComputeKeySet) |
static String[] |
VertexProgramHelper.vertexComputeKeysAsArray(Set<VertexComputeKey> vertexComputeKeySet) |
static Set<String> |
VertexProgramHelper.vertexComputeKeysAsSet(Set<VertexComputeKey> vertexComputeKeySet) |
Modifier and Type | Method and Description |
---|---|
Set<VertexComputeKey> |
ProgramTest.TestProgram.getVertexComputeKeys() |
Modifier and Type | Method and Description |
---|---|
static <M> <any> |
SparkExecutor.prepareFinalGraphRDD(<any> graphRDD,
<any> viewIncomingRDD,
Set<VertexComputeKey> vertexComputeKeys) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,VertexComputeKey> |
TinkerGraphComputerView.computeKeys |
Constructor and Description |
---|
TinkerGraphComputerView(TinkerGraph graph,
GraphFilter graphFilter,
Set<VertexComputeKey> computeKeys) |
Modifier and Type | Method and Description |
---|---|
static TinkerGraphComputerView |
TinkerHelper.createGraphComputerView(TinkerGraph graph,
GraphFilter graphFilter,
Set<VertexComputeKey> computeKeys) |
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.