Uses of Class
com.atlassian.confluence.cluster.ClusterNodeExecution
Packages that use ClusterNodeExecution
Package
Description
-
Uses of ClusterNodeExecution in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that return ClusterNodeExecutionModifier 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 IDMethods in com.atlassian.confluence.cluster that return types with arguments of type ClusterNodeExecutionModifier 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
Methods in com.atlassian.confluence.cluster.hazelcast that return ClusterNodeExecutionModifier and TypeMethodDescription<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 ClusterNodeExecutionModifier and TypeMethodDescription<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 -
Uses of ClusterNodeExecution in com.atlassian.testsupport
Methods in com.atlassian.testsupport that return ClusterNodeExecutionModifier and TypeMethodDescription<T> ClusterNodeExecution<T>
NonClusterManager.submitToNode
(String nodeId, Callable<T> task, String serviceName) Methods in com.atlassian.testsupport that return types with arguments of type ClusterNodeExecutionModifier and TypeMethodDescription<T> List<ClusterNodeExecution<T>>
NonClusterManager.submitToAllNodes
(Callable<T> task, String serviceName)