Uses of Class
org.apache.ignite.internal.util.GridLongList
Packages that use GridLongList
Package
Description
-
Uses of GridLongList in org.apache.ignite.internal.pagemem
Methods in org.apache.ignite.internal.pagemem that return GridLongListModifier 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. -
Uses of GridLongList in org.apache.ignite.internal.persistence.freelist
Methods in org.apache.ignite.internal.persistence.freelist that return GridLongListModifier and TypeMethodDescriptionPagesList.PagesCache.flush()Flush all stripes to one list and clear stripes. -
Uses of GridLongList in org.apache.ignite.internal.persistence.freelist.io
Method parameters in org.apache.ignite.internal.persistence.freelist.io with type arguments of type GridLongListModifier and TypeMethodDescriptionvoidPagesListMetaIO.getBucketsData(long pageAddr, Map<Integer, GridLongList> res) -
Uses of GridLongList in org.apache.ignite.internal.persistence.tree.reuse
Subclasses of GridLongList in org.apache.ignite.internal.persistence.tree.reuse -
Uses of GridLongList in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return GridLongListModifier and TypeMethodDescriptionstatic GridLongListGridLongList.addAll(GridLongList to, GridLongList from) static GridLongListGridLongList.asList(long... vals) GridLongList.copy()GridLongList.copyWithout(GridLongList l) Returns (possibly reordered) copy of this list, excluding all elements of given list.static GridLongListGridLongList.sort()Sorts this list.Methods in org.apache.ignite.internal.util with parameters of type GridLongListModifier and TypeMethodDescriptionvoidGridLongList.addAll(GridLongList l) static GridLongListGridLongList.addAll(GridLongList to, GridLongList from) booleanGridLongList.containsAll(GridLongList l) GridLongList.copyWithout(GridLongList l) Returns (possibly reordered) copy of this list, excluding all elements of given list.static voidGridLongList.writeTo(DataOutput out, GridLongList list)