Uses of Interface
org.apache.ignite.internal.processors.platform.cache.PlatformCacheEntryFilter
-
Packages that use PlatformCacheEntryFilter Package Description org.apache.ignite.internal.processors.platform org.apache.ignite.internal.processors.platform.cache -
-
Uses of PlatformCacheEntryFilter in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform that return PlatformCacheEntryFilter Modifier and Type Method Description PlatformCacheEntryFilterPlatformContext. createCacheEntryFilter(Object filter, long ptr)Create cache entry filter.PlatformCacheEntryFilterPlatformContextImpl. createCacheEntryFilter(Object filter, long ptr)Create cache entry filter. -
Uses of PlatformCacheEntryFilter in org.apache.ignite.internal.processors.platform.cache
Classes in org.apache.ignite.internal.processors.platform.cache that implement PlatformCacheEntryFilter Modifier and Type Class Description classPlatformCacheEntryFilterImplInterop filter.
-