public class WalFilters extends Object
FilteredWalIterator. *| Constructor and Description |
|---|
WalFilters() |
| Modifier and Type | Method and Description |
|---|---|
static Predicate<IgniteBiTuple<WALPointer,WALRecord>> |
checkpoint()
Filtering all checkpoint records.
|
static Predicate<IgniteBiTuple<WALPointer,WALRecord>> |
pageOwner(Set<T2<Integer,Long>> pageOwnerIds)
Filtering all records whose pageId is contained in pageOwnerIds.
|
static Predicate<IgniteBiTuple<WALPointer,WALRecord>> |
partitionMetaStateUpdate(Set<T2<Integer,Integer>> partsMetaupdate)
Filtering all records whose partitionId is contained in partsMetaupdate.
|
public static Predicate<IgniteBiTuple<WALPointer,WALRecord>> checkpoint()
public static Predicate<IgniteBiTuple<WALPointer,WALRecord>> pageOwner(Set<T2<Integer,Long>> pageOwnerIds)
pageOwnerIds - Page id for filtering.public static Predicate<IgniteBiTuple<WALPointer,WALRecord>> partitionMetaStateUpdate(Set<T2<Integer,Integer>> partsMetaupdate)
partsMetaupdate - Partition id for filtering.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020