Class UpdateLog.RecentUpdates

java.lang.Object
org.apache.solr.update.UpdateLog.RecentUpdates
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
UpdateLog

public class UpdateLog.RecentUpdates extends Object implements Closeable
  • Field Details

  • Constructor Details

  • Method Details

    • getVersions

      public List<Long> getVersions(int n)
    • getBufferUpdates

      public Set<Long> getBufferUpdates()
    • getVersions

      public List<Long> getVersions(int n, long maxVersion)
    • lookup

      public Object lookup(long version)
    • getDeleteByQuery

      public List<Object> getDeleteByQuery(long afterVersion, com.carrotsearch.hppc.LongSet updateVersions)
      Returns the list of deleteByQueries that happened after the given version
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
    • getMaxRecentVersion

      public long getMaxRecentVersion()