public static interface KuduEndpointBuilderFactory.KuduBuilders
| Modifier and Type | Method and Description |
|---|---|
default KuduEndpointBuilderFactory.KuduEndpointBuilder |
kudu(String path)
Kudu (camel-kudu)
Represents a Kudu endpoint.
|
default KuduEndpointBuilderFactory.KuduEndpointBuilder kudu(String path)
kudu:host:port/tableName
Path parameter: host
Kudu master to connect to
Path parameter: port
Port where kudu service is listening
Path parameter: tableName
The name of the table where the rows are storedApache Camel