Uses of Class
org.apache.ignite.internal.processors.cache.IncompleteCacheObject
-
Packages that use IncompleteCacheObject Package Description org.apache.ignite.internal.processors.cache.binary Implementation of binary processor.org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation.org.apache.ignite.internal.processors.cacheobject Cache object processor. -
-
Uses of IncompleteCacheObject in org.apache.ignite.internal.processors.cache.binary
Methods in org.apache.ignite.internal.processors.cache.binary that return IncompleteCacheObject Modifier and Type Method Description IncompleteCacheObjectCacheObjectBinaryProcessorImpl. toCacheObject(CacheObjectContext ctx, ByteBuffer buf, @Nullable IncompleteCacheObject incompleteObj)IncompleteCacheObjectCacheObjectBinaryProcessorImpl. toKeyCacheObject(CacheObjectContext ctx, ByteBuffer buf, @Nullable IncompleteCacheObject incompleteObj)Methods in org.apache.ignite.internal.processors.cache.binary with parameters of type IncompleteCacheObject Modifier and Type Method Description IncompleteCacheObjectCacheObjectBinaryProcessorImpl. toCacheObject(CacheObjectContext ctx, ByteBuffer buf, @Nullable IncompleteCacheObject incompleteObj)IncompleteCacheObjectCacheObjectBinaryProcessorImpl. toKeyCacheObject(CacheObjectContext ctx, ByteBuffer buf, @Nullable IncompleteCacheObject incompleteObj) -
Uses of IncompleteCacheObject in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that return IncompleteCacheObject Modifier and Type Method Description protected IncompleteCacheObjectCacheDataRowAdapter. readIncompleteKey(CacheObjectContext coctx, ByteBuffer buf, IncompleteCacheObject incomplete)protected IncompleteCacheObjectCacheDataRowAdapter. readIncompleteValue(CacheObjectContext coctx, ByteBuffer buf, IncompleteCacheObject incomplete)Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type IncompleteCacheObject Modifier and Type Method Description protected IncompleteCacheObjectCacheDataRowAdapter. readIncompleteKey(CacheObjectContext coctx, ByteBuffer buf, IncompleteCacheObject incomplete)protected IncompleteCacheObjectCacheDataRowAdapter. readIncompleteValue(CacheObjectContext coctx, ByteBuffer buf, IncompleteCacheObject incomplete) -
Uses of IncompleteCacheObject in org.apache.ignite.internal.processors.cacheobject
Methods in org.apache.ignite.internal.processors.cacheobject that return IncompleteCacheObject Modifier and Type Method Description IncompleteCacheObjectIgniteCacheObjectProcessor. toCacheObject(CacheObjectContext ctx, ByteBuffer buf, @Nullable IncompleteCacheObject incompleteObj)IncompleteCacheObjectIgniteCacheObjectProcessor. toKeyCacheObject(CacheObjectContext ctx, ByteBuffer buf, @Nullable IncompleteCacheObject incompleteObj)Methods in org.apache.ignite.internal.processors.cacheobject with parameters of type IncompleteCacheObject Modifier and Type Method Description IncompleteCacheObjectIgniteCacheObjectProcessor. toCacheObject(CacheObjectContext ctx, ByteBuffer buf, @Nullable IncompleteCacheObject incompleteObj)IncompleteCacheObjectIgniteCacheObjectProcessor. toKeyCacheObject(CacheObjectContext ctx, ByteBuffer buf, @Nullable IncompleteCacheObject incompleteObj)
-