Class HdfsConstants


  • public final class HdfsConstants
    extends Object
    • Field Detail

      • DEFAULT_COMPRESSIONTYPE

        public static final org.apache.hadoop.io.SequenceFile.CompressionType DEFAULT_COMPRESSIONTYPE
      • DEFAULT_CHECK_IDLE_INTERVAL

        public static final int DEFAULT_CHECK_IDLE_INTERVAL
        See Also:
        Constant Field Values
      • HDFS_CLOSE

        @Metadata(label="producer",
                  description="Indicates to close the stream",
                  javaType="Boolean")
        public static final String HDFS_CLOSE
        See Also:
        Constant Field Values
      • DEFAULT_MAX_MESSAGES_PER_POLL

        public static final int DEFAULT_MAX_MESSAGES_PER_POLL
        See Also:
        Constant Field Values
      • FILE_NAME

        @Metadata(description="(producer) Specifies the name of the file to write (relative to the\nendpoint path). The name can be a `String` or an\nExpression object. Only relevant when not using a\nsplit strategy. (consumer) Specifies the name of the file to read",
                  javaType="String")
        public static final String FILE_NAME
        See Also:
        Constant Field Values
      • FILE_NAME_CONSUMED

        @Metadata(label="consumer",
                  description="The name of the file consumed",
                  javaType="String")
        public static final String FILE_NAME_CONSUMED
        See Also:
        Constant Field Values
      • FILE_ABSOLUTE_PATH

        @Metadata(label="consumer",
                  description="The absolute path of the file",
                  javaType="String")
        public static final String FILE_ABSOLUTE_PATH
        See Also:
        Constant Field Values
      • KEY

        @Metadata(description="The HDFS key",
                  javaType="Object")
        public static final String KEY
      • FILE_LENGTH

        @Metadata(label="consumer",
                  description="The size of the file",
                  javaType="Long")
        public static final String FILE_LENGTH
        See Also:
        Constant Field Values