| java.lang.Object | |
| ↳ | com.atlassian.confluence.cluster.DefaultClusterConfigurationHelper |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | CLUSTER | ||||||||||
| String | CLUSTER_ADDRESS | ||||||||||
| String | CLUSTER_INTERFACE | ||||||||||
| String | CLUSTER_NAME | ||||||||||
| String | CLUSTER_TTL | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Checks whether clustering is enabled, and bootstraps the cluster manager with
an appropriate configuration
| |||||||||||
Creates a new cluster with the given name, on the specified network interface,
as long as the given cluster does not exist.
| |||||||||||
Creates a new cluster with the given name as long as the given cluster
does not exist.
| |||||||||||
Return a list of interfaces suitable for clustered communication.
| |||||||||||
Join the named cluster, as long as it exists and the licensed member
count is not exceeded.
| |||||||||||
Join the named cluster, on the specified network interface,
as long as it exists and the licensed member
count is not exceeded.
| |||||||||||
Publish the configuration of this instance to the shared cluster cache, where
it can be loaded by subsequent nodes during setup.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.confluence.cluster.ClusterConfigurationHelper
| |||||||||||
Checks whether clustering is enabled, and bootstraps the cluster manager with an appropriate configuration
| ClusterException |
|---|
Creates a new cluster with the given name, on the specified network interface, as long as the given cluster does not exist.
| ClusterException |
|---|
Creates a new cluster with the given name as long as the given cluster does not exist.
| ClusterException |
|---|
Return a list of interfaces suitable for clustered communication. The list is ordered for suitable rendering in a UI.
Join the named cluster, as long as it exists and the licensed member count is not exceeded.
| ClusterException |
|---|
Join the named cluster, on the specified network interface, as long as it exists and the licensed member count is not exceeded.
| ClusterException |
|---|
Publish the configuration of this instance to the shared cluster cache, where it can be loaded by subsequent nodes during setup.