Class RDBMissingLastRevSeeker
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.MissingLastRevSeeker
-
- org.apache.jackrabbit.oak.plugins.document.rdb.RDBMissingLastRevSeeker
-
public class RDBMissingLastRevSeeker extends MissingLastRevSeeker
RDB specific version of MissingLastRevSeeker.
-
-
Field Summary
-
Fields inherited from class org.apache.jackrabbit.oak.plugins.document.MissingLastRevSeeker
clock
-
-
Constructor Summary
Constructors Constructor Description RDBMissingLastRevSeeker(RDBDocumentStore store, Clock clock)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull Iterable<NodeDocument>
getCandidates(long startTime)
Get the candidates with modified time greater than or equal the specifiedstartTime
in milliseconds since the start of the epoch.-
Methods inherited from class org.apache.jackrabbit.oak.plugins.document.MissingLastRevSeeker
acquireRecoveryLock, getAllClusters, getClusterNodeInfo, getRoot, isRecoveryNeeded, isRecoveryNeeded, releaseRecoveryLock
-
-
-
-
Constructor Detail
-
RDBMissingLastRevSeeker
public RDBMissingLastRevSeeker(RDBDocumentStore store, Clock clock)
-
-
Method Detail
-
getCandidates
@NotNull public @NotNull Iterable<NodeDocument> getCandidates(long startTime)
Description copied from class:MissingLastRevSeeker
Get the candidates with modified time greater than or equal the specifiedstartTime
in milliseconds since the start of the epoch.- Overrides:
getCandidates
in classMissingLastRevSeeker
- Parameters:
startTime
- the start time in milliseconds.- Returns:
- the candidates
-
-