@InterfaceAudience.Private public class DateTieredStoreEngine extends StoreEngine<DefaultStoreFlusher,DateTieredCompactionPolicy,DateTieredCompactor,org.apache.hadoop.hbase.regionserver.DefaultStoreFileManager>
StoreEngine.IOExceptionRunnablecompactionPolicy, compactor, STORE_ENGINE_CLASS_KEY, storeFileManager, storeFlusher| Constructor and Description |
|---|
DateTieredStoreEngine() |
| Modifier and Type | Method and Description |
|---|---|
CompactionContext |
createCompaction()
Creates an instance of a compaction context specific to this engine.
|
protected void |
createComponents(org.apache.hadoop.conf.Configuration conf,
HStore store,
CellComparator kvComparator)
Create the StoreEngine's components.
|
boolean |
needsCompaction(List<HStoreFile> filesCompacting) |
addStoreFiles, commitStoreFiles, create, createComponentsOnce, createStoreFileAndReader, createStoreFileAndReader, createWriter, getBloomFilterMetrics, getCompactionPolicy, getCompactor, getStoreFileManager, getStoreFlusher, initialize, readLock, readUnlock, refreshStoreFiles, refreshStoreFiles, removeCompactedFiles, replaceStoreFiles, requireWritingToTmpDirFirst, validateStoreFile, writeLock, writeUnlockpublic boolean needsCompaction(List<HStoreFile> filesCompacting)
needsCompaction in class StoreEngine<DefaultStoreFlusher,DateTieredCompactionPolicy,DateTieredCompactor,org.apache.hadoop.hbase.regionserver.DefaultStoreFileManager>filesCompacting - Files currently compactingpublic CompactionContext createCompaction() throws IOException
StoreEnginecreateCompaction in class StoreEngine<DefaultStoreFlusher,DateTieredCompactionPolicy,DateTieredCompactor,org.apache.hadoop.hbase.regionserver.DefaultStoreFileManager>IOExceptionprotected void createComponents(org.apache.hadoop.conf.Configuration conf,
HStore store,
CellComparator kvComparator)
throws IOException
StoreEngineCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.