| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IncompleteCacheObject
Cache object container that accumulates partial binary data
unless all of them ready.
|
| Modifier and Type | Method and Description |
|---|---|
protected IncompleteObject<?> |
CacheDataRowAdapter.readFragment(GridCacheSharedContext<?,?> sharedCtx,
CacheObjectContext coctx,
ByteBuffer buf,
boolean keyOnly,
boolean readCacheId,
IncompleteObject<?> incomplete,
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) |
| Modifier and Type | Method and Description |
|---|---|
protected IncompleteObject<?> |
CacheDataRowAdapter.readFragment(GridCacheSharedContext<?,?> sharedCtx,
CacheObjectContext coctx,
ByteBuffer buf,
boolean keyOnly,
boolean readCacheId,
IncompleteObject<?> incomplete,
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) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021