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) void
decode
(ClusterJoinConfig.Decoder decoder) Executes one of the givenClusterJoinConfig.Decoder
callback methods, dependending on our type.boolean
getType()
int
hashCode()
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:
getType
in interfaceClusterJoinConfig
-
decode
Description copied from interface:ClusterJoinConfig
Executes one of the givenClusterJoinConfig.Decoder
callback methods, dependending on our type.- Specified by:
decode
in interfaceClusterJoinConfig
-
toString
-
equals
-
hashCode
public int hashCode() -
getPeerAddressString
-