Toggle navigation
Home
com.thinkaurelius.titan.diskstorage.util.time.StandardDuration to java.time.Duration
No. of Instances - 23
No. of Commits - 1
No. of Projects - {'titan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
attribute.getLength(nativeUnit)
to
attribute.getSeconds()
combinedConfig.get(LOG_SEND_DELAY,TRANSACTION_LOG).isZeroLength()
to
combinedConfig.get(LOG_SEND_DELAY,TRANSACTION_LOG).isZero()
combinedConfig.get(LOG_SEND_DELAY,MANAGEMENT_LOG).isZeroLength()
to
combinedConfig.get(LOG_SEND_DELAY,MANAGEMENT_LOG).isZero()
config.get(LOG_READ_LAG_TIME).add(maxSendDelay)
to
config.get(LOG_READ_LAG_TIME).plus(maxSendDelay)