Uses of Class
com.atlassian.confluence.cluster.ClusterNodeExecution
Package
Description
-
Uses of ClusterNodeExecution in com.atlassian.confluence.cluster
Modifier and TypeMethodDescription<T> ClusterNodeExecution<T>
ClusterExecutionService.submitToNode
(@Nullable String nodeId, Callable<T> task, String serviceName) Submit a task to be executed on a node with the specified IDModifier and TypeMethodDescription<T> List<ClusterNodeExecution<T>>
ClusterExecutionService.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
Modifier and TypeMethodDescription<T> ClusterNodeExecution<T>
HazelcastClusterManager.submitToNode
(@Nullable String nodeId, Callable<T> task, String serviceName) Modifier and TypeMethodDescription<T> List<ClusterNodeExecution<T>>
HazelcastClusterManager.submitToAllNodes
(Callable<T> task, String serviceName) -
Uses of ClusterNodeExecution in com.atlassian.confluence.impl.metrics