Uses of Class
org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner
Packages that use TFile.Reader.Scanner
-
Uses of TFile.Reader.Scanner in org.apache.hadoop.io.file.tfile
Methods in org.apache.hadoop.io.file.tfile that return TFile.Reader.ScannerModifier and TypeMethodDescriptionTFile.Reader.createScanner()Get a scanner than can scan the whole TFile.TFile.Reader.createScanner(byte[] beginKey, byte[] endKey) Deprecated.TFile.Reader.createScanner(RawComparable beginKey, RawComparable endKey) Deprecated.TFile.Reader.createScannerByByteRange(long offset, long length) Get a scanner that covers a portion of TFile based on byte offsets.TFile.Reader.createScannerByKey(byte[] beginKey, byte[] endKey) Get a scanner that covers a portion of TFile based on keys.TFile.Reader.createScannerByKey(RawComparable beginKey, RawComparable endKey) Get a scanner that covers a specific key range.TFile.Reader.createScannerByRecordNum(long beginRecNum, long endRecNum) Create a scanner that covers a range of records.
TFile.Reader.createScannerByKey(byte[], byte[])instead.