Uses of Class
com.atlassian.confluence.cluster.ClusterNodeExecution
-
Packages that use ClusterNodeExecution Package Description com.atlassian.confluence.cluster com.atlassian.confluence.cluster.hazelcast com.atlassian.confluence.impl.metrics -
-
Uses of ClusterNodeExecution in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that return ClusterNodeExecution Modifier and Type Method Description <T> ClusterNodeExecution<T>
ClusterManager. submitToNode(@Nullable String nodeId, Callable<T> task, String serviceName)
Submit a task to be executed on a node with the specified IDMethods in com.atlassian.confluence.cluster that return types with arguments of type ClusterNodeExecution Modifier and Type Method Description <T> List<ClusterNodeExecution<T>>
ClusterManager. submitToAllNodes(Callable<T> task, String serviceName)
Submit a task to be executed on all nodes in the cluster. -
Uses of ClusterNodeExecution in com.atlassian.confluence.cluster.hazelcast
Methods in com.atlassian.confluence.cluster.hazelcast that return ClusterNodeExecution Modifier and Type Method Description <T> ClusterNodeExecution<T>
HazelcastClusterManager. submitToNode(@Nullable String nodeId, Callable<T> task, String serviceName)
Methods in com.atlassian.confluence.cluster.hazelcast that return types with arguments of type ClusterNodeExecution Modifier and Type Method Description <T> List<ClusterNodeExecution<T>>
HazelcastClusterManager. submitToAllNodes(Callable<T> task, String serviceName)
-
Uses of ClusterNodeExecution in com.atlassian.confluence.impl.metrics
Methods in com.atlassian.confluence.impl.metrics that return types with arguments of type ClusterNodeExecution Modifier and Type Method Description List<ClusterNodeExecution<NodeJmxMonitoringConfig>>
ConfluenceJmxConfigService. getNodesJmxMonitoringConfigs()
-