Uses of Enum Class
org.apache.camel.component.ignite.queue.IgniteQueueOperation
Packages that use IgniteQueueOperation
-
Uses of IgniteQueueOperation in org.apache.camel.component.ignite.queue
Methods in org.apache.camel.component.ignite.queue that return IgniteQueueOperationModifier and TypeMethodDescriptionIgniteQueueEndpoint.getOperation()Gets the queue operation to perform.static IgniteQueueOperationReturns the enum constant of this class with the specified name.static IgniteQueueOperation[]IgniteQueueOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.ignite.queue with parameters of type IgniteQueueOperationModifier and TypeMethodDescriptionvoidIgniteQueueEndpoint.setOperation(IgniteQueueOperation operation) The operation to invoke on the Ignite Queue.