Class RDBMissingLastRevSeeker


  • public class RDBMissingLastRevSeeker
    extends MissingLastRevSeeker
    RDB specific version of MissingLastRevSeeker.
    • Constructor Detail

      • RDBMissingLastRevSeeker

        public RDBMissingLastRevSeeker​(RDBDocumentStore store,
                                       org.apache.jackrabbit.oak.stats.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 specified startTime in milliseconds since the start of the epoch.
        Overrides:
        getCandidates in class MissingLastRevSeeker
        Parameters:
        startTime - the start time in milliseconds.
        Returns:
        the candidates