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 IgniteComputeExecutionTypeIgniteComputeEndpoint. getExecutionType()Gets the execution type of this producer.static IgniteComputeExecutionTypeIgniteComputeExecutionType. 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 voidIgniteComputeEndpoint. setExecutionType(IgniteComputeExecutionType executionType)The compute operation to perform.
-