@ThreadSafe public final class UfsJournalFile extends Object implements Comparable<UfsJournalFile>
Comparable
such that journal files can be sorted by the
end SNs.
Note that the natural ordering of the class may not necessarily imply equality of objects. The
compareTo(UfsJournalFile)
implementation should not be used to determine equality.Modifier and Type | Method and Description |
---|---|
int |
compareTo(UfsJournalFile other) |
boolean |
equals(Object o) |
URI |
getLocation() |
int |
hashCode() |
String |
toString() |
public URI getLocation()
public int compareTo(UfsJournalFile other)
compareTo
in interface Comparable<UfsJournalFile>
Copyright © 2023. All Rights Reserved.