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.hazelcast
Methods in com.atlassian.confluence.cluster.hazelcast that throw NoSuchClusterNodeExceptionModifier and TypeMethodDescription<T> ClusterNodeExecution<T>
HazelcastClusterManager.submitToNode
(@Nullable String nodeId, Callable<T> task, String serviceName)