Uses of Class
org.apache.hadoop.hbase.regionserver.compactions.Compactor.FileDetails

Packages that use Compactor.FileDetails
org.apache.hadoop.hbase.regionserver.compactions   
 

Uses of Compactor.FileDetails in org.apache.hadoop.hbase.regionserver.compactions
 

Methods in org.apache.hadoop.hbase.regionserver.compactions that return Compactor.FileDetails
protected  Compactor.FileDetails Compactor.getFileDetails(Collection<StoreFile> filesToCompact, boolean calculatePutTs)
          Extracts some details about the files to compact that are commonly needed by compactors.
 

Methods in org.apache.hadoop.hbase.regionserver.compactions with parameters of type Compactor.FileDetails
protected  List<org.apache.hadoop.fs.Path> DateTieredCompactor.commitWriter(DateTieredMultiFileWriter writer, Compactor.FileDetails fd, CompactionRequest request)
           
protected  List<org.apache.hadoop.fs.Path> DefaultCompactor.commitWriter(StoreFile.Writer writer, Compactor.FileDetails fd, CompactionRequest request)
           
protected  List<org.apache.hadoop.fs.Path> StripeCompactor.commitWriter(StripeMultiFileWriter writer, Compactor.FileDetails fd, CompactionRequest request)
           
protected abstract  List<org.apache.hadoop.fs.Path> Compactor.commitWriter(T writer, Compactor.FileDetails fd, CompactionRequest request)
           
 InternalScanner Compactor.InternalScannerFactory.createScanner(List<StoreFileScanner> scanners, ScanType scanType, Compactor.FileDetails fd, long smallestReadPoint)
           
protected  StoreFile.Writer Compactor.createTmpWriter(Compactor.FileDetails fd, boolean shouldDropBehind)
          Creates a writer for a new file in a temporary directory.
 S Compactor.CellSinkFactory.createWriter(InternalScanner scanner, Compactor.FileDetails fd, boolean shouldDropBehind)
           
protected  void AbstractMultiOutputCompactor.initMultiWriter(AbstractMultiFileWriter writer, InternalScanner scanner, Compactor.FileDetails fd, boolean shouldDropBehind)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.