Uses of Class
org.apache.ignite.internal.processors.cache.StoredCacheData
-
Packages that use StoredCacheData Package Description org.apache.ignite.dump org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence.snapshot.dump org.apache.ignite.internal.processors.cluster -
-
Uses of StoredCacheData in org.apache.ignite.dump
Method parameters in org.apache.ignite.dump with type arguments of type StoredCacheData Modifier and Type Method Description voidDumpConsumer. onCacheConfigs(Iterator<StoredCacheData> caches)Handles cache configs. -
Uses of StoredCacheData in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return StoredCacheData Modifier and Type Method Description StoredCacheDataStoredCacheData. cacheConfigurationEnrichment(CacheConfigurationEnrichment ccfgEnrichment)StoredCacheDataCacheJoinNodeDiscoveryData.CacheInfo. cacheData()StoredCacheDataGridLocalConfigManager. readCacheData(File conf)static StoredCacheDataGridLocalConfigManager. readCacheData(File conf, @Nullable Marshaller marshaller, @Nullable IgniteConfiguration cfg)StoredCacheDataStoredCacheData. sql(boolean sql)StoredCacheDataDynamicCacheDescriptor. toStoredData(CacheConfigurationSplitter splitter)Form aStoredCacheDatawith all data to correctly restore cache params when its configuration is read from page store.StoredCacheDataStoredCacheData. withSplittedCacheConfig(CacheConfigurationSplitter splitter)Splits the corresponding cache configuration into parts with the given splitter.Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type StoredCacheData Modifier and Type Method Description Map<String,StoredCacheData>GridLocalConfigManager. readCacheConfigurations()static Map<File,StoredCacheData>GridLocalConfigManager. readCachesData(File dbDir, @Nullable Marshaller marshaller, @Nullable IgniteConfiguration cfg)Methods in org.apache.ignite.internal.processors.cache with parameters of type StoredCacheData Modifier and Type Method Description QuerySchemaPatchDynamicCacheDescriptor. makeSchemaPatch(StoredCacheData cacheData)Make schema patch for this cache.voidGridLocalConfigManager. removeCacheData(StoredCacheData cacheData)Remove cache configuration from persistent store.voidGridLocalConfigManager. saveCacheConfiguration(StoredCacheData cacheData, boolean overwrite)Save cache configuration to persistent store if necessary.voidGridLocalConfigManager. writeCacheData(StoredCacheData cacheData, File conf)Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type StoredCacheData Modifier and Type Method Description IgniteInternalFuture<Boolean>GridCacheProcessor. dynamicStartCachesByStoredConf(Collection<StoredCacheData> storedCacheDataList, boolean failIfExists, boolean checkThreadTx, boolean disabledAfterStart, IgniteUuid restartId)Dynamically starts multiple caches.voidGridLocalConfigManager. readCacheConfigurations(File dir, Map<String,StoredCacheData> ccfgs)Constructors in org.apache.ignite.internal.processors.cache with parameters of type StoredCacheData Constructor Description CacheInfo(StoredCacheData cacheData, CacheType cacheType, boolean sql, long flags, boolean staticallyConfigured)StoredCacheData(StoredCacheData cacheData) -
Uses of StoredCacheData in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump that return types with arguments of type StoredCacheData Modifier and Type Method Description List<StoredCacheData>Dump. configs(String node, int grp) -
Uses of StoredCacheData in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster that return types with arguments of type StoredCacheData Modifier and Type Method Description @Nullable List<StoredCacheData>ChangeGlobalStateMessage. storedCacheConfigurations()Constructor parameters in org.apache.ignite.internal.processors.cluster with type arguments of type StoredCacheData Constructor Description ChangeGlobalStateMessage(UUID reqId, UUID initiatingNodeId, @Nullable List<StoredCacheData> storedCfgs, ClusterState state, boolean forceDeactivation, BaselineTopology baselineTopology, boolean forceChangeBaselineTopology, long timestamp)
-