| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.coprocessor | 
 Table of Contents 
 | 
| org.apache.hadoop.hbase.coprocessor.example | |
| org.apache.hadoop.hbase.regionserver | |
| org.apache.hadoop.hbase.regionserver.compactions | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
RegionObserver.postCompact(ObserverContext<RegionCoprocessorEnvironment> c,
           Store store,
           StoreFile resultFile,
           CompactionLifeCycleTracker tracker,
           CompactionRequest request)
Called after compaction has completed and the new store file has been moved in to place. 
 | 
default void | 
RegionObserver.postFlush(ObserverContext<RegionCoprocessorEnvironment> c,
         Store store,
         StoreFile resultFile,
         FlushLifeCycleTracker tracker)
Called after a Store's memstore is flushed to disk. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
RegionObserver.postCompactSelection(ObserverContext<RegionCoprocessorEnvironment> c,
                    Store store,
                    List<? extends StoreFile> selected,
                    CompactionLifeCycleTracker tracker,
                    CompactionRequest request)
Called after the  
StoreFiles to compact have been selected from the available
 candidates. | 
default void | 
RegionObserver.preCompactSelection(ObserverContext<RegionCoprocessorEnvironment> c,
                   Store store,
                   List<? extends StoreFile> candidates,
                   CompactionLifeCycleTracker tracker)
Called prior to selecting the  
StoreFiles to compact from the list of
 available candidates. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExampleRegionObserverWithMetrics.ExampleRegionObserver.postFlush(ObserverContext<RegionCoprocessorEnvironment> c,
         Store store,
         StoreFile resultFile,
         FlushLifeCycleTracker tracker)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExampleRegionObserverWithMetrics.ExampleRegionObserver.postCompactSelection(ObserverContext<RegionCoprocessorEnvironment> c,
                    Store store,
                    List<? extends StoreFile> selected,
                    CompactionLifeCycleTracker tracker,
                    CompactionRequest request)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HStoreFile
A Store data file. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<? extends StoreFile> | 
Store.getCompactedFiles()  | 
Collection<? extends StoreFile> | 
Store.getStorefiles()  | 
| Modifier and Type | Method and Description | 
|---|---|
(package private) void | 
HStore.reportArchivedFilesForQuota(List<? extends StoreFile> archivedFiles,
                           List<Long> fileSizes)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<? extends StoreFile> | 
CompactionRequest.getFiles()  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.