@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface KuduEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KuduEndpointBuilderFactory.AdvancedKuduEndpointBuilder
Advanced builder for endpoint for the Kudu component.
|
static interface |
KuduEndpointBuilderFactory.KuduBuilders |
static interface |
KuduEndpointBuilderFactory.KuduEndpointBuilder
Builder for endpoint for the Kudu component.
|
static class |
KuduEndpointBuilderFactory.KuduOperations
Proxy enum for
org.apache.camel.component.kudu.KuduOperations enum. |
| Modifier and Type | Method and Description |
|---|---|
static KuduEndpointBuilderFactory.KuduEndpointBuilder |
kudu(String path)
Kudu (camel-kudu)
Represents a Kudu endpoint.
|
static KuduEndpointBuilderFactory.KuduEndpointBuilder kudu(String path)
kudu:host:port/tableName
Path parameter: host
Host of the server to connect to
Path parameter: port
Port of the server to connect to
Path parameter: tableName
Table to connect toApache Camel