Uses of Interface
org.apache.ignite.internal.persistence.tree.reuse.ReuseBag
Packages that use ReuseBag
Package
Description
-
Uses of ReuseBag in org.apache.ignite.internal.persistence.freelist
Methods in org.apache.ignite.internal.persistence.freelist with parameters of type ReuseBagModifier and TypeMethodDescriptionvoidFreeListImpl.addForRecycle(ReuseBag bag) protected final voidPagesList.put(ReuseBag bag, long dataId, long dataPage, long dataAddr, int bucket, IoStatisticsHolder statHolder) -
Uses of ReuseBag in org.apache.ignite.internal.persistence.tree
Classes in org.apache.ignite.internal.persistence.tree that implement ReuseBagModifier and TypeClassDescriptionclassRemove operation.protected classThe operation of deleting a range of values. -
Uses of ReuseBag in org.apache.ignite.internal.persistence.tree.reuse
Classes in org.apache.ignite.internal.persistence.tree.reuse that implement ReuseBagMethods in org.apache.ignite.internal.persistence.tree.reuse with parameters of type ReuseBagModifier and TypeMethodDescriptionvoidReuseList.addForRecycle(ReuseBag bag) voidReuseListImpl.addForRecycle(ReuseBag bag)