Package | Description |
---|---|
com.atlassian.confluence.cluster |
Modifier and Type | Class and Description |
---|---|
class |
DefaultClusterSetupValidator |
Modifier and Type | Method and Description |
---|---|
ClusterSetupValidator |
ClusterSetupValidator.validateAWSJoinConfig(String accessKey,
String secretKey,
String iamRole,
String region,
String hostHeader,
String securityGroupName,
String tagKey,
String tagValue)
Validates all the parameters for an AWS cluster.
|
ClusterSetupValidator |
DefaultClusterSetupValidator.validateAWSJoinConfig(String accessKey,
String secretKey,
String iamRole,
String region,
String hostHeader,
String securityGroupName,
String tagKey,
String tagValue) |
ClusterSetupValidator |
ClusterSetupValidator.validateClusterHome(String clusterHome)
Validates just the cluster Home.
|
ClusterSetupValidator |
DefaultClusterSetupValidator.validateClusterHome(String clusterHome) |
ClusterSetupValidator |
ClusterSetupValidator.validateClusterJoinMethod(String joinMethod) |
ClusterSetupValidator |
DefaultClusterSetupValidator.validateClusterJoinMethod(String joinMethod) |
ClusterSetupValidator |
ClusterSetupValidator.validateClusterName(String clusterName)
Validates just the cluster Name.
|
ClusterSetupValidator |
DefaultClusterSetupValidator.validateClusterName(String clusterName) |
ClusterSetupValidator |
ClusterSetupValidator.validateMulticastClusterJoinConfig(Boolean generateAddress,
String clusterAddress)
Validates just the cluster address, for a multicast cluster.
|
ClusterSetupValidator |
DefaultClusterSetupValidator.validateMulticastClusterJoinConfig(Boolean generateAddress,
String clusterAddress) |
ClusterSetupValidator |
ClusterSetupValidator.validateNetworkInterface(String networkInterface)
Validates just the cluster network address
|
ClusterSetupValidator |
DefaultClusterSetupValidator.validateNetworkInterface(String networkInterface) |
ClusterSetupValidator |
ClusterSetupValidator.validateTCPIPClusterJoinConfig(String clusterPeersString)
Validates the cluster peers, for a TCPIP cluster.
|
ClusterSetupValidator |
DefaultClusterSetupValidator.validateTCPIPClusterJoinConfig(String clusterPeersString) |
Copyright © 2003–2020 Atlassian. All rights reserved.