Package org.apache.ignite.internal.processors.cache.persistence
This package contain cache with persistence implementation.
See also GitHub Package Readme
See also GitHub Package Readme
-
Interface Summary Interface Description CacheDataRow Cache data row.CacheSearchRow CheckpointLockStateChecker Interface for perform checking that checkpoint lock is held by current trackDatabaseLifecycleListener IndexStorage Meta store.PageStoreWriter Interface for write page toPageStore.Storable Simple interface for data, store in some RowStore. -
Class Summary Class Description CacheDataRowAdapter Cache data row adapter.CacheStripedExecutor Wrapper overStripedExecutor, that groups submitted tasks by cache group and partition.CheckCorruptedCacheStoresCleanAction CleanCacheStoresMaintenanceAction CorruptedPdsMaintenanceCallback DataRegion Data region provides access to objects configured withDataRegionConfigurationconfiguration.DataRegionMetricsImpl DataRegionMetricsSnapshot DataRowCacheAware Data row implementation that can optionally hide the cache identifier and can setnullas value.
It is used to simplify storing a data row into page memory, because in some cases the cache identifier is not stored on the data pages, but is required to link this data row inBPlusTree.DataStorageMetricsImpl DataStorageMXBeanImpl TransactionsMXBean implementation.DataStructure Base class for all the data structures based onPageMemory.FileLockHolder Abstract file lock holder.GridCacheDatabaseSharedManager GridCacheDatabaseSharedManager.NodeFileLockHolder Node file lock holder.GridCacheOffheapManager Used when persistence enabled.GridCacheOffheapManager.GridCacheDataStore IgniteCacheDatabaseSharedManager IndexStorageImpl Metadata storage.IndexStorageImpl.IndexItem IndexStorageImpl.MetaStoreInnerIO IndexStorageImpl.MetaStoreLeafIO RecoveryDebug RootPage RowStore Data store for H2 rows. -
Enum Summary Enum Description CacheDataRowAdapter.RowData CheckpointState Possible checkpoint states. -
Exception Summary Exception Description CorruptedDataStructureException Abstract exception whenDataStructureare corrupted.CorruptedPartitionMetaPageException Exception to distinguish partition meta page broken invariants.StorageException Exception is needed to distinguish WAL manager & page store critical I/O errors.