Toggle navigation
Home
org.wildfly.clustering.group.Node to org.infinispan.remoting.transport.Address
No. of Instances - 24
No. of Commits - 2
No. of Projects - {'wildfly'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Wrap or Un-wrap
put
to
put
submit
to
submit
Add or Remove Method invocation
node
to
this.group.getAddress(this.group.getLocalMember())
this.group.createNode(address)
to
leftMember
nodes.add(leftMember)
to
addresses.remove()
addresses.isEmpty()
to
leftMembers.isEmpty()
addresses.size()
to
leftMember
address
to
addresses.next()
nodes.remove(node)
to
addresses.remove(localAddress)
this.getGroup()
to
this.group
nodes.remove(node)
to
addresses.remove(localAddress)
this.getGroup()
to
this.group
nodes.remove(node)
to
addresses.remove(localAddress)
this.getGroup()
to
this.group
this.dispatcher.executeOnNode(new GetLocalServicesCommand<>(),joinedMember)
to
this.dispatcher.executeOnNode(new GetLocalServicesCommand<>(),this.group.createNode(joinedMember))
Rename Variable
nodes
to
addresses
node
to
localAddress
nodes
to
addresses
nodes
to
addresses
nodes
to
addresses
nodes
to
addresses
node
to
address
nodes
to
addresses
Cascading Type Change (Different)
List<Node>
to
Iterator<Address>
Cache<Node,Map.Entry<K,V>>
to
Cache<Address,Map.Entry<K,V>>
Class<Cache<Node,Map.Entry<K,V>>>
to
Class<Cache<Address,Map.Entry<K,V>>>
Set<Node>
to
Set<Address>
Cache<T,Set<Node>>
to
Cache<T,Set<Address>>
Class<Cache<T,Set<Node>>>
to
Class<Cache<T,Set<Address>>>
Set<Node>
to
Set<Address>
Cache<T,Set<Node>>
to
Cache<T,Set<Address>>
Cascading Type Change (Similar)
Node
to
Address
Node
to
Address
Set<Node>
to
Set<Address>
Cache<T,Set<Node>>
to
Cache<T,Set<Address>>
Set<Node>
to
Set<Address>
Node
to
Address
Set<Node>
to
Set<Address>