public class RemoteClusterInformation extends Object implements ClusterInformation
Constructor and Description |
---|
RemoteClusterInformation(ClusterInformation ci) |
Modifier and Type | Method and Description |
---|---|
ClusterJoinConfig |
getClusterJoinConfig() |
String |
getDescription() |
int |
getMemberCount() |
List<String> |
getMembers() |
String |
getMulticastAddress()
Deprecated.
since 5.9 Use
getClusterJoinConfig() instead. |
String |
getMulticastPort()
Deprecated.
since 5.9 Use
getClusterJoinConfig() instead. |
String |
getName() |
boolean |
isRunning() |
public RemoteClusterInformation(ClusterInformation ci)
public boolean isRunning()
isRunning
in interface ClusterInformation
public String getName()
getName
in interface ClusterInformation
public String getDescription()
getDescription
in interface ClusterInformation
public List<String> getMembers()
getMembers
in interface ClusterInformation
public int getMemberCount()
getMemberCount
in interface ClusterInformation
@Deprecated public String getMulticastAddress()
getClusterJoinConfig()
instead.getMulticastAddress
in interface ClusterInformation
@Deprecated public String getMulticastPort()
getClusterJoinConfig()
instead.getMulticastPort
in interface ClusterInformation
public ClusterJoinConfig getClusterJoinConfig()
getClusterJoinConfig
in interface ClusterInformation
Copyright © 2003–2021 Atlassian. All rights reserved.