Uses of Interface
org.apache.ignite.internal.processors.platform.cache.PlatformCacheExtension
-
-
Uses of PlatformCacheExtension in org.apache.ignite.internal.processors.platform
Methods in org.apache.ignite.internal.processors.platform that return types with arguments of type PlatformCacheExtension Modifier and Type Method Description @Nullable Collection<PlatformCacheExtension>PlatformConfigurationEx. cacheExtensions() -
Uses of PlatformCacheExtension in org.apache.ignite.internal.processors.platform.cache
Constructors in org.apache.ignite.internal.processors.platform.cache with parameters of type PlatformCacheExtension Constructor Description PlatformCache(PlatformContext platformCtx, IgniteCache cache, boolean keepBinary, PlatformCacheExtension[] exts)Constructor. -
Uses of PlatformCacheExtension in org.apache.ignite.internal.processors.platform.cpp
Methods in org.apache.ignite.internal.processors.platform.cpp that return types with arguments of type PlatformCacheExtension Modifier and Type Method Description @Nullable Collection<PlatformCacheExtension>PlatformCppConfigurationEx. cacheExtensions() -
Uses of PlatformCacheExtension in org.apache.ignite.internal.processors.platform.dotnet
Methods in org.apache.ignite.internal.processors.platform.dotnet that return types with arguments of type PlatformCacheExtension Modifier and Type Method Description @Nullable Collection<PlatformCacheExtension>PlatformDotNetConfigurationEx. cacheExtensions() -
Uses of PlatformCacheExtension in org.apache.ignite.internal.processors.platform.entityframework
Classes in org.apache.ignite.internal.processors.platform.entityframework that implement PlatformCacheExtension Modifier and Type Class Description classPlatformDotNetEntityFrameworkCacheExtensionEntityFramework cache extension. -
Uses of PlatformCacheExtension in org.apache.ignite.internal.processors.platform.websession
Classes in org.apache.ignite.internal.processors.platform.websession that implement PlatformCacheExtension Modifier and Type Class Description classPlatformDotNetSessionCacheExtensionCustom entry processor invoker.
-