return new Parameters(STR0 + protocol,new SupportedProtocols<>(RAFT,asList(RAFT_1.version())),asList(new SupportedProtocols<>(COMPRESSION,versions))); | return new Parameters(STR0 + protocol,new ApplicationSupportedProtocols(RAFT,asList(RAFT_1.implementation())),asList(new ModifierSupportedProtocols(COMPRESSION,versions))); | new SupportedProtocols<>(COMPRESSION,versions) | new ModifierSupportedProtocols(COMPRESSION,versions) | neo4j | 91a2a43d7fb816e41820f8ccfe75dcc960493516 | org.neo4j.causalclustering.protocol.handshake.NettyInstalledProtocolsIT | | | TCIVar | versions |
---|
v0 | COMPRESSION |
---|
| | TCIVar | versions |
---|
v0 | COMPRESSION |
---|
| Uses | True |
List<SupportedProtocols<ModifierProtocol>> supportedModifierProtocols=asList(new SupportedProtocols<>(COMPRESSION,configuredVersions)); | List<ModifierSupportedProtocols> supportedModifierProtocols=asList(new ModifierSupportedProtocols(COMPRESSION,configuredVersions)); | new SupportedProtocols<>(COMPRESSION,configuredVersions) | new ModifierSupportedProtocols(COMPRESSION,configuredVersions) | neo4j | 91a2a43d7fb816e41820f8ccfe75dcc960493516 | org.neo4j.causalclustering.protocol.handshake.HandshakeServerTest | | _1 | configuredVersions |
---|
_2 | configuredVersions |
---|
| TCIVar | configuredVersions |
---|
v0 | COMPRESSION |
---|
| | TCIVar | configuredVersions |
---|
v0 | COMPRESSION |
---|
| Uses | True |
return new SupportedProtocols<>(identifier,versions); | return new ModifierSupportedProtocols(identifier,versions); | new SupportedProtocols<>(identifier,versions) | new ModifierSupportedProtocols(identifier,versions) | neo4j | 91a2a43d7fb816e41820f8ccfe75dcc960493516 | org.neo4j.causalclustering.core.SupportedProtocolCreator | | | TCIVar | versions |
---|
v0 | identifier |
---|
| - org.neo4j.causalclustering.protocol.handshake.ModifierSupportedProtocols
| TCIVar | versions |
---|
v0 | identifier |
---|
| Uses | True |