Uses of Class
org.apache.ignite.internal.processors.cache.persistence.tree.io.IOVersions
-
-
Uses of IOVersions in org.apache.ignite.internal.cache.query.index.sorted.inline.io
Fields in org.apache.ignite.internal.cache.query.index.sorted.inline.io declared as IOVersions Modifier and Type Field Description static IOVersions<? extends BPlusInnerIO<IndexRow>>InnerIO. VERSIONSSupported versions.static IOVersions<LeafIO>LeafIO. VERSIONSSupported versions.Methods in org.apache.ignite.internal.cache.query.index.sorted.inline.io that return IOVersions Modifier and Type Method Description static IOVersions<? extends BPlusInnerIO<IndexRow>>AbstractInlineInnerIO. versions(int payload)static IOVersions<? extends BPlusLeafIO<IndexRow>>AbstractInlineLeafIO. versions(int payload) -
Uses of IOVersions in org.apache.ignite.internal.processors.cache.persistence
Fields in org.apache.ignite.internal.processors.cache.persistence declared as IOVersions Modifier and Type Field Description static IOVersions<IndexStorageImpl.MetaStoreInnerIO>IndexStorageImpl.MetaStoreInnerIO. VERSIONSstatic IOVersions<IndexStorageImpl.MetaStoreLeafIO>IndexStorageImpl.MetaStoreLeafIO. VERSIONSMethods in org.apache.ignite.internal.processors.cache.persistence that return IOVersions Modifier and Type Method Description default IOVersions<? extends AbstractDataPageIO>CacheDataRow. ioVersions()IOVersions<? extends AbstractDataPageIO>Storable. ioVersions() -
Uses of IOVersions in org.apache.ignite.internal.processors.cache.persistence.defragmentation
Fields in org.apache.ignite.internal.processors.cache.persistence.defragmentation declared as IOVersions Modifier and Type Field Description static IOVersions<? extends BPlusInnerIO<org.apache.ignite.internal.processors.cache.persistence.defragmentation.LinkMap.LinkMapping>>LinkMap. INNER_IO_VERSIONSstatic IOVersions<? extends BPlusLeafIO<org.apache.ignite.internal.processors.cache.persistence.defragmentation.LinkMap.LinkMapping>>LinkMap. LEAF_IO_VERSIONS -
Uses of IOVersions in org.apache.ignite.internal.processors.cache.persistence.freelist
Methods in org.apache.ignite.internal.processors.cache.persistence.freelist that return IOVersions Modifier and Type Method Description IOVersions<? extends AbstractDataPageIO>SimpleDataRow. ioVersions()Methods in org.apache.ignite.internal.processors.cache.persistence.freelist with parameters of type IOVersions Modifier and Type Method Description protected longPagesList. takeEmptyPage(int bucket, @Nullable IOVersions initIoVers, IoStatisticsHolder statHolder) -
Uses of IOVersions in org.apache.ignite.internal.processors.cache.persistence.freelist.io
Fields in org.apache.ignite.internal.processors.cache.persistence.freelist.io declared as IOVersions Modifier and Type Field Description static IOVersions<PagesListMetaIO>PagesListMetaIO. VERSIONSstatic IOVersions<PagesListNodeIO>PagesListNodeIO. VERSIONS -
Uses of IOVersions in org.apache.ignite.internal.processors.cache.persistence.metastorage
Fields in org.apache.ignite.internal.processors.cache.persistence.metastorage declared as IOVersions Modifier and Type Field Description static IOVersions<MetastorageInnerIO>MetastorageBPlusIO. INNER_IO_VERSIONSIO versions for metastorage inner nodes.static IOVersions<MetastorageLeafIO>MetastorageBPlusIO. LEAF_IO_VERSIONSIO versions for metastorage leaf nodes.static IOVersions<MetastoreDataPageIO>MetastoreDataPageIO. VERSIONSMethods in org.apache.ignite.internal.processors.cache.persistence.metastorage that return IOVersions Modifier and Type Method Description IOVersions<? extends AbstractDataPageIO<?>>MetastorageRowStoreEntry. ioVersions() -
Uses of IOVersions in org.apache.ignite.internal.processors.cache.persistence.tree
Methods in org.apache.ignite.internal.processors.cache.persistence.tree with parameters of type IOVersions Modifier and Type Method Description voidBPlusTree. setIos(IOVersions<? extends BPlusInnerIO<L>> innerIos, IOVersions<? extends BPlusLeafIO<L>> leafIos)Constructors in org.apache.ignite.internal.processors.cache.persistence.tree with parameters of type IOVersions Constructor Description BPlusTree(String name, int cacheGrpId, String cacheGrpName, PageMemory pageMem, @Nullable IgniteWriteAheadLogManager wal, AtomicLong globalRmvId, long metaPageId, @Nullable ReuseList reuseList, IOVersions<? extends BPlusInnerIO<L>> innerIos, IOVersions<? extends BPlusLeafIO<L>> leafIos, byte pageFlag, @Nullable FailureProcessor failureProcessor, PageLockTrackerManager pageLockTrackerManager) -
Uses of IOVersions in org.apache.ignite.internal.processors.cache.persistence.tree.io
Fields in org.apache.ignite.internal.processors.cache.persistence.tree.io declared as IOVersions Modifier and Type Field Description static IOVersions<BPlusMetaIO>BPlusMetaIO. VERSIONSstatic IOVersions<DataPageIO>DataPageIO. VERSIONSstatic IOVersions<PageMetaIO>PageMetaIO. VERSIONSstatic IOVersions<PagePartitionCountersIO>PagePartitionCountersIO. VERSIONSstatic IOVersions<PagePartitionMetaIO>PagePartitionMetaIO. VERSIONSstatic IOVersions<SimpleDataPageIO>SimpleDataPageIO. VERSIONSstatic IOVersions<TrackingPageIO>TrackingPageIO. VERSIONSMethods in org.apache.ignite.internal.processors.cache.persistence.tree.io that return IOVersions Modifier and Type Method Description static IOVersions<? extends BPlusInnerIO<?>>PageIO. getInnerVersions(int idx)static IOVersions<? extends BPlusLeafIO<?>>PageIO. getLeafVersions(int idx)Methods in org.apache.ignite.internal.processors.cache.persistence.tree.io with parameters of type IOVersions Modifier and Type Method Description static voidPageIO. registerH2(IOVersions<? extends BPlusInnerIO<?>> innerIOs, IOVersions<? extends BPlusLeafIO<?>> leafIOs)Registers this B+Tree IO versions.static voidPageIO. registerH2ExtraInner(IOVersions<? extends BPlusInnerIO<?>> innerExtIOs)Registers extra inner IO versions.static voidPageIO. registerH2ExtraLeaf(IOVersions<? extends BPlusLeafIO<?>> leafExtIOs)Registers extra inner IO versions. -
Uses of IOVersions in org.apache.ignite.internal.processors.cache.tree
Fields in org.apache.ignite.internal.processors.cache.tree declared as IOVersions Modifier and Type Field Description static IOVersions<CacheIdAwareDataInnerIO>CacheIdAwareDataInnerIO. VERSIONSstatic IOVersions<CacheIdAwareDataLeafIO>CacheIdAwareDataLeafIO. VERSIONSstatic IOVersions<CacheIdAwarePendingEntryInnerIO>CacheIdAwarePendingEntryInnerIO. VERSIONSstatic IOVersions<CacheIdAwarePendingEntryLeafIO>CacheIdAwarePendingEntryLeafIO. VERSIONSstatic IOVersions<DataInnerIO>DataInnerIO. VERSIONSstatic IOVersions<DataLeafIO>DataLeafIO. VERSIONSstatic IOVersions<PendingEntryInnerIO>PendingEntryInnerIO. VERSIONSstatic IOVersions<PendingEntryLeafIO>PendingEntryLeafIO. VERSIONS
-