Uses of Class
com.atlassian.confluence.cluster.NoSuchClusterNodeException
-
Packages that use NoSuchClusterNodeException Package Description com.atlassian.confluence.cluster com.atlassian.confluence.cluster.hazelcast -
-
Uses of NoSuchClusterNodeException in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that throw NoSuchClusterNodeException 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 ID -
Uses of NoSuchClusterNodeException in com.atlassian.confluence.cluster.hazelcast
Methods in com.atlassian.confluence.cluster.hazelcast that throw NoSuchClusterNodeException Modifier and Type Method Description <T> ClusterNodeExecution<T>
HazelcastClusterManager. submitToNode(@Nullable String nodeId, Callable<T> task, String serviceName)
-