Class EmptyFieldsCountAccumulator.StringTriple

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    EmptyFieldsCountAccumulator

    public static class EmptyFieldsCountAccumulator.StringTriple
    extends org.apache.flink.api.java.tuple.Tuple3<String,​String,​String>
    It is recommended to use POJOs (Plain old Java objects) instead of TupleX for data types with many fields. Also, POJOs can be used to give large Tuple-types a name. Source (docs)
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.flink.api.java.tuple.Tuple3

        f0, f1, f2
      • Fields inherited from class org.apache.flink.api.java.tuple.Tuple

        MAX_ARITY
    • Method Summary

      • Methods inherited from class org.apache.flink.api.java.tuple.Tuple3

        copy, equals, getArity, getField, hashCode, of, setField, setFields, toString
      • Methods inherited from class org.apache.flink.api.java.tuple.Tuple

        getFieldNotNull, getTupleClass, newInstance
    • Constructor Detail

      • StringTriple

        public StringTriple()