IgniteInternalFuture<Void> |
PageMemoryEx.clearAsync(LoadedPagesMap.KeyPredicate pred,
boolean cleanDirty) |
Asynchronously clears pages satisfying the given predicate.
|
IgniteInternalFuture<Void> |
PageMemoryImpl.clearAsync(LoadedPagesMap.KeyPredicate pred,
boolean cleanDirty) |
Asynchronously clears pages satisfying the given predicate.
|
GridLongList |
FullPageIdTable.removeIf(int startIdxToClear,
int endIdxToClear,
LoadedPagesMap.KeyPredicate keyPred) |
Removes entities matching provided predicate at specified mapping range.
|
GridLongList |
LoadedPagesMap.removeIf(int startIdxToClear,
int endIdxToClear,
LoadedPagesMap.KeyPredicate keyPred) |
Removes entities matching provided predicate at specified mapping range.
|
default GridLongList |
LoadedPagesMap.removeIf(LoadedPagesMap.KeyPredicate keyPred) |
Removes entities matching provided predicate.
|
GridLongList |
RobinHoodBackwardShiftHashMap.removeIf(int startIdxToClear,
int endIdxToClear,
LoadedPagesMap.KeyPredicate keyPred) |
Removes entities matching provided predicate at specified mapping range.
|