Uses of Interface
org.apache.hadoop.hbase.regionserver.StoreEngine.IOExceptionRunnable
-
Uses of StoreEngine.IOExceptionRunnable in org.apache.hadoop.hbase.regionserver
Modifier and TypeMethodDescriptionvoid
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)