Toggle navigation
Home
org.redisson.cluster.ClusterSlotRange to org.redisson.connection.MasterSlaveEntry
No. of Instances - 12
No. of Commits - 1
No. of Projects - {'redisson'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
commandExecutor.getConnectionManager().getEntries().keySet()
to
commandExecutor.getConnectionManager().getEntrySet()
connectionManager.getEntries().keySet()
to
connectionManager.getEntrySet()
commandExecutor.getConnectionManager().getEntries().keySet()
to
commandExecutor.getConnectionManager().getEntrySet()
connectionManager.getEntries().keySet()
to
nodes
commandExecutor.getConnectionManager().getEntries().keySet()
to
entries
connectionManager.getEntries().keySet()
to
entries
Rename Variable
slot
to
entry
slots
to
nodes
slots
to
nodes
slots
to
nodes
slots
to
nodes
slots
to
nodes
slots
to
nodes
slots
to
nodes
slot
to
entry
slot
to
entry
slot
to
entry
slot
to
entry
slot
to
entry
slot
to
entry
Cascading Type Change (Similar)
ClusterSlotRange
to
MasterSlaveEntry
List<ClusterSlotRange>
to
List<MasterSlaveEntry>
ClusterSlotRange
to
MasterSlaveEntry
Cascading Type Change (Different)
ArrayList<ClusterSlotRange>
to
ArrayList<MasterSlaveEntry>