Package org.elasticsearch.index.translog
Class Translog.Location
- java.lang.Object
-
- org.elasticsearch.index.translog.Translog.Location
-
- All Implemented Interfaces:
Comparable<Translog.Location>
- Enclosing class:
- Translog
public static class Translog.Location extends Object implements Comparable<Translog.Location>
-
-
Field Summary
Fields Modifier and Type Field Description longgenerationintsizelongtranslogLocation
-
Constructor Summary
Constructors Constructor Description Location(long generation, long translogLocation, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Translog.Location o)booleanequals(Object o)inthashCode()StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(Translog.Location o)
- Specified by:
compareToin interfaceComparable<Translog.Location>
-
-