| 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.
|
| org.apache.ignite.internal.processors.cache.persistence.file |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
CacheCompressionManager.compressPage(ByteBuffer page,
PageStore store) |
| Modifier and Type | Method and Description |
|---|---|
PageStore |
GridCacheDatabaseSharedManager.getPageStore(int grpId,
int partId) |
| Modifier and Type | Method and Description |
|---|---|
long |
GridCacheDatabaseSharedManager.forAllPageStores(ToLongFunction<PageStore> f) |
long |
GridCacheDatabaseSharedManager.forGroupPageStores(CacheGroupContext gctx,
ToLongFunction<PageStore> f) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilePageStore
File page store.
|
class |
FilePageStoreV2 |
| Modifier and Type | Method and Description |
|---|---|
default PageStore |
FilePageStoreFactory.createPageStore(byte type,
File file,
LongAdderMetric allocatedTracker)
Creates instance of PageStore based on given file.
|
PageStore |
FilePageStoreFactory.createPageStore(byte type,
IgniteOutClosure<Path> pathProvider,
LongAdderMetric allocatedTracker)
Creates instance of PageStore based on file path provider.
|
PageStore |
FileVersionCheckingFactory.createPageStore(byte type,
IgniteOutClosure<Path> pathProvider,
LongAdderMetric allocatedTracker)
Creates instance of PageStore based on file path provider.
|
PageStore |
FilePageStoreManager.getStore(int grpId,
int partId) |
PageStore |
FilePageStoreManager.writeInternal(int cacheId,
long pageId,
ByteBuffer pageBuf,
int tag,
boolean calculateCrc) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PageStore> |
FilePageStoreManager.getStores(int grpId) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020