java.lang.Object
org.elasticsearch.index.engine.LiveVersionMap
- All Implemented Interfaces:
org.apache.lucene.search.ReferenceManager.RefreshListener
,org.apache.lucene.util.Accountable
public final class LiveVersionMap
extends Object
implements org.apache.lucene.search.ReferenceManager.RefreshListener, org.apache.lucene.util.Accountable
Maps _uid value to its version information.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
Method Details
-
beforeRefresh
- Specified by:
beforeRefresh
in interfaceorg.apache.lucene.search.ReferenceManager.RefreshListener
- Throws:
IOException
-
afterRefresh
- Specified by:
afterRefresh
in interfaceorg.apache.lucene.search.ReferenceManager.RefreshListener
- Throws:
IOException
-
ramBytesUsed
public long ramBytesUsed()- Specified by:
ramBytesUsed
in interfaceorg.apache.lucene.util.Accountable
-