Class KuduEndpointBuilderFactory.KuduHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.KuduEndpointBuilderFactory.KuduHeaderNameBuilder
Enclosing interface:
KuduEndpointBuilderFactory

public static class KuduEndpointBuilderFactory.KuduHeaderNameBuilder extends Object
The builder of headers' name for the Kudu component.
  • Constructor Details

    • KuduHeaderNameBuilder

      public KuduHeaderNameBuilder()
  • Method Details

    • kuduSchema

      public String kuduSchema()
      The schema. The option is a: org.apache.kudu.Schema type. Group: producer
      Returns:
      the name of the header KuduSchema.
    • kuduTableOptions

      public String kuduTableOptions()
      The create table options. The option is a: org.apache.kudu.client.CreateTableOptions type. Group: producer
      Returns:
      the name of the header KuduTableOptions.
    • kuduScanColumnNames

      public String kuduScanColumnNames()
      The projected column names for scan operation. The option is a: java.util.List<String> type. Group: producer
      Returns:
      the name of the header KuduScanColumnNames.
    • kuduScanPredicate

      public String kuduScanPredicate()
      The predicate for scan operation. The option is a: org.apache.kudu.client.KuduPredicate type. Group: producer
      Returns:
      the name of the header KuduScanPredicate.
    • kuduScanLimit

      public String kuduScanLimit()
      The limit on the number of rows for scan operation. The option is a: long type. Group: producer
      Returns:
      the name of the header KuduScanLimit.