Package org.apache.solr.update
Class UpdateLog.RecentUpdates
java.lang.Object
org.apache.solr.update.UpdateLog.RecentUpdates
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
UpdateLog
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getDeleteByQuery(long afterVersion, com.carrotsearch.hppc.LongSet updateVersions) Returns the list of deleteByQueries that happened after the given versionlonggetVersions(int n) getVersions(int n, long maxVersion) lookup(long version)
-
Field Details
-
deleteByQueryList
-
deleteList
-
-
Constructor Details
-
RecentUpdates
-
-
Method Details
-
getVersions
-
getBufferUpdates
-
getVersions
-
lookup
-
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:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
getMaxRecentVersion
public long getMaxRecentVersion()
-