Uses of Enum Class
org.apache.camel.component.ignite.idgen.IgniteIdGenOperation
Packages that use IgniteIdGenOperation
-
Uses of IgniteIdGenOperation in org.apache.camel.component.ignite.idgen
Methods in org.apache.camel.component.ignite.idgen that return IgniteIdGenOperationModifier and TypeMethodDescriptionIgniteIdGenEndpoint.getOperation()Gets the operation.static IgniteIdGenOperationReturns the enum constant of this class with the specified name.static IgniteIdGenOperation[]IgniteIdGenOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.ignite.idgen with parameters of type IgniteIdGenOperationModifier and TypeMethodDescriptionvoidIgniteIdGenEndpoint.setOperation(IgniteIdGenOperation operation) The operation to invoke on the Ignite ID Generator.