public class TCPIPClusterJoinConfig extends Object implements ClusterJoinConfig
ClusterJoinConfig.ClusterJoinType
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> |
getForPeers(List<String> peerAddresses) |
static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> |
getForPeers(String peerAddressString) |
String |
getHumanReadableName() |
List<String> |
getPeerAddresses() |
String |
getPeerAddressString() |
int |
hashCode() |
String |
toString() |
public static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> getForPeers(String peerAddressString)
public static com.atlassian.fugue.Either<Message,TCPIPClusterJoinConfig> getForPeers(List<String> peerAddresses)
public String getHumanReadableName()
getHumanReadableName
in interface ClusterJoinConfig
public String getPeerAddressString()
Copyright © 2003–2017 Atlassian. All rights reserved.