| Package | Description |
|---|---|
| org.apache.ignite.internal.pagemem.impl | |
| org.apache.ignite.internal.pagemem.store | |
| org.apache.ignite.internal.processors.cache.persistence |
This package contain cache with persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.file | |
| org.apache.ignite.internal.processors.metric | |
| org.apache.ignite.internal.processors.metric.impl |
| Constructor and Description |
|---|
PageMemoryNoStoreImpl(IgniteLogger log,
DirectMemoryProvider directMemoryProvider,
GridCacheSharedContext<?,?> sharedCtx,
int pageSize,
DataRegionConfiguration dataRegionCfg,
LongAdderMetric totalAllocatedPagesMetric,
boolean trackAcquiredPages) |
| Modifier and Type | Method and Description |
|---|---|
void |
IgnitePageStoreManager.initialize(int cacheId,
int partitions,
String workingDir,
LongAdderMetric tracker)
Initializes disk store structures.
|
| Modifier and Type | Method and Description |
|---|---|
LongAdderMetric |
DataRegionMetricsImpl.getOrAllocateGroupPageAllocationTracker(String grpName)
Get or allocate group allocation tracker.
|
LongAdderMetric |
DataRegionMetricsImpl.totalAllocatedPages() |
| 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.
|
void |
FilePageStoreManager.initialize(int cacheId,
int partitions,
String workingDir,
LongAdderMetric tracker)
Initializes disk store structures.
|
| Constructor and Description |
|---|
FilePageStore(byte type,
IgniteOutClosure<Path> pathProvider,
FileIOFactory factory,
DataStorageConfiguration cfg,
LongAdderMetric allocatedTracker) |
FilePageStoreV2(byte type,
IgniteOutClosure<Path> pathProvider,
FileIOFactory factory,
DataStorageConfiguration cfg,
LongAdderMetric allocatedTracker)
Constructor which initializes file path provider closure, allowing to calculate file path in any time.
|
| Modifier and Type | Method and Description |
|---|---|
LongAdderMetric |
MetricRegistry.longAdderMetric(String name,
LongConsumer delegate,
@Nullable String desc)
Creates and register named metric.
|
LongAdderMetric |
MetricRegistry.longAdderMetric(String name,
@Nullable String desc)
Creates and register named metric.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LongAdderWithDelegateMetric
Long metric implementation based on
LongAdder with LongAdderWithDelegateMetric.delegate. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020