Uses of Interface
org.apache.hadoop.hbase.util.IOExceptionSupplier
Package
Description
Provides HBase Client
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of IOExceptionSupplier in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprivate final IOExceptionSupplier<ExecutorService>
TableOverAsyncTable.poolSupplier
Modifier and TypeMethodDescription(package private) void
ConnectionRegistryRpcStubHolder.refreshStubs
(IOExceptionSupplier<Collection<ServerName>> fetchEndpoints) ModifierConstructorDescription(package private)
TableOverAsyncTable
(AsyncConnectionImpl conn, AsyncTable<?> table, IOExceptionSupplier<ExecutorService> poolSupplier) -
Uses of IOExceptionSupplier in org.apache.hadoop.hbase.mapreduce
Modifier and TypeMethodDescriptionprivate static void
TableMapReduceUtil.addTokenForJob
(IOExceptionSupplier<Connection> connSupplier, User user, org.apache.hadoop.mapreduce.Job job) -
Uses of IOExceptionSupplier in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionstatic <K,
V> V ConcurrentMapUtils.computeIfAbsentEx
(ConcurrentMap<K, V> map, K key, IOExceptionSupplier<V> supplier) In HBASE-16648 we found that ConcurrentHashMap.get is much faster than computeIfAbsent if the value already exists. -
Uses of IOExceptionSupplier in org.apache.hadoop.hbase.wal
Modifier and TypeMethodDescriptionstatic long
WALSplitUtil.getMaxRegionSequenceId
(org.apache.hadoop.conf.Configuration conf, RegionInfo region, IOExceptionSupplier<org.apache.hadoop.fs.FileSystem> rootFsSupplier, IOExceptionSupplier<org.apache.hadoop.fs.FileSystem> walFsSupplier) Deprecated.Only for compatibility, will be removed in 4.0.0.