Class VersionValue

java.lang.Object
org.elasticsearch.index.engine.VersionValue
All Implemented Interfaces:
org.apache.lucene.util.Accountable

public abstract class VersionValue extends Object implements org.apache.lucene.util.Accountable
  • Method Details

    • isDelete

      public boolean isDelete()
    • ramBytesUsed

      public long ramBytesUsed()
      Specified by:
      ramBytesUsed in interface org.apache.lucene.util.Accountable
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getLocation

      @Nullable public Translog.Location getLocation()
      Returns the translog location for this version value or null. This is optional and might not be tracked all the time.