Uses of Interface
com.atlassian.confluence.cluster.NodeZduInfo
-
Packages that use NodeZduInfo Package Description com.atlassian.confluence.cluster com.atlassian.confluence.cluster.nonclustered Implementations for cluster interfaces when no cluster is present.com.atlassian.confluence.impl.cluster -
-
Uses of NodeZduInfo in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that return types with arguments of type NodeZduInfo Modifier and Type Method Description Map<ClusterNodeInformation,CompletionStage<NodeZduInfo>>
ZduManager. getNodesZduInfo()
Gets zdu information from all nodes in the cluster. -
Uses of NodeZduInfo in com.atlassian.confluence.cluster.nonclustered
Methods in com.atlassian.confluence.cluster.nonclustered that return types with arguments of type NodeZduInfo Modifier and Type Method Description Map<ClusterNodeInformation,CompletionStage<NodeZduInfo>>
NonClusteredZduManager. getNodesZduInfo()
-
Uses of NodeZduInfo in com.atlassian.confluence.impl.cluster
Classes in com.atlassian.confluence.impl.cluster that implement NodeZduInfo Modifier and Type Class Description class
NodeZduInfoImpl
Methods in com.atlassian.confluence.impl.cluster that return NodeZduInfo Modifier and Type Method Description NodeZduInfo
CollectNodeZduInfo. call()
Methods in com.atlassian.confluence.impl.cluster that return types with arguments of type NodeZduInfo Modifier and Type Method Description Map<ClusterNodeInformation,CompletionStage<NodeZduInfo>>
DefaultZduManager. getNodesZduInfo()
-