Uses of Class
org.apache.ignite.internal.processors.cache.CacheOperationFilter
-
Packages that use CacheOperationFilter Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation. -
-
Uses of CacheOperationFilter in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return CacheOperationFilter Modifier and Type Method Description static CacheOperationFilterCacheOperationFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheOperationFilter[]CacheOperationFilter. values()Returns an array containing the constants of this enum type, in the order they are declared.
-