Uses of Class
org.apache.ignite.internal.processors.cache.KeyCacheObjectImpl
-
Packages that use KeyCacheObjectImpl 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 KeyCacheObjectImpl in org.apache.ignite.internal.processors.cache
Subclasses of KeyCacheObjectImpl in org.apache.ignite.internal.processors.cache Modifier and Type Class Description protected 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.Constructors in org.apache.ignite.internal.processors.cache with parameters of type KeyCacheObjectImpl Constructor Description ExpiredKeyCacheObject(KeyCacheObjectImpl keyCacheObj, long expireTime, long link) -
Uses of KeyCacheObjectImpl in org.apache.ignite.internal.processors.cacheobject
Subclasses of KeyCacheObjectImpl in org.apache.ignite.internal.processors.cacheobject Modifier and Type Class Description classUserKeyCacheObjectImplWraps key provided by user, must be serialized before stored in cache.
-