| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
StaticEndpointBuilders.igniteCompute(String path)
Ignite Compute (camel-ignite)
Run compute operations on an Ignite cluster.
|
static IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
StaticEndpointBuilders.igniteCompute(String componentName,
String path)
Ignite Compute (camel-ignite)
Run compute operations on an Ignite cluster.
|
| Modifier and Type | Method and Description |
|---|---|
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).
|
static IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
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.
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeBuilders.igniteCompute(String path)
Ignite Compute (camel-ignite)
Run compute operations on an Ignite cluster.
|
default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder |
IgniteComputeEndpointBuilderFactory.IgniteComputeBuilders.igniteCompute(String componentName,
String path)
Ignite Compute (camel-ignite)
Run compute operations on an Ignite cluster.
|
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