Toggle navigation
Home
java.util.UUID to long
No. of Instances - 19
No. of Commits - 4
No. of Projects - {'hadoop', 'ignite', 'flink'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
currentConnID
to
connectionId
currentConnID
to
connectionId
uuid
to
id
uuid
to
id
uuid
to
id
uuid
to
id
uuid2
to
id2
UUID
to
id
UUID
to
id
UUID
to
id
uuid1
to
id1
uuid1
to
id1
UUID
to
id
primaryNodeId
to
topVer0
gridId
to
gridStartTime
gridId
to
gridStartTime
gridId
to
gridStartTime
gridId
to
gridStartTime
gridId
to
gridStartTime
gridId
to
gridStartTime
gridId
to
gridStartTime
gridId
to
gridStartTime
gridId
to
gridStartTime
Cascading Type Change (Similar)
UUID
to
long
UUID
to
long
Add or Remove Method invocation
completionPayload.getUUID()
to
completionPayload.getId()
LOG.warn("Completion event without active lease. UUID={}",uuid)
to
LOG.warn("Completion event without active lease. Id={}",id)
U.readUuid(in)
to
in.readLong()
U.readUuid(in)
to
in.readLong()
U.readUuid(in)
to
in.readLong()