Uses of Class
org.apache.camel.component.ignite.set.IgniteSetOperation
-
Packages that use IgniteSetOperation Package Description org.apache.camel.component.ignite.set -
-
Uses of IgniteSetOperation in org.apache.camel.component.ignite.set
Methods in org.apache.camel.component.ignite.set that return IgniteSetOperation Modifier and Type Method Description IgniteSetOperationIgniteSetEndpoint. getOperation()Gets the set operation to perform.static IgniteSetOperationIgniteSetOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static IgniteSetOperation[]IgniteSetOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.ignite.set with parameters of type IgniteSetOperation Modifier and Type Method Description voidIgniteSetEndpoint. setOperation(IgniteSetOperation operation)The operation to invoke on the Ignite Set.
-