| Package | Description |
|---|---|
| org.apache.ignite.internal.pagemem.store | |
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| org.apache.ignite.internal.processors.cache.persistence.file |
| Modifier and Type | Method and Description |
|---|---|
Map<String,StoredCacheData> |
IgnitePageStoreManager.readCacheConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
IgnitePageStoreManager.initializeForCache(CacheGroupDescriptor grpDesc,
StoredCacheData cacheData)
Callback called when a cache is starting.
|
void |
IgnitePageStoreManager.removeCacheData(StoredCacheData cacheData)
Remove cache configuration data file.
|
void |
IgnitePageStoreManager.storeCacheData(StoredCacheData cacheData,
boolean overwrite) |
| Modifier and Type | Method and Description |
|---|---|
StoredCacheData |
StoredCacheData.cacheConfigurationEnrichment(CacheConfigurationEnrichment ccfgEnrichment) |
StoredCacheData |
CacheJoinNodeDiscoveryData.CacheInfo.cacheData() |
StoredCacheData |
StoredCacheData.sql(boolean sql) |
StoredCacheData |
DynamicCacheDescriptor.toStoredData(CacheConfigurationSplitter splitter)
Form a
StoredCacheData with all data to correctly restore cache params when its configuration is read
from page store. |
StoredCacheData |
StoredCacheData.withOldCacheConfig(CacheConfigurationEnricher enricher) |
StoredCacheData |
StoredCacheData.withSplittedCacheConfig(CacheConfigurationSplitter splitter) |
| Modifier and Type | Method and Description |
|---|---|
QuerySchemaPatch |
DynamicCacheDescriptor.makeSchemaPatch(StoredCacheData cacheData)
Make schema patch for this cache.
|
void |
GridCacheProcessor.saveCacheConfiguration(StoredCacheData storedCacheData,
boolean overwrite)
Save cache configuration to persistent store if necessary.
|
void |
GridLocalConfigManager.saveCacheConfiguration(StoredCacheData storedCacheData,
boolean overwrite)
Save cache configuration to persistent store if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<Boolean> |
GridCacheProcessor.dynamicStartCachesByStoredConf(Collection<StoredCacheData> storedCacheDataList,
boolean failIfExists,
boolean checkThreadTx,
boolean disabledAfterStart,
IgniteUuid restartId)
Dynamically starts multiple caches.
|
| Constructor and Description |
|---|
CacheInfo(StoredCacheData cacheData,
CacheType cacheType,
boolean sql,
long flags,
boolean staticallyConfigured) |
StoredCacheData(StoredCacheData cacheData) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,StoredCacheData> |
FilePageStoreManager.readCacheConfigurations() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilePageStoreManager.initializeForCache(CacheGroupDescriptor grpDesc,
StoredCacheData cacheData)
Callback called when a cache is starting.
|
void |
FilePageStoreManager.removeCacheData(StoredCacheData cacheData)
Remove cache configuration data file.
|
void |
FilePageStoreManager.storeCacheData(StoredCacheData cacheData,
boolean overwrite) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020