Package | Description |
---|---|
org.apache.flink.graph | |
org.apache.flink.graph.pregel |
Modifier and Type | Method and Description |
---|---|
<M> Graph<K,VV,EV> |
Graph.runVertexCentricIteration(ComputeFunction<K,VV,EV,M> computeFunction,
MessageCombiner<K,M> combiner,
int maximumNumberOfIterations,
VertexCentricConfiguration parameters)
Runs a
VertexCentricIteration on the graph with configuration options. |
Modifier and Type | Method and Description |
---|---|
VertexCentricConfiguration |
VertexCentricIteration.getIterationConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
VertexCentricIteration.configure(VertexCentricConfiguration parameters)
Configures this vertex-centric iteration with the provided parameters.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.