Uses of Interface
org.apache.hadoop.hbase.regionserver.StoreEngine.IOExceptionRunnable
Packages that use StoreEngine.IOExceptionRunnable
-
Uses of StoreEngine.IOExceptionRunnable in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type StoreEngine.IOExceptionRunnableModifier and TypeMethodDescriptionvoidStoreEngine.addStoreFiles(Collection<HStoreFile> storeFiles, StoreEngine.IOExceptionRunnable actionAfterAdding) Add the store files to store file manager, and also record it in the store file tracker.voidStoreEngine.replaceStoreFiles(Collection<HStoreFile> compactedFiles, Collection<HStoreFile> newFiles, StoreEngine.IOExceptionRunnable walMarkerWriter, Runnable actionUnderLock)