Toggle navigation
Home
java.util.List<org.infinispan.remoting.transport.Address> to org.jgroups.View
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'infinispan'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> External
Mapping:
Cascading Type Change (Different)
ArrayList<List<Address>>
to
ArrayList<>
Cascading Type Change (Similar)
List<List<Address>>
to
List<View>
Rename Variable
allViews
to
incompleteViews
allViews
to
incompleteViews
allViews
to
incompleteViews
Add or Remove Method invocation
cm.getMembers()
to
((JGroupsTransport)cm.getTransport()).getChannel().getView()