Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Method and Description |
---|---|
void |
StoreEngine.addStoreFiles(Collection<HStoreFile> storeFiles,
StoreEngine.IOExceptionRunnable actionAfterAdding)
Add the store files to store file manager, and also record it in the store file tracker.
|
void |
StoreEngine.replaceStoreFiles(Collection<HStoreFile> compactedFiles,
Collection<HStoreFile> newFiles,
StoreEngine.IOExceptionRunnable walMarkerWriter,
Runnable actionUnderLock) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.