Uses of Enum Class
org.apache.camel.component.ignite.cache.IgniteCacheOperation
Packages that use IgniteCacheOperation
-
Uses of IgniteCacheOperation in org.apache.camel.component.ignite.cache
Methods in org.apache.camel.component.ignite.cache that return IgniteCacheOperationModifier and TypeMethodDescriptionIgniteCacheEndpoint.getOperation()Gets the cache operation to invoke.static IgniteCacheOperationReturns the enum constant of this class with the specified name.static IgniteCacheOperation[]IgniteCacheOperation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.ignite.cache with parameters of type IgniteCacheOperationModifier and TypeMethodDescriptionvoidIgniteCacheEndpoint.setOperation(IgniteCacheOperation operation) The cache operation to invoke.