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