Uses of Interface
org.apache.hadoop.hbase.util.IOExceptionSupplier
Packages that use org.apache.hadoop.hbase.util.IOExceptionSupplier
-
Uses of org.apache.hadoop.hbase.util.IOExceptionSupplier in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util with parameters of type org.apache.hadoop.hbase.util.IOExceptionSupplier in inModifier and TypeMethodDescriptionstatic <K,
V> V ConcurrentMapUtils.computeIfAbsentEx
(ConcurrentMap<K, V> map, K key, org.apache.hadoop.hbase.util.IOExceptionSupplier<V> supplier) In HBASE-16648 we found that ConcurrentHashMap.get is much faster than computeIfAbsent if the value already exists. -
Uses of org.apache.hadoop.hbase.util.IOExceptionSupplier in org.apache.hadoop.hbase.wal
Methods in org.apache.hadoop.hbase.wal with parameters of type org.apache.hadoop.hbase.util.IOExceptionSupplier in inModifier and TypeMethodDescriptionstatic long
WALSplitUtil.getMaxRegionSequenceId
(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.client.RegionInfo region, org.apache.hadoop.hbase.util.IOExceptionSupplier<org.apache.hadoop.fs.FileSystem> rootFsSupplier, org.apache.hadoop.hbase.util.IOExceptionSupplier<org.apache.hadoop.fs.FileSystem> walFsSupplier) Deprecated.Only for compatibility, will be removed in 4.0.0.