Uses of Package
org.apache.hadoop.hbase.regionserver.compactions

Packages that use org.apache.hadoop.hbase.regionserver.compactions
org.apache.hadoop.hbase.coprocessor Table of Contents 
org.apache.hadoop.hbase.regionserver   
org.apache.hadoop.hbase.regionserver.compactions   
 

Classes in org.apache.hadoop.hbase.regionserver.compactions used by org.apache.hadoop.hbase.coprocessor
CompactionRequest
          This class holds all logical details necessary to run a compaction.
 

Classes in org.apache.hadoop.hbase.regionserver.compactions used by org.apache.hadoop.hbase.regionserver
CompactionContext
          This class holds all "physical" details necessary to run a compaction, and abstracts away the details specific to a particular compaction.
CompactionPolicy
          A compaction policy determines how to select files for compaction, how to compact them, and how to generate the compacted files.
CompactionProgress
          This class holds information relevant for tracking the progress of a compaction.
CompactionRequest
          This class holds all logical details necessary to run a compaction.
CompactionThroughputController
          A utility that constrains the total throughput of one or more simultaneous flows (compactions) by sleeping when necessary.
Compactor
          A compactor is a compaction algorithm associated a given policy.
Compactor.CellSink
          TODO: Replace this with CellOutputStream when StoreFile.Writer uses cells.
StripeCompactionPolicy
          Stripe store implementation of compaction policy.
StripeCompactionPolicy.StripeInformationProvider
          The information about stripes that the policy needs to do its stuff
 

Classes in org.apache.hadoop.hbase.regionserver.compactions used by org.apache.hadoop.hbase.regionserver.compactions
AbstractMultiOutputCompactor
          Base class for implementing a Compactor which will generate multiple output files after compaction.
CompactionConfiguration
          Compaction configuration for a particular instance of HStore.
CompactionPolicy
          A compaction policy determines how to select files for compaction, how to compact them, and how to generate the compacted files.
CompactionProgress
          This class holds information relevant for tracking the progress of a compaction.
CompactionRequest
          This class holds all logical details necessary to run a compaction.
CompactionThroughputController
          A utility that constrains the total throughput of one or more simultaneous flows (compactions) by sleeping when necessary.
CompactionWindow
          Base class for compaction window implementation.
CompactionWindowFactory
          For creating compaction window.
Compactor
          A compactor is a compaction algorithm associated a given policy.
Compactor.CellSink
          TODO: Replace this with CellOutputStream when StoreFile.Writer uses cells.
Compactor.CellSinkFactory
           
Compactor.FileDetails
          The sole reason this class exists is that java has no ref/out/pointer parameters.
Compactor.InternalScannerFactory
           
ExploringCompactionPolicy
          Class to pick which files if any to compact together.
NoLimitCompactionThroughputController
          A dummy CompactionThroughputController that does nothing.
OffPeakHours
           
RatioBasedCompactionPolicy
          The default algorithm for selecting files for compaction.
SortedCompactionPolicy
          An abstract compaction policy that select files on seq id order.
StripeCompactionPolicy.StripeCompactionRequest
          Stripe compaction request wrapper.
StripeCompactionPolicy.StripeInformationProvider
          The information about stripes that the policy needs to do its stuff
StripeCompactor
          This is the placeholder for stripe compactor.
 



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