Uses of Interface
com.atlassian.confluence.cluster.ClusterNodeInformation
Package
Description
Implementations for cluster interfaces when no cluster is present.
-
Uses of ClusterNodeInformation in com.atlassian.confluence.cluster
Modifier and TypeMethodDescription@Nullable ClusterNodeInformation
ClusterNodeExecution.getClusterNode()
@Nullable ClusterNodeInformation
ClusterManager.getThisNodeInformation()
Get the identity of this node in the cluster.Modifier and TypeMethodDescriptionClusterManager.getAllNodesInformation()
ClusterManager.getNodeStatusMap()
Gets status information from all members of the cluster.ZduManager.getNodesZduInfo()
Gets zdu information from all nodes in the cluster.ModifierConstructorDescriptionClusterNodeExecution
(@Nullable ClusterNodeInformation clusterNode, @NonNull CompletionStage<T> completionStage) -
Uses of ClusterNodeInformation in com.atlassian.confluence.cluster.hazelcast
Modifier and TypeMethodDescriptionHazelcastClusterManager.getAllNodesInformation()
HazelcastClusterManager.getNodeStatusMap()
-
Uses of ClusterNodeInformation in com.atlassian.confluence.cluster.nonclustered
-
Uses of ClusterNodeInformation in com.atlassian.confluence.impl.admin.actions
ModifierConstructorDescriptionNodeConfigDTO
(ClusterNodeInformation node, io.atlassian.fugue.Either<Throwable, NodeJmxMonitoringConfig> config) -
Uses of ClusterNodeInformation in com.atlassian.confluence.impl.cluster
-
Uses of ClusterNodeInformation in com.atlassian.confluence.impl.logging.admin
-
Uses of ClusterNodeInformation in com.atlassian.confluence.impl.user.crowd.cluster
ModifierConstructorDescriptionConfluenceCrowdClusterNode
(ClusterNodeInformation nodeInformation, boolean isCurrentNode)