Toggle navigation
Home
com.thinkaurelius.titan.diskstorage.util.time.Timepoint to java.time.Instant
No. of Instances - 73
No. of Commits - 1
No. of Projects - {'titan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
utime.add(graceWait)
to
utime.plus(graceWait)
attribute.getNativeTimestamp()
to
attribute.getEpochSecond()
timestamp.getNativeTimestamp()
to
times.getTime(timestamp)
start.getNativeTimestamp()
to
times.getTime(start)
stop.getNativeTimestamp()
to
times.getTime(stop)
start.getNativeTimestamp()
to
times.getTime(start)
timestamp.getTimestamp(times.getUnit())
to
times.getTime(timestamp)
stop.getNativeTimestamp()
to
times.getTime(stop)
start.getNativeTimestamp()
to
times.getTime(start)
utime.add(expirationTime.multiply(0.5))
to
utime.plus(expirationTime.dividedBy(2))
utime.add(expirationTime)
to
utime.plus(expirationTime)
messageTimeStart.getNativeTimestamp()
to
times
messageTimeEnd.getNativeTimestamp()
to
times
messageTimeEnd.add(TWO_MICROSECONDS)
to
messageTimeEnd.plus(TWO_MICROSECONDS)
messageTimeEnd.getNativeTimestamp()
to
times
lastInvocation.add(CLEAN_SLEEP_TIME)
to
lastInvocation.plus(CLEAN_SLEEP_TIME)
messageTimeStart.getNativeTimestamp()
to
times
messageTimeEnd.getNativeTimestamp()
to
times
messageTimeStart.getNativeTimestamp()
to
times.getTime(messageTimeStart)
txTimestamp.getNativeTimestamp()
to
times.getTime(txTimestamp)
Cascading Type Change (Similar)
Timepoint
to
Instant
Timepoint
to
Instant
Timepoint
to
Instant
Rename Method invocation
sub
to
minus
add
to
plus
Convert Class instance creation to method invocation
StandardTimepoint
to
getTime