Uses of Class
org.apache.ignite.internal.processors.cache.CacheObjectAdapter
-
Packages that use CacheObjectAdapter Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cacheobject Cache object processor. -
-
Uses of CacheObjectAdapter in org.apache.ignite.internal.processors.cache
Subclasses of CacheObjectAdapter in org.apache.ignite.internal.processors.cache Modifier and Type Class Description classCacheObjectImplprotected static classIgniteCacheOffheapManagerImpl.ExpiredKeyCacheObjectThis entry key is used to indicate that an expired entry has already been deleted from PendingEntriesTree and doesn't need to participate in PendingEntriesTree cleanup again.classKeyCacheObjectImpl -
Uses of CacheObjectAdapter in org.apache.ignite.internal.processors.cacheobject
Subclasses of CacheObjectAdapter in org.apache.ignite.internal.processors.cacheobject Modifier and Type Class Description classPlatformCacheObjectImplWraps value provided by platform, must be transformed before stored in cache.classUserCacheObjectImplWraps value provided by user, must be serialized before stored in cache.classUserKeyCacheObjectImplWraps key provided by user, must be serialized before stored in cache.
-