Uses of Enum Class
org.apache.camel.component.ignite.compute.IgniteComputeExecutionType
Packages that use IgniteComputeExecutionType
-
Uses of IgniteComputeExecutionType in org.apache.camel.component.ignite.compute
Methods in org.apache.camel.component.ignite.compute that return IgniteComputeExecutionTypeModifier and TypeMethodDescriptionIgniteComputeEndpoint.getExecutionType()Gets the execution type of this producer.static IgniteComputeExecutionTypeReturns the enum constant of this class with the specified name.static IgniteComputeExecutionType[]IgniteComputeExecutionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.ignite.compute with parameters of type IgniteComputeExecutionTypeModifier and TypeMethodDescriptionvoidIgniteComputeEndpoint.setExecutionType(IgniteComputeExecutionType executionType) The compute operation to perform.