Uses of Class
org.apache.camel.component.ignite.compute.IgniteComputeExecutionType
-
Packages that use IgniteComputeExecutionType Package Description org.apache.camel.component.ignite.compute -
-
Uses of IgniteComputeExecutionType in org.apache.camel.component.ignite.compute
Methods in org.apache.camel.component.ignite.compute that return IgniteComputeExecutionType Modifier and Type Method Description IgniteComputeExecutionType
IgniteComputeEndpoint. getExecutionType()
Gets the execution type of this producer.static IgniteComputeExecutionType
IgniteComputeExecutionType. valueOf(String name)
Returns the enum constant of this type with the specified name.static IgniteComputeExecutionType[]
IgniteComputeExecutionType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.ignite.compute with parameters of type IgniteComputeExecutionType Modifier and Type Method Description void
IgniteComputeEndpoint. setExecutionType(IgniteComputeExecutionType executionType)
The compute operation to perform.
-