Uses of Class
org.apache.hadoop.io.file.tfile.TFile.Reader.Scanner

Packages that use TFile.Reader.Scanner
org.apache.hadoop.io.file.tfile   
 

Uses of TFile.Reader.Scanner in org.apache.hadoop.io.file.tfile
 

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



Copyright © 2009 The Apache Software Foundation