Uses of Class
com.atlassian.confluence.cluster.TCPIPClusterJoinConfig
-
Packages that use TCPIPClusterJoinConfig Package Description com.atlassian.confluence.cluster -
-
Uses of TCPIPClusterJoinConfig in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that return types with arguments of type TCPIPClusterJoinConfig Modifier and Type Method Description static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig>
TCPIPClusterJoinConfig. createForPeers(String peerAddressString)
static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig>
TCPIPClusterJoinConfig. createForPeers(List<String> peerAddresses)
Methods in com.atlassian.confluence.cluster with parameters of type TCPIPClusterJoinConfig Modifier and Type Method Description void
ClusterJoinConfig.Decoder. accept(TCPIPClusterJoinConfig tcpIpJoinConfig)
-