Uses of Class
org.apache.ignite.internal.processors.cache.IncompleteObject
-
Packages that use IncompleteObject Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation. -
-
Uses of IncompleteObject in org.apache.ignite.internal.processors.cache
Subclasses of IncompleteObject in org.apache.ignite.internal.processors.cache Modifier and Type Class Description classIncompleteCacheObjectCache object container that accumulates partial binary data unless all of them ready. -
Uses of IncompleteObject in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that return IncompleteObject Modifier and Type Method Description protected IncompleteObject<?>CacheDataRowAdapter. readFragment(GridCacheSharedContext<?,?> sharedCtx, CacheObjectContext coctx, ByteBuffer buf, boolean keyOnly, boolean readCacheId, IncompleteObject<?> incomplete, boolean skipVer)protected IncompleteObject<?>CacheDataRowAdapter. readIncomplete(IncompleteObject<?> incomplete, GridCacheSharedContext<?,?> sharedCtx, CacheObjectContext coctx, int pageSize, int realPageSize, long pageAddr, int itemId, DataPageIO io, CacheDataRowAdapter.RowData rowData, boolean readCacheId, boolean skipVer)protected IncompleteObject<?>CacheDataRowAdapter. readIncompleteCacheId(ByteBuffer buf, IncompleteObject<?> incomplete)protected IncompleteObject<?>CacheDataRowAdapter. readIncompleteExpireTime(ByteBuffer buf, IncompleteObject<?> incomplete)protected IncompleteObject<?>CacheDataRowAdapter. readIncompleteVersion(ByteBuffer buf, IncompleteObject<?> incomplete, boolean skip)Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type IncompleteObject Modifier and Type Method Description protected IncompleteObject<?>CacheDataRowAdapter. readFragment(GridCacheSharedContext<?,?> sharedCtx, CacheObjectContext coctx, ByteBuffer buf, boolean keyOnly, boolean readCacheId, IncompleteObject<?> incomplete, boolean skipVer)protected IncompleteObject<?>CacheDataRowAdapter. readIncomplete(IncompleteObject<?> incomplete, GridCacheSharedContext<?,?> sharedCtx, CacheObjectContext coctx, int pageSize, int realPageSize, long pageAddr, int itemId, DataPageIO io, CacheDataRowAdapter.RowData rowData, boolean readCacheId, boolean skipVer)protected IncompleteObject<?>CacheDataRowAdapter. readIncompleteCacheId(ByteBuffer buf, IncompleteObject<?> incomplete)protected IncompleteObject<?>CacheDataRowAdapter. readIncompleteExpireTime(ByteBuffer buf, IncompleteObject<?> incomplete)protected IncompleteObject<?>CacheDataRowAdapter. readIncompleteVersion(ByteBuffer buf, IncompleteObject<?> incomplete, boolean skip)
-