Toggle navigation
Home
java.util.UUID to java.util.Set<java.util.UUID>
No. of Instances - 8
No. of Commits - 2
No. of Projects - {'ignite', 'presto'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
getShardUuid
to
getShardUuids
shardUuid
to
shardUuids
getShardUuid
to
getShardUuids
shardUuid
to
shardUuids
shardUuid
to
shardUuids
shardUuid
to
shardUuids
shardUuid
to
shardUuids
failedNodeId
to
failedNodeIds
failedNodeId
to
failedNodeIds
failedNodeId
to
failedNodeIds
failedNodeId
to
failedNodeIds
failedNodeId
to
failedNodeIds
failedNodeId
to
failedNodeIds
Add or Remove Method invocation
nodeId.equals(failedNodeId)
to
failedNodeIds.contains(nodeId)
failedNodeId.equals(nearNodeId)
to
failedNodeIds.contains(nearNodeId)
failedNodeId.equals(e.getKey())
to
failedNodeIds.contains(e.getKey())
failedNodeId.equals(nodeId)
to
failedNodeIds.contains(nodeId)