| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static KuduEndpointBuilderFactory.KuduEndpointBuilder |
StaticEndpointBuilders.kudu(String path)
Kudu (camel-kudu)
Interact with Apache Kudu, a free and open source column-oriented data
store of the Apache Hadoop ecosystem.
|
static KuduEndpointBuilderFactory.KuduEndpointBuilder |
StaticEndpointBuilders.kudu(String componentName,
String path)
Kudu (camel-kudu)
Interact with Apache Kudu, a free and open source column-oriented data
store of the Apache Hadoop ecosystem.
|
| Modifier and Type | Method and Description |
|---|---|
static KuduEndpointBuilderFactory.KuduEndpointBuilder |
KuduEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default KuduEndpointBuilderFactory.KuduEndpointBuilder |
KuduEndpointBuilderFactory.KuduBuilders.kudu(String path)
Kudu (camel-kudu)
Interact with Apache Kudu, a free and open source column-oriented
data store of the Apache Hadoop ecosystem.
|
default KuduEndpointBuilderFactory.KuduEndpointBuilder |
KuduEndpointBuilderFactory.KuduBuilders.kudu(String componentName,
String path)
Kudu (camel-kudu)
Interact with Apache Kudu, a free and open source column-oriented
data store of the Apache Hadoop ecosystem.
|
default KuduEndpointBuilderFactory.KuduEndpointBuilder |
KuduEndpointBuilderFactory.KuduEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default KuduEndpointBuilderFactory.KuduEndpointBuilder |
KuduEndpointBuilderFactory.KuduEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default KuduEndpointBuilderFactory.KuduEndpointBuilder |
KuduEndpointBuilderFactory.KuduEndpointBuilder.operation(KuduEndpointBuilderFactory.KuduOperations operation)
Operation to perform.
|
default KuduEndpointBuilderFactory.KuduEndpointBuilder |
KuduEndpointBuilderFactory.KuduEndpointBuilder.operation(String operation)
Operation to perform.
|
Apache Camel