| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.AdvancedIgniteComputeEndpointBuilder.basic() |
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.clusterGroupExpression(Object clusterGroupExpression)
An expression that returns the Cluster Group for the IgniteCompute
instance.
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.clusterGroupExpression(String clusterGroupExpression)
An expression that returns the Cluster Group for the IgniteCompute
instance.
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.computeName(String computeName)
The name of the compute job, which will be set via
IgniteCompute#withName(String) .
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.executionType(IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType executionType)
The compute operation to perform.
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.executionType(String executionType)
The compute operation to perform.
|
static IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.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.
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeBuilders.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.
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue)
Sets whether to propagate the incoming body if the return type of the
underlying Ignite operation is void.
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.taskName(String taskName)
The task name, only applicable if using the
IgniteComputeExecutionType#EXECUTE execution type.
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.timeoutMillis(Long timeoutMillis)
The timeout interval for triggered jobs, in milliseconds, which will
be set via IgniteCompute#withTimeout(long) .
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.timeoutMillis(String timeoutMillis)
The timeout interval for triggered jobs, in milliseconds, which will
be set via IgniteCompute#withTimeout(long) .
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects)
Sets whether to treat Collections as cache objects or as Collections
of items to insert/update/compute, etc.
|
Apache Camel