| 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 |
CacheJoinNodeDiscoveryData.CacheInfo.cacheData() |
StoredCacheData |
StoredCacheData.sql(boolean sql) |
StoredCacheData |
DynamicCacheDescriptor.toStoredData()
Form a
StoredCacheData with all data to correctly restore cache params when its configuration is read
from page store. |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<Boolean> |
GridCacheProcessor.dynamicStartCachesByStoredConf(Collection<StoredCacheData> storedCacheDataList,
boolean failIfExists,
boolean checkThreadTx,
boolean disabledAfterStart)
Dynamically starts multiple caches.
|
| Constructor and Description |
|---|
CacheInfo(StoredCacheData cacheData,
CacheType cacheType,
boolean sql,
long flags,
boolean staticallyConfigured) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
List<StoredCacheData> |
ChangeGlobalStateMessage.storedCacheConfigurations() |
| Constructor and Description |
|---|
ChangeGlobalStateMessage(UUID reqId,
UUID initiatingNodeId,
List<StoredCacheData> storedCfgs,
boolean activate,
BaselineTopology baselineTopology,
boolean forceChangeBaselineTopology,
long timestamp) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019