public class TCPIPClusterJoinConfig extends Object implements ClusterJoinConfig
ClusterJoinConfig.ClusterJoinType, ClusterJoinConfig.Decoder| Modifier and Type | Method and Description |
|---|---|
static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> |
createForPeers(List<String> peerAddresses) |
static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> |
createForPeers(String peerAddressString) |
void |
decode(ClusterJoinConfig.Decoder decoder)
Executes one of the given
ClusterJoinConfig.Decoder callback methods, dependending on our type. |
boolean |
equals(Object o) |
static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> |
getForPeers(List<String> peerAddresses)
Deprecated.
since 7.0.1. Use
createForPeers(List) |
static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> |
getForPeers(String peerAddressString)
Deprecated.
since 7.0.1. Use
createForPeers(String) |
List<String> |
getPeerAddresses() |
String |
getPeerAddressString() |
ClusterJoinConfig.ClusterJoinType |
getType() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetHumanReadableName@Deprecated public static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> getForPeers(String peerAddressString)
createForPeers(String)public static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> createForPeers(String peerAddressString)
@Deprecated public static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> getForPeers(List<String> peerAddresses)
createForPeers(List)public static io.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> createForPeers(List<String> peerAddresses)
public ClusterJoinConfig.ClusterJoinType getType()
getType in interface ClusterJoinConfigpublic void decode(ClusterJoinConfig.Decoder decoder)
ClusterJoinConfigClusterJoinConfig.Decoder callback methods, dependending on our type.decode in interface ClusterJoinConfigpublic String getPeerAddressString()
Copyright © 2003–2021 Atlassian. All rights reserved.