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 Summary
Constructors Constructor Description KuduHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringkuduSchema()The schema.StringkuduTableOptions()The create table options.
-
-
-
Method Detail
-
kuduSchema
public String kuduSchema()
The schema. The option is a:org.apache.kudu.Schematype. 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.CreateTableOptionstype. Group: producer- Returns:
- the name of the header
KuduTableOptions.
-
-