Constant Field Values

Contents

org.apache.*

  • org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Edge 
    Modifier and Type Constant Field Value
    public static final int V1 0
    public static final int V2 1
  • org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.EdgeWithDegrees 
    Modifier and Type Constant Field Value
    public static final int D1 2
    public static final int D2 3
    public static final int V1 0
    public static final int V2 1
  • org.apache.flink.examples.java.graph.util.EnumTrianglesDataTypes.Triad 
    Modifier and Type Constant Field Value
    public static final int V1 0
    public static final int V2 1
    public static final int V3 2
  • org.apache.flink.examples.java.util.DataSetDeprecationInfo 
    Modifier and Type Constant Field Value
    public static final String DATASET_DEPRECATION_INFO "All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a future Flink major version. You can still build your application in DataSet, but you should move to either the DataStream and/or Table API. This class is retained for testing purposes. See Also: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=158866741"