Uses of Class
org.apache.accumulo.core.file.rfile.bcfile.TFile.Reader.Scanner

Packages that use TFile.Reader.Scanner
org.apache.accumulo.core.file.rfile.bcfile   
 

Uses of TFile.Reader.Scanner in org.apache.accumulo.core.file.rfile.bcfile
 

Methods in org.apache.accumulo.core.file.rfile.bcfile 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)
          Get a scanner that covers a portion of TFile based on keys.
 TFile.Reader.Scanner TFile.Reader.createScanner(long offset, long length)
          Get a scanner that covers a portion of TFile based on byte offsets.
 TFile.Reader.Scanner TFile.Reader.createScanner(RawComparable beginKey, RawComparable endKey)
          Get a scanner that covers a specific key range.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.