Uses of Class
com.atlassian.confluence.cluster.NoSuchClusterNodeException
Packages that use NoSuchClusterNodeException
-
Uses of NoSuchClusterNodeException in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that throw NoSuchClusterNodeExceptionModifier 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 ID -
Uses of NoSuchClusterNodeException in com.atlassian.confluence.cluster.nutcluster
Methods in com.atlassian.confluence.cluster.nutcluster that throw NoSuchClusterNodeExceptionModifier and TypeMethodDescription<T> ClusterNodeExecution<T> NutclusterClusterManager.submitToNode(@Nullable String nodeId, Callable<T> task, String serviceName)