public class HITSData extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
VALUE_AFTER_10_ITERATIONS |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.api.java.DataSet<org.apache.flink.graph.Edge<Long,org.apache.flink.types.NullValue>> |
getEdgeDataSet(org.apache.flink.api.java.ExecutionEnvironment env) |
static org.apache.flink.api.java.DataSet<org.apache.flink.graph.Vertex<Long,Double>> |
getVertexDataSet(org.apache.flink.api.java.ExecutionEnvironment env) |
public static final String VALUE_AFTER_10_ITERATIONS
public static final org.apache.flink.api.java.DataSet<org.apache.flink.graph.Vertex<Long,Double>> getVertexDataSet(org.apache.flink.api.java.ExecutionEnvironment env)
public static final org.apache.flink.api.java.DataSet<org.apache.flink.graph.Edge<Long,org.apache.flink.types.NullValue>> getEdgeDataSet(org.apache.flink.api.java.ExecutionEnvironment env)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.