public static class Translog.Location extends Object implements org.apache.lucene.util.Accountable, Comparable<Translog.Location>
| Modifier and Type | Field and Description |
|---|---|
long |
generation |
int |
size |
long |
translogLocation |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Translog.Location o) |
boolean |
equals(Object o) |
Collection<org.apache.lucene.util.Accountable> |
getChildResources() |
int |
hashCode() |
long |
ramBytesUsed() |
String |
toString() |
public final long generation
public final long translogLocation
public final int size
public long ramBytesUsed()
ramBytesUsed in interface org.apache.lucene.util.Accountablepublic Collection<org.apache.lucene.util.Accountable> getChildResources()
getChildResources in interface org.apache.lucene.util.Accountablepublic int compareTo(Translog.Location o)
compareTo in interface Comparable<Translog.Location>Copyright © 2009–2017. All rights reserved.