Toggle navigation
Home
com.thinkaurelius.titan.core.attribute.Timestamp to java.time.Instant
No. of Instances - 7
No. of Commits - 1
No. of Projects - {'titan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
startTime.sinceEpoch(startTime.getNativeUnit())
to
startTime
startTime.getNativeUnit()
to
startTime
t.sinceEpoch(unit)
to
t.getEpochSecond()
startTime.sinceEpoch(startTime.getNativeUnit())
to
readMarkerName
ReadMarker.fromTime(readMarkerName,startTime.getNativeUnit())
to
ReadMarker.fromIdentifierOrTime(readMarkerName,startTime)
ReadMarker.fromIdentifierOrTime(readMarkerName,startTime.sinceEpoch(startTime.getNativeUnit()),startTime.getNativeUnit())
to
ReadMarker.fromTime(startTime)
Update argument list (Method invocation)
fromTime
to
fromTime