Class DataFormat

    • Constructor Detail

      • DataFormat

        public DataFormat()
      • DataFormat

        public DataFormat​(DataFormat source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getTextFile

        public TextFile getTextFile()
        Get 文本格式,TextFile。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TextFile 文本格式,TextFile。 注意:此字段可能返回 null,表示取不到有效值。
      • setTextFile

        public void setTextFile​(TextFile TextFile)
        Set 文本格式,TextFile。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TextFile - 文本格式,TextFile。 注意:此字段可能返回 null,表示取不到有效值。
      • getCSV

        public CSV getCSV()
        Get 文本格式,CSV。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CSV 文本格式,CSV。 注意:此字段可能返回 null,表示取不到有效值。
      • setCSV

        public void setCSV​(CSV CSV)
        Set 文本格式,CSV。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CSV - 文本格式,CSV。 注意:此字段可能返回 null,表示取不到有效值。
      • getJson

        public Other getJson()
        Get 文本格式,Json。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Json 文本格式,Json。 注意:此字段可能返回 null,表示取不到有效值。
      • setJson

        public void setJson​(Other Json)
        Set 文本格式,Json。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Json - 文本格式,Json。 注意:此字段可能返回 null,表示取不到有效值。
      • getParquet

        public Other getParquet()
        Get Parquet格式 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Parquet Parquet格式 注意:此字段可能返回 null,表示取不到有效值。
      • setParquet

        public void setParquet​(Other Parquet)
        Set Parquet格式 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Parquet - Parquet格式 注意:此字段可能返回 null,表示取不到有效值。
      • getORC

        public Other getORC()
        Get ORC格式 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ORC ORC格式 注意:此字段可能返回 null,表示取不到有效值。
      • setORC

        public void setORC​(Other ORC)
        Set ORC格式 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ORC - ORC格式 注意:此字段可能返回 null,表示取不到有效值。
      • getAVRO

        public Other getAVRO()
        Get AVRO格式 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AVRO AVRO格式 注意:此字段可能返回 null,表示取不到有效值。
      • setAVRO

        public void setAVRO​(Other AVRO)
        Set AVRO格式 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AVRO - AVRO格式 注意:此字段可能返回 null,表示取不到有效值。