Uses of Interface
org.apache.camel.builder.endpoint.dsl.IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder
Packages that use IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder
-
Uses of IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.igniteCompute(String path) Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster.StaticEndpointBuilders.igniteCompute(String componentName, String path) Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster. -
Uses of IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilderModifier and TypeMethodDescriptionIgniteComputeEndpointBuilderFactory.AdvancedIgniteComputeEndpointBuilder.basic()IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.clusterGroupExpression(String clusterGroupExpression) An expression that returns the Cluster Group for the IgniteCompute instance.IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.clusterGroupExpression(org.apache.camel.component.ignite.ClusterGroupExpression clusterGroupExpression) An expression that returns the Cluster Group for the IgniteCompute instance.IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.computeName(String computeName) The name of the compute job, which will be set via IgniteCompute#withName(String).IgniteComputeEndpointBuilderFactory.endpointBuilder(String componentName, String path) IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.executionType(String executionType) The compute operation to perform.IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.executionType(org.apache.camel.component.ignite.compute.IgniteComputeExecutionType executionType) The compute operation to perform.IgniteComputeEndpointBuilderFactory.IgniteComputeBuilders.igniteCompute(String path) Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster.IgniteComputeEndpointBuilderFactory.IgniteComputeBuilders.igniteCompute(String componentName, String path) Ignite Compute (camel-ignite) Run compute operations on an Ignite cluster.IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.propagateIncomingBodyIfNoReturnValue(boolean propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.propagateIncomingBodyIfNoReturnValue(String propagateIncomingBodyIfNoReturnValue) Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.The task name, only applicable if using the IgniteComputeExecutionType#EXECUTE execution type.IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.timeoutMillis(Long timeoutMillis) The timeout interval for triggered jobs, in milliseconds, which will be set via IgniteCompute#withTimeout(long).IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.timeoutMillis(String timeoutMillis) The timeout interval for triggered jobs, in milliseconds, which will be set via IgniteCompute#withTimeout(long).IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.treatCollectionsAsCacheObjects(boolean treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder.treatCollectionsAsCacheObjects(String treatCollectionsAsCacheObjects) Sets whether to treat Collections as cache objects or as Collections of items to insert/update/compute, etc.