Uses of Interface
org.apache.ignite.internal.processors.cache.CacheObject
-
Packages that use CacheObject Package Description org.apache.ignite.internal.processors.cache -
-
Uses of CacheObject in org.apache.ignite.internal.processors.cache
Subinterfaces of CacheObject in org.apache.ignite.internal.processors.cache Modifier and Type Interface Description interfaceKeyCacheObjectMethods in org.apache.ignite.internal.processors.cache that return CacheObject Modifier and Type Method Description CacheObjectCacheObject. prepareForCache(CacheObjectValueContext ctx)Prepares cache object for cache (e.g. copies user-provided object if needed).Methods in org.apache.ignite.internal.processors.cache with parameters of type CacheObject Modifier and Type Method Description static ObjectCacheObjectUtils. unwrapBinaryIfNeeded(CacheObjectValueContext ctx, CacheObject o, boolean keepBinary, boolean cpy)
-