Uses of Class
org.apache.hadoop.hbase.regionserver.compactions.CompactSelection

Packages that use CompactSelection
org.apache.hadoop.hbase.regionserver.compactions   
 

Uses of CompactSelection in org.apache.hadoop.hbase.regionserver.compactions
 

Methods in org.apache.hadoop.hbase.regionserver.compactions that return CompactSelection
 CompactSelection CompactionRequest.getCompactSelection()
          Gets the compact selection object for the request
 CompactSelection CompactSelection.getSubList(int start, int end)
           
 CompactSelection CompactSelection.selectExpiredStoreFilesToCompact(long maxExpiredTimeStamp)
          Select the expired store files to compact
 CompactSelection CompactSelection.subList(int start, int end)
           
 

Methods in org.apache.hadoop.hbase.regionserver.compactions with parameters of type CompactSelection
 void CompactionRequest.setSelection(CompactSelection files)
          Set the files (and, implicitly, the size of the compaction based on those files)
 

Constructors in org.apache.hadoop.hbase.regionserver.compactions with parameters of type CompactSelection
CompactionRequest(HRegion r, Store s, CompactSelection files, boolean isMajor, int p)
           
 



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