Uses of Interface
org.apache.ignite.internal.processors.cache.CacheObjectValueContext
-
Packages that use CacheObjectValueContext Package Description org.apache.ignite.internal.binary org.apache.ignite.internal.processors.cache -
-
Uses of CacheObjectValueContext in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary with parameters of type CacheObjectValueContext Modifier and Type Method Description BinaryObjectBinariesFactory. binaryObject(BinaryContext ctx, byte[] valBytes, CacheObjectValueContext coCtx)Creates new instance of binary object. -
Uses of CacheObjectValueContext in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache with parameters of type CacheObjectValueContext Modifier and Type Method Description voidCacheObject. finishUnmarshal(CacheObjectValueContext ctx, ClassLoader ldr)CacheObjectCacheObject. prepareForCache(CacheObjectValueContext ctx)Prepares cache object for cache (e.g. copies user-provided object if needed).voidCacheObject. prepareMarshal(CacheObjectValueContext ctx)static Collection<Object>CacheObjectUtils. unwrapBinariesIfNeeded(CacheObjectValueContext ctx, Collection<?> col, boolean keepBinary)static ObjectCacheObjectUtils. unwrapBinary(CacheObjectValueContext ctx, Object o, boolean keepBinary, boolean cpy, @Nullable ClassLoader ldr)Unwraps an object for end user.static ObjectCacheObjectUtils. unwrapBinaryIfNeeded(CacheObjectValueContext ctx, Object o, boolean keepBinary, boolean cpy, @Nullable ClassLoader ldr)static ObjectCacheObjectUtils. unwrapBinaryIfNeeded(CacheObjectValueContext ctx, CacheObject o, boolean keepBinary, boolean cpy)<T> TCacheObject. value(CacheObjectValueContext ctx, boolean cpy)<T> TCacheObject. value(CacheObjectValueContext ctx, boolean cpy, ClassLoader ldr)Deserializes a value from an internal representation.byte[]CacheObject. valueBytes(CacheObjectValueContext ctx)intCacheObject. valueBytesLength(CacheObjectValueContext ctx)
-