@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface IgniteComputeEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IgniteComputeEndpointBuilderFactory.AdvancedIgniteComputeEndpointBuilder
Advanced builder for endpoint for the Ignite Compute component.
|
static interface |
IgniteComputeEndpointBuilderFactory.IgniteComputeBuilders |
static interface |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder
Builder for endpoint for the Ignite Compute component.
|
static class |
IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType
Proxy enum for
org.apache.camel.component.ignite.compute.IgniteComputeExecutionType enum. |
| Modifier and Type | Method and Description |
|---|---|
static IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
igniteCompute(String path)
Ignite Compute (camel-ignite)
The Ignite Compute endpoint is one of camel-ignite endpoints which allows
you to run compute operations on the cluster by passing in an
IgniteCallable, an IgniteRunnable, an IgniteClosure, or collections of
them, along with their parameters if necessary.
|
static IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder igniteCompute(String path)
ignite-compute:endpointId
Path parameter: endpointId (required)
The endpoint ID (not used).Apache Camel