Toggle navigation
Home
long to java.util.concurrent.atomic.LongAdder
No. of Instances - 8
No. of Commits - 6
No. of Projects - {'orientdb', 'neo4j', 'cryptomator', 'hadoop', 'camel'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
cleartextBytesEncrypted
to
cleartextBytesEncrypted.sum()
Update Class Instacne Creation
new IoThroughputStat(startTime,endTime,recordSize * recordsUpdated)
to
new IoThroughputStat(startTime,endTime,recordSize * recordsUpdated.sum())