Class KuduConstants


  • public final class KuduConstants
    extends Object
    • Field Detail

      • CAMEL_KUDU_SCHEMA

        @Metadata(description="The schema",
                  javaType="org.apache.kudu.Schema")
        public static final String CAMEL_KUDU_SCHEMA
        See Also:
        Constant Field Values
      • CAMEL_KUDU_TABLE_OPTIONS

        @Metadata(description="The create table options",
                  javaType="org.apache.kudu.client.CreateTableOptions")
        public static final String CAMEL_KUDU_TABLE_OPTIONS
        See Also:
        Constant Field Values
      • CAMEL_KUDU_SCAN_COLUMN_NAMES

        @Metadata(description="The projected column names for scan operation",
                  javaType="java.util.List<String>")
        public static final String CAMEL_KUDU_SCAN_COLUMN_NAMES
        See Also:
        Constant Field Values
      • CAMEL_KUDU_SCAN_PREDICATE

        @Metadata(description="The predicate for scan operation",
                  javaType="org.apache.kudu.client.KuduPredicate")
        public static final String CAMEL_KUDU_SCAN_PREDICATE
        See Also:
        Constant Field Values
      • CAMEL_KUDU_SCAN_LIMIT

        @Metadata(description="The limit on the number of rows for scan operation",
                  javaType="long")
        public static final String CAMEL_KUDU_SCAN_LIMIT
        See Also:
        Constant Field Values