public class VertexCentricConfiguration extends IterationConfiguration
ComputeFunction
.
The VertexCentricConfiguration object is passed as an argument to (
org.apache.flink.graph.pregel.ComputeFunction, int, VertexCentricConfiguration)
.
Constructor and Description |
---|
VertexCentricConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addBroadcastSet(String name,
DataSet<?> data)
Adds a data set as a broadcast set to the compute function.
|
List<Tuple2<String,DataSet<?>>> |
getBcastVars()
Get the broadcast variables of the compute function.
|
getAggregators, getName, getParallelism, isOptNumVertices, isSolutionSetUnmanagedMemory, registerAggregator, setName, setOptNumVertices, setParallelism, setSolutionSetUnmanagedMemory
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.