Uses of Interface
org.apache.hadoop.io.file.tfile.RawComparable
Packages that use RawComparable
-
Uses of RawComparable in org.apache.hadoop.io.file.tfile
Classes in org.apache.hadoop.io.file.tfile that implement RawComparableModifier and TypeClassDescriptionfinal classAdaptor class to wrap byte-array backed objects (including java byte array) as RawComparable objects.Methods in org.apache.hadoop.io.file.tfile that return RawComparableModifier and TypeMethodDescriptionTFile.Reader.getFirstKey()Get the first key in the TFile.TFile.Reader.getKeyNear(long offset) Get a sample key that is within a block whose starting offset is greater than or equal to the specified offset.TFile.Reader.getLastKey()Get the last key in the TFile.Methods in org.apache.hadoop.io.file.tfile that return types with arguments of type RawComparableModifier and TypeMethodDescriptionTFile.Reader.getComparator()Get an instance of the RawComparator that is constructed based on the string comparator representation.static Comparator<RawComparable>TFile.makeComparator(String name) Make a raw comparator from a string name.Methods in org.apache.hadoop.io.file.tfile with parameters of type RawComparableModifier and TypeMethodDescriptionintTFile.Reader.Scanner.Entry.compareTo(RawComparable key) Compare an entry with a RawComparable object.TFile.Reader.createScanner(RawComparable beginKey, RawComparable endKey) Deprecated.TFile.Reader.createScannerByKey(RawComparable beginKey, RawComparable endKey) Get a scanner that covers a specific key range.Constructors in org.apache.hadoop.io.file.tfile with parameters of type RawComparableModifierConstructorDescriptionprotectedScanner(TFile.Reader reader, RawComparable beginKey, RawComparable endKey) Constructor
TFile.Reader.createScannerByKey(RawComparable, RawComparable)instead.