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