Toggle navigation
Home
org.neo4j.kernel.api.impl.schema.ValueEncoding.String to java.util.List<org.neo4j.kernel.api.impl.schema.ValueEncoding.String>
No. of Instances - 16
No. of Commits - 8
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Rename Variable
membershipAttributeName
to
membershipAttributeNames
Update Class Instacne Creation
new ReadReplicaInfo(new ClientConnectorAddresses(singletonList(new ClientConnectorAddresses.ConnectorUri(ClientConnectorAddresses.Scheme.bolt,new AdvertisedSocketAddress("localhost",11000 + offset)))),new AdvertisedSocketAddress("localhost",10000 + offset),asSet(wanted.split(",")))
to
new ReadReplicaInfo(new ClientConnectorAddresses(singletonList(new ClientConnectorAddresses.ConnectorUri(ClientConnectorAddresses.Scheme.bolt,new AdvertisedSocketAddress("localhost",11000 + offset)))),new AdvertisedSocketAddress("localhost",10000 + offset),new HashSet<>(wanted))
new ReadReplicaInfo(new ClientConnectorAddresses(singletonList(new ClientConnectorAddresses.ConnectorUri(ClientConnectorAddresses.Scheme.bolt,new AdvertisedSocketAddress("localhost",11000 + offset)))),new AdvertisedSocketAddress("localhost",10000 + offset),asSet(unwanted))
to
new ReadReplicaInfo(new ClientConnectorAddresses(singletonList(new ClientConnectorAddresses.ConnectorUri(ClientConnectorAddresses.Scheme.bolt,new AdvertisedSocketAddress("localhost",11000 + offset)))),new AdvertisedSocketAddress("localhost",10000 + offset),new HashSet<>(unwanted))
Add or Remove Method invocation
Collections.unmodifiableSet(new HashSet<>(Arrays.asList(properties)))
to
Collections.unmodifiableSet(new HashSet<>(properties))
TLS_VERSION_DEFAULTS
to
joinList(TLS_VERSION_DEFAULTS)
CIPHER_SUITES_DEFAULTS
to
joinList(CIPHER_SUITES_DEFAULTS)