Uses of Interface
org.apache.hadoop.hbase.util.IOExceptionSupplier
Package
Description
Provides HBase Client
-
Uses of IOExceptionSupplier in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescription(package private) void
ConnectionRegistryRpcStubHolder.refreshStubs
(IOExceptionSupplier<Collection<ServerName>> fetchEndpoints) -
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.