Uses of Class
org.apache.ignite.internal.processors.cache.persistence.RootPage
-
Packages that use RootPage Package Description org.apache.ignite.internal.cache.query.index org.apache.ignite.internal.cache.query.index.sorted org.apache.ignite.internal.cache.query.index.sorted.defragmentation org.apache.ignite.internal.cache.query.index.sorted.inline org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.persistence This package contain cache with persistence implementation. -
-
Uses of RootPage in org.apache.ignite.internal.cache.query.index
Methods in org.apache.ignite.internal.cache.query.index with parameters of type RootPage Modifier and Type Method Description voidIndexProcessor. destroyOrphanIndex(GridKernalContext ctx, RootPage page, String indexName, int grpId, PageMemory pageMemory, GridAtomicLong removeId, ReuseList reuseList)Destroy founded index which belongs to stopped cache. -
Uses of RootPage in org.apache.ignite.internal.cache.query.index.sorted
Methods in org.apache.ignite.internal.cache.query.index.sorted that return types with arguments of type RootPage Modifier and Type Method Description static Map<Integer,RootPage>DurableBackgroundCleanupIndexTreeTaskV2. findIndexRootPages(CacheGroupContext grpCtx, String cacheName, String treeName, int segments)Finding the root pages of the index.static Map<Integer,RootPage>DurableBackgroundCleanupIndexTreeTaskV2. toRootPages(InlineIndexTree[] trees)Create index root pages based on its trees.Methods in org.apache.ignite.internal.cache.query.index.sorted with parameters of type RootPage Modifier and Type Method Description protected InlineIndexTreeDurableBackgroundCleanupIndexTreeTaskV2.InlineIndexTreeFactory. create(CacheGroupContext grpCtx, RootPage rootPage, String treeName)Creation of an index tree.static longDurableBackgroundCleanupIndexTreeTaskV2. destroyIndexTrees(CacheGroupContext grpCtx, RootPage rootPage, String cacheName, String treeName, int segment)Destroying index trees. -
Uses of RootPage in org.apache.ignite.internal.cache.query.index.sorted.defragmentation
Methods in org.apache.ignite.internal.cache.query.index.sorted.defragmentation that return RootPage Modifier and Type Method Description protected RootPageDefragIndexFactory. rootPage(GridCacheContext<?,?> ctx, String treeName, int segment)Methods in org.apache.ignite.internal.cache.query.index.sorted.defragmentation with parameters of type RootPage Modifier and Type Method Description protected InlineIndexTreeDefragIndexFactory. createIndexSegment(GridCacheContext<?,?> cctx, SortedIndexDefinition def, RootPage rootPage, IoStatisticsHolder stats, InlineRecommender recommender, int segmentNum) -
Uses of RootPage in org.apache.ignite.internal.cache.query.index.sorted.inline
Methods in org.apache.ignite.internal.cache.query.index.sorted.inline that return RootPage Modifier and Type Method Description protected RootPageInlineIndexFactory. rootPage(GridCacheContext<?,?> ctx, String treeName, int segment)Methods in org.apache.ignite.internal.cache.query.index.sorted.inline with parameters of type RootPage Modifier and Type Method Description protected InlineIndexTreeInlineIndexFactory. createIndexSegment(GridCacheContext<?,?> cctx, SortedIndexDefinition def, RootPage rootPage, IoStatisticsHolder stats, InlineRecommender recommender, int segmentNum) -
Uses of RootPage in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return RootPage Modifier and Type Method Description @Nullable RootPageIgniteCacheOffheapManager. dropRootPageForIndex(int cacheId, String idxName, int segment)Dropping the root page of the index tree.@Nullable RootPageIgniteCacheOffheapManagerImpl. dropRootPageForIndex(int cacheId, String idxName, int segment)Dropping the root page of the index tree.@Nullable RootPageIgniteCacheOffheapManager. findRootPageForIndex(int cacheId, String idxName, int segment)@Nullable RootPageIgniteCacheOffheapManagerImpl. findRootPageForIndex(int cacheId, String idxName, int segment)@Nullable RootPageIgniteCacheOffheapManager. renameRootPageForIndex(int cacheId, String oldIdxName, String newIdxName, int segment)Renaming the root page of the index tree.@Nullable RootPageIgniteCacheOffheapManagerImpl. renameRootPageForIndex(int cacheId, String oldIdxName, String newIdxName, int segment)Renaming the root page of the index tree.RootPageIgniteCacheOffheapManager. rootPageForIndex(int cacheId, String idxName, int segment)RootPageIgniteCacheOffheapManagerImpl. rootPageForIndex(int cacheId, String idxName, int segment) -
Uses of RootPage in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence that return RootPage Modifier and Type Method Description RootPageIndexStorage. allocateCacheIndex(Integer cacheId, String idxName, int segment)Allocate page for cache index.RootPageIndexStorageImpl. allocateCacheIndex(Integer cacheId, String idxName, int segment)Allocate page for cache index.RootPageIndexStorage. allocateIndex(String idxName)Get or allocate initial page for an index.RootPageIndexStorageImpl. allocateIndex(String idxName)Get or allocate initial page for an index.@Nullable RootPageIndexStorage. dropCacheIndex(Integer cacheId, String idxName, int segment)Deallocate index page and remove from tree.@Nullable RootPageIndexStorageImpl. dropCacheIndex(Integer cacheId, String idxName, int segment)Deallocate index page and remove from tree.@Nullable RootPageIndexStorage. dropIndex(String idxName)Deallocate index page and remove from tree.@Nullable RootPageIndexStorageImpl. dropIndex(String idxName)Deallocate index page and remove from tree.@Nullable RootPageGridCacheOffheapManager. dropRootPageForIndex(int cacheId, String idxName, int segment)Dropping the root page of the index tree.@Nullable RootPageIndexStorage. findCacheIndex(Integer cacheId, String idxName, int segment)Find index root.@Nullable RootPageIndexStorageImpl. findCacheIndex(Integer cacheId, String idxName, int segment)Find index root.@Nullable RootPageGridCacheOffheapManager. findRootPageForIndex(int cacheId, String idxName, int segment)@Nullable RootPageIndexStorage. renameCacheIndex(Integer cacheId, String oldIdxName, String newIdxName, int segment)Renaming the root page of the index tree.@Nullable RootPageIndexStorageImpl. renameCacheIndex(Integer cacheId, String oldIdxName, String newIdxName, int segment)Renaming the root page of the index tree.@Nullable RootPageGridCacheOffheapManager. renameRootPageForIndex(int cacheId, String oldIdxName, String newIdxName, int segment)Renaming the root page of the index tree.RootPageGridCacheOffheapManager. rootPageForIndex(int cacheId, String idxName, int segment)
-