Package com.atlassian.confluence.cluster
Class TCPIPClusterJoinConfig
java.lang.Object
com.atlassian.confluence.cluster.TCPIPClusterJoinConfig
- All Implemented Interfaces:
ClusterJoinConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.confluence.cluster.ClusterJoinConfig
ClusterJoinConfig.ClusterJoinType, ClusterJoinConfig.Decoder -
Method Summary
Modifier and TypeMethodDescriptionstatic io.atlassian.fugue.Either<Message, TCPIPClusterJoinConfig> createForPeers(String peerAddressString) static io.atlassian.fugue.Either<Message, TCPIPClusterJoinConfig> createForPeers(List<String> peerAddresses) voiddecode(ClusterJoinConfig.Decoder decoder) Executes one of the givenClusterJoinConfig.Decodercallback methods, dependending on our type.booleangetType()inthashCode()toString()
-
Method Details
-
createForPeers
public static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> createForPeers(String peerAddressString) - Since:
- 7.0.1
-
createForPeers
public static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> createForPeers(List<String> peerAddresses) - Since:
- 7.0.1
-
getPeerAddresses
-
getType
- Specified by:
getTypein interfaceClusterJoinConfig
-
decode
Description copied from interface:ClusterJoinConfigExecutes one of the givenClusterJoinConfig.Decodercallback methods, dependending on our type.- Specified by:
decodein interfaceClusterJoinConfig
-
toString
-
equals
-
hashCode
public int hashCode() -
getPeerAddressString
-