Uses of Interface
com.atlassian.confluence.cluster.ClusterNodeInformation
Packages that use ClusterNodeInformation
Package
Description
Implementations for cluster interfaces when no cluster is present.
-
Uses of ClusterNodeInformation in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that return ClusterNodeInformationModifier and TypeMethodDescription@Nullable ClusterNodeInformation
ClusterNodeExecution.getClusterNode()
@Nullable ClusterNodeInformation
ClusterManager.getThisNodeInformation()
Get the identity of this node in the cluster.Methods in com.atlassian.confluence.cluster that return types with arguments of type ClusterNodeInformationModifier 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.Constructors in com.atlassian.confluence.cluster with parameters of type ClusterNodeInformationModifierConstructorDescriptionClusterNodeExecution
(@Nullable ClusterNodeInformation clusterNode, @NonNull CompletionStage<T> completionStage) -
Uses of ClusterNodeInformation in com.atlassian.confluence.cluster.hazelcast
Classes in com.atlassian.confluence.cluster.hazelcast that implement ClusterNodeInformationMethods in com.atlassian.confluence.cluster.hazelcast that return ClusterNodeInformationMethods in com.atlassian.confluence.cluster.hazelcast that return types with arguments of type ClusterNodeInformationModifier and TypeMethodDescriptionHazelcastClusterManager.getAllNodesInformation()
HazelcastClusterManager.getNodeStatusMap()
-
Uses of ClusterNodeInformation in com.atlassian.confluence.cluster.nonclustered
Methods in com.atlassian.confluence.cluster.nonclustered that return types with arguments of type ClusterNodeInformation -
Uses of ClusterNodeInformation in com.atlassian.confluence.impl.admin.actions
Methods in com.atlassian.confluence.impl.admin.actions that return ClusterNodeInformationConstructors in com.atlassian.confluence.impl.admin.actions with parameters of type ClusterNodeInformationModifierConstructorDescriptionNodeConfigDTO
(ClusterNodeInformation node, io.atlassian.fugue.Either<Throwable, NodeJmxMonitoringConfig> config) -
Uses of ClusterNodeInformation in com.atlassian.confluence.impl.cluster
Methods in com.atlassian.confluence.impl.cluster that return types with arguments of type ClusterNodeInformation -
Uses of ClusterNodeInformation in com.atlassian.confluence.impl.logging.admin
Methods in com.atlassian.confluence.impl.logging.admin that return ClusterNodeInformationMethods in com.atlassian.confluence.impl.logging.admin that return types with arguments of type ClusterNodeInformation -
Uses of ClusterNodeInformation in com.atlassian.confluence.impl.user.crowd.cluster
Constructors in com.atlassian.confluence.impl.user.crowd.cluster with parameters of type ClusterNodeInformationModifierConstructorDescriptionConfluenceCrowdClusterNode
(ClusterNodeInformation nodeInformation, boolean isCurrentNode) -
Uses of ClusterNodeInformation in com.atlassian.testsupport
Methods in com.atlassian.testsupport that return ClusterNodeInformationMethods in com.atlassian.testsupport that return types with arguments of type ClusterNodeInformationModifier and TypeMethodDescriptionNonClusterManager.getAllNodesInformation()
NonClusterManager.getNodeStatusMap()