Uses of Enum Class
org.apache.camel.component.ignite.set.IgniteSetOperation
Packages that use IgniteSetOperation
-
Uses of IgniteSetOperation in org.apache.camel.component.ignite.set
Methods in org.apache.camel.component.ignite.set that return IgniteSetOperationModifier and TypeMethodDescriptionIgniteSetEndpoint.getOperation()Gets the set operation to perform.static IgniteSetOperationReturns the enum constant of this class with the specified name.static IgniteSetOperation[]IgniteSetOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.ignite.set with parameters of type IgniteSetOperationModifier and TypeMethodDescriptionvoidIgniteSetEndpoint.setOperation(IgniteSetOperation operation) The operation to invoke on the Ignite Set.