Toggle navigation
Home
org.apache.hadoop.hbase.util.Counter to java.util.concurrent.atomic.LongAdder
No. of Instances - 53
No. of Commits - 1
No. of Projects - {'hbase'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Rename Method invocation
get
to
sum
get
to
sum
get
to
sum
get
to
sumThenReset
get
to
sum
get
to
sum
get
to
sum
get
to
sum
set
to
reset
set
to
reset
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
set
to
reset
set
to
reset
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
set
to
reset
set
to
reset
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
get
to
sum
Add or Remove Method invocation
rpcCount.get()
to
rpcCount.sum()
ioHitCount.get()
to
ioHitCount.sum()
ioHitTime.get()
to
ioHitTime.sum()
numMutationsWithoutWAL.get()
to
numMutationsWithoutWAL.sum()
numMutationsWithoutWAL.get()
to
numMutationsWithoutWAL.sum()
numMutationsWithoutWAL.get()
to
numMutationsWithoutWAL.sum()
counter.get()
to
counter.sum()
Other
nanoTime
to
[NANO_TIME]
Cascading Type Change (Similar)
Counter
to
LongAdder