Uses of Interface
org.apache.ignite.internal.pagemem.LoadedPagesMap.KeyPredicate
Packages that use LoadedPagesMap.KeyPredicate
-
Uses of LoadedPagesMap.KeyPredicate in org.apache.ignite.internal.pagemem
Methods in org.apache.ignite.internal.pagemem with parameters of type LoadedPagesMap.KeyPredicateModifier and TypeMethodDescriptionLoadedPagesMap.removeIf(int startIdxToClear, int endIdxToClear, LoadedPagesMap.KeyPredicate keyPred) Removes entities matching provided predicate at specified mapping range.default GridLongListLoadedPagesMap.removeIf(LoadedPagesMap.KeyPredicate keyPred) Removes entities matching provided predicate.RobinHoodBackwardShiftHashMap.removeIf(int startIdxToClear, int endIdxToClear, LoadedPagesMap.KeyPredicate keyPred) Removes entities matching provided predicate at specified mapping range.