@InterfaceAudience.Private public interface CompactionRequester
| Modifier and Type | Method and Description | 
|---|---|
| void | requestCompaction(HRegion region,
                 HStore store,
                 String why,
                 int priority,
                 CompactionLifeCycleTracker tracker,
                 User user)Request compaction on the given store. | 
| void | requestCompaction(HRegion region,
                 String why,
                 int priority,
                 CompactionLifeCycleTracker tracker,
                 User user)Request compaction on all the stores of the given region. | 
void requestCompaction(HRegion region, String why, int priority, CompactionLifeCycleTracker tracker, @Nullable User user) throws IOException
IOExceptionvoid requestCompaction(HRegion region, HStore store, String why, int priority, CompactionLifeCycleTracker tracker, @Nullable User user) throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.