Package com.atlassian.confluence.cluster
Class TCPIPClusterJoinConfig
- java.lang.Object
-
- com.atlassian.confluence.cluster.TCPIPClusterJoinConfig
-
- All Implemented Interfaces:
ClusterJoinConfig
public class TCPIPClusterJoinConfig extends Object implements ClusterJoinConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.atlassian.confluence.cluster.ClusterJoinConfig
ClusterJoinConfig.ClusterJoinType, ClusterJoinConfig.Decoder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static 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.booleanequals(Object o)static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig>getForPeers(String peerAddressString)Deprecated.since 7.0.1.static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig>getForPeers(List<String> peerAddresses)Deprecated.since 7.0.1.List<String>getPeerAddresses()StringgetPeerAddressString()ClusterJoinConfig.ClusterJoinTypegetType()inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.cluster.ClusterJoinConfig
getHumanReadableName
-
-
-
-
Method Detail
-
getForPeers
@Deprecated public static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> getForPeers(String peerAddressString)
Deprecated.since 7.0.1. UsecreateForPeers(String)
-
createForPeers
public static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> createForPeers(String peerAddressString)
- Since:
- 7.0.1
-
getForPeers
@Deprecated public static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> getForPeers(List<String> peerAddresses)
Deprecated.since 7.0.1. UsecreateForPeers(List)
-
createForPeers
public static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> createForPeers(List<String> peerAddresses)
- Since:
- 7.0.1
-
getType
public ClusterJoinConfig.ClusterJoinType getType()
- Specified by:
getTypein interfaceClusterJoinConfig
-
decode
public void decode(ClusterJoinConfig.Decoder decoder)
Description copied from interface:ClusterJoinConfigExecutes one of the givenClusterJoinConfig.Decodercallback methods, dependending on our type.- Specified by:
decodein interfaceClusterJoinConfig
-
getPeerAddressString
public String getPeerAddressString()
-
-