Uses of Interface
org.apache.hadoop.hbase.util.IOExceptionRunnable
Packages that use IOExceptionRunnable
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of IOExceptionRunnable in org.apache.hadoop.hbase.mapreduce
Methods in org.apache.hadoop.hbase.mapreduce with parameters of type IOExceptionRunnableModifier and TypeMethodDescriptionprivate static void
TableMapReduceUtil.initTableReducerJob
(String table, Class<? extends TableReducer> reducer, org.apache.hadoop.mapreduce.Job job, Class partitioner, IOExceptionRunnable setOutputCluster, boolean addDependencyJars) -
Uses of IOExceptionRunnable in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver with parameters of type IOExceptionRunnableModifier and TypeMethodDescriptionvoid
StoreEngine.addStoreFiles
(Collection<HStoreFile> storeFiles, 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, IOExceptionRunnable walMarkerWriter, Runnable actionUnderLock) -
Uses of IOExceptionRunnable in org.apache.hadoop.hbase.wal
Methods in org.apache.hadoop.hbase.wal with parameters of type IOExceptionRunnableModifier and TypeMethodDescriptionprivate void
AbstractWALProvider.cleanup
(IOExceptionConsumer<WAL> cleanupWAL, IOExceptionRunnable finalCleanup)