public class RDBMissingLastRevSeeker extends MissingLastRevSeeker
clock
Constructor and Description |
---|
RDBMissingLastRevSeeker(RDBDocumentStore store,
Clock clock) |
Modifier and Type | Method and Description |
---|---|
@NotNull java.lang.Iterable<NodeDocument> |
getCandidates(long startTime)
Get the candidates with modified time greater than or equal the specified
startTime in milliseconds since the start of the epoch. |
acquireRecoveryLock, getAllClusters, getClusterNodeInfo, getRoot, isRecoveryNeeded, isRecoveryNeeded, releaseRecoveryLock
public RDBMissingLastRevSeeker(RDBDocumentStore store, Clock clock)
@NotNull public @NotNull java.lang.Iterable<NodeDocument> getCandidates(long startTime)
MissingLastRevSeeker
startTime
in milliseconds since the start of the epoch.getCandidates
in class MissingLastRevSeeker
startTime
- the start time in milliseconds.Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.