Class SortKeyPath
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined.SortKeyPath
-
- All Implemented Interfaces:
Comparable<SortKeyPath>
public class SortKeyPath extends Object implements Comparable<SortKeyPath>
-
-
Constructor Summary
Constructors Constructor Description SortKeyPath(String path, int valuePosition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(SortKeyPath o)
int
getBufferPos()
String
getPath()
-
-
-
Constructor Detail
-
SortKeyPath
public SortKeyPath(String path, int valuePosition)
-
-
Method Detail
-
getBufferPos
public int getBufferPos()
-
getPath
public String getPath()
-
compareTo
public int compareTo(SortKeyPath o)
- Specified by:
compareTo
in interfaceComparable<SortKeyPath>
-
-