|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RawComparable | |
---|---|
org.apache.hadoop.zebra.io | Physical I/O management of Hadoop Zebra Tables. |
org.apache.hadoop.zebra.tfile |
Uses of RawComparable in org.apache.hadoop.zebra.io |
---|
Methods in org.apache.hadoop.zebra.io that return RawComparable | |
---|---|
RawComparable[] |
KeyDistribution.getKeys()
Get the list of sampling keys |
Methods in org.apache.hadoop.zebra.io with parameters of type RawComparable | |
---|---|
BlockDistribution |
KeyDistribution.getBlockDistribution(RawComparable key)
|
Uses of RawComparable in org.apache.hadoop.zebra.tfile |
---|
Classes in org.apache.hadoop.zebra.tfile that implement RawComparable | |
---|---|
class |
ByteArray
Adaptor class to wrap byte-array backed objects (including java byte array) as RawComparable objects. |
Methods in org.apache.hadoop.zebra.tfile that return RawComparable | |
---|---|
RawComparable |
TFile.Reader.getFirstKey()
Get the first key in the TFile. |
RawComparable |
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. |
RawComparable |
TFile.Reader.getLastKey()
Get the last key in the TFile. |
Methods in org.apache.hadoop.zebra.tfile that return types with arguments of type RawComparable | |
---|---|
Comparator<RawComparable> |
TFile.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.zebra.tfile with parameters of type RawComparable | |
---|---|
int |
TFile.Reader.Scanner.Entry.compareTo(RawComparable key)
Compare an entry with a RawComparable object. |
TFile.Reader.Scanner |
TFile.Reader.createScanner(RawComparable beginKey,
RawComparable endKey)
Deprecated. Use TFile.Reader.createScannerByKey(RawComparable, RawComparable)
instead. |
TFile.Reader.Scanner |
TFile.Reader.createScannerByKey(RawComparable beginKey,
RawComparable endKey)
Get a scanner that covers a specific key range. |
long |
TFile.Reader.getOffsetForKey(RawComparable key)
|
Constructors in org.apache.hadoop.zebra.tfile with parameters of type RawComparable | |
---|---|
TFile.Reader.Scanner(TFile.Reader reader,
RawComparable beginKey,
RawComparable endKey)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |