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