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)
           
 

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 © 2012 The Apache Software Foundation. All Rights Reserved.