Module org.elasticsearch.server
Package org.elasticsearch.index.engine
Interface LiveVersionMapArchive
public interface LiveVersionMapArchive
Keeps track of the old map of a LiveVersionMap that gets evacuated on a refresh
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
Archive the old map evacuated due to a refreshget
(org.apache.lucene.util.BytesRef uid) Look up the given uid in the archivelong
Returns the min delete timestamp across all archived maps.
-
Field Details
-
NOOP_ARCHIVE
-
-
Method Details
-
afterRefresh
Archive the old map evacuated due to a refresh- Parameters:
old
- is the old map that is evacuated on a refresh
-
get
Look up the given uid in the archive -
getMinDeleteTimestamp
long getMinDeleteTimestamp()Returns the min delete timestamp across all archived maps.
-