Uses of Class
org.apache.camel.builder.endpoint.dsl.IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType
-
Packages that use IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType Modifier and Type Method Description static IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType
IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType[]
IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType Modifier and Type Method Description default IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder
IgniteComputeEndpointBuilderFactory.IgniteComputeEndpointBuilder. executionType(IgniteComputeEndpointBuilderFactory.IgniteComputeExecutionType executionType)
The compute operation to perform.
-