Uses of Interface
org.apache.hadoop.hbase.util.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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprivate void
AbstractWALProvider.cleanup
(IOExceptionConsumer<WAL> cleanupWAL, IOExceptionRunnable finalCleanup)