Class KuduEndpointBuilderFactory.KuduHeaderNameBuilder

  • Enclosing interface:
    KuduEndpointBuilderFactory

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

      • KuduHeaderNameBuilder

        public KuduHeaderNameBuilder()
    • Method Detail

      • 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.