| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| Modifier and Type | Method and Description |
|---|---|
StoredCacheData |
StoredCacheData.cacheConfigurationEnrichment(CacheConfigurationEnrichment ccfgEnrichment) |
StoredCacheData |
CacheJoinNodeDiscoveryData.CacheInfo.cacheData() |
StoredCacheData |
GridLocalConfigManager.readCacheData(File conf) |
static StoredCacheData |
GridLocalConfigManager.readCacheData(File conf,
@Nullable Marshaller marshaller,
@Nullable IgniteConfiguration cfg) |
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)
Splits the corresponding cache configuration into parts with the given splitter.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,StoredCacheData> |
GridLocalConfigManager.readCacheConfigurations() |
static Map<File,StoredCacheData> |
GridLocalConfigManager.readCachesData(File dbDir,
@Nullable Marshaller marshaller,
@Nullable IgniteConfiguration cfg) |
| Modifier and Type | Method and Description |
|---|---|
QuerySchemaPatch |
DynamicCacheDescriptor.makeSchemaPatch(StoredCacheData cacheData)
Make schema patch for this cache.
|
void |
GridLocalConfigManager.removeCacheData(StoredCacheData cacheData)
Remove cache configuration from persistent store.
|
void |
GridLocalConfigManager.saveCacheConfiguration(StoredCacheData cacheData,
boolean overwrite)
Save cache configuration to persistent store if necessary.
|
void |
GridLocalConfigManager.writeCacheData(StoredCacheData cacheData,
File conf) |
| 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.
|
void |
GridLocalConfigManager.readCacheConfigurations(File dir,
Map<String,StoredCacheData> ccfgs) |
| Constructor and Description |
|---|
CacheInfo(StoredCacheData cacheData,
CacheType cacheType,
boolean sql,
long flags,
boolean staticallyConfigured) |
StoredCacheData(StoredCacheData cacheData) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023