Uses of Interface
org.apache.hadoop.hbase.util.IOExceptionSupplier
Packages that use 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
Fields in org.apache.hadoop.hbase.client declared as IOExceptionSupplierModifier and TypeFieldDescriptionprivate final IOExceptionSupplier<ExecutorService>TableOverAsyncTable.poolSupplierMethods in org.apache.hadoop.hbase.client with parameters of type IOExceptionSupplierModifier and TypeMethodDescription(package private) voidConnectionRegistryRpcStubHolder.refreshStubs(IOExceptionSupplier<Collection<ServerName>> fetchEndpoints) Constructors in org.apache.hadoop.hbase.client with parameters of type IOExceptionSupplierModifierConstructorDescription(package private)TableOverAsyncTable(AsyncConnectionImpl conn, AsyncTable<?> table, IOExceptionSupplier<ExecutorService> poolSupplier) -
Uses of IOExceptionSupplier in org.apache.hadoop.hbase.mapreduce
Methods in org.apache.hadoop.hbase.mapreduce with parameters of type IOExceptionSupplierModifier and TypeMethodDescriptionprivate static voidTableMapReduceUtil.addTokenForJob(IOExceptionSupplier<Connection> connSupplier, User user, org.apache.hadoop.mapreduce.Job job) -
Uses of IOExceptionSupplier in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util with parameters of type IOExceptionSupplierModifier 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
Methods in org.apache.hadoop.hbase.wal with parameters of type IOExceptionSupplierModifier and TypeMethodDescriptionstatic longWALSplitUtil.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.