Uses of Interface
org.apache.ignite.internal.processors.platform.cache.PlatformCacheEntryProcessor
-
Packages that use PlatformCacheEntryProcessor Package Description org.apache.ignite.internal.processors.platform org.apache.ignite.internal.processors.platform.cache -
-
Uses of PlatformCacheEntryProcessor in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform that return PlatformCacheEntryProcessor Modifier and Type Method Description PlatformCacheEntryProcessorPlatformContext. createCacheEntryProcessor(Object proc, long ptr)Create cache entry processor.PlatformCacheEntryProcessorPlatformContextImpl. createCacheEntryProcessor(Object proc, long ptr)Create cache entry processor. -
Uses of PlatformCacheEntryProcessor in org.apache.ignite.internal.processors.platform.cache
Classes in org.apache.ignite.internal.processors.platform.cache that implement PlatformCacheEntryProcessor Modifier and Type Class Description classPlatformCacheEntryProcessorImplPlatform cache entry processor.
-