Toggle navigation
Home
java.lang.Long to java.util.UUID
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'usergrid', 'presto'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Similar)
Long
to
UUID
Rename Variable
shardId
to
since
shardId
to
since
shardId
to
since
Add or Remove Method invocation
currentShard.getShardId()
to
queueMessage.getQueueMessageId()
shardMetadata.stream().filter(this::needsCompaction).filter(shard -> !shardsInProgress.contains(shard.getShardId()))
to
shardMetadata.stream().filter(this::needsCompaction).filter(shard -> !shardsInProgress.contains(shard.getShardUuid()))