| com.atlassian.confluence.cluster.ClusterManager |
Known Indirect Subclasses
|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Set a new cluster configuration.
| |||||||||||
Get information about the running cluster.
| |||||||||||
Get all attributes of the server that must be consistent between cluster nodes.
| |||||||||||
Get a distributed lock -- getting the lock does *not* imply that it has been acquired.
| |||||||||||
Get a distributed FIFO buffer
| |||||||||||
Gets status information from all members of the cluster.
| |||||||||||
This method is deprecated.
since 3.1 leaks Coherence classes, do not use.
| |||||||||||
Retrieve an object which another node in the cluster has shared, return null if no such object exists
| |||||||||||
Get the identity of this node in the cluster. | |||||||||||
Check whether this Confluence distribution is capable of running in a cluster.
| |||||||||||
Publish an event as a ClusterEventWrapper to other nodes
| |||||||||||
Share an object to the cluster under a particular key
| |||||||||||
Set a new cluster configuration and cycle the service
| |||||||||||
Start the clustering service
| |||||||||||
Stop the clustering service
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.confluence.cluster.NameResolver
| |||||||||||
From interface
com.atlassian.confluence.concurrent.LockFactory
| |||||||||||
Get information about the running cluster.
Get all attributes of the server that must be consistent between cluster nodes.
| ClusterException | if the invariants can not be gathered for some reason |
|---|
Gets status information from all members of the cluster.
This method is deprecated.
since 3.1 leaks Coherence classes, do not use.
Retrieve an object which another node in the cluster has shared, return null if no such object exists
Get the identity of this node in the cluster. ClusterNodeInformation implements equals().
Check whether this Confluence distribution is capable of running in a cluster. This differs from
isClustered() in that it will return true if the code to support clustering is present,
even if this instance does not have a clustered license or a current clustering configuration.
configure(ClusterConfig) has been called with a
valid configuration, otherwise false.
Publish an event as a ClusterEventWrapper to other nodes
Share an object to the cluster under a particular key
Set a new cluster configuration and cycle the service
Start the clustering service
Stop the clustering service