org.apache.solr.update
Class UpdateLog.RecentUpdates

java.lang.Object
  extended by org.apache.solr.update.UpdateLog.RecentUpdates
Enclosing class:
UpdateLog

public class UpdateLog.RecentUpdates
extends Object


Constructor Summary
UpdateLog.RecentUpdates()
           
 
Method Summary
 void close()
           
 List<Object> getDeleteByQuery(long afterVersion)
          Returns the list of deleteByQueries that happened after the given version
 int getLatestOperation()
           
 List<Long> getVersions(int n)
           
 Object lookup(long version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateLog.RecentUpdates

public UpdateLog.RecentUpdates()
Method Detail

getVersions

public List<Long> getVersions(int n)

lookup

public Object lookup(long version)

getDeleteByQuery

public List<Object> getDeleteByQuery(long afterVersion)
Returns the list of deleteByQueries that happened after the given version


getLatestOperation

public int getLatestOperation()

close

public void close()


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.