Package org.jclouds.compute
Class RunNodesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jclouds.compute.RunNodesException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRunNodesException
(String group, int count, Template template, Set<? extends NodeMetadata> successfulNodes, Map<?, Exception> executionExceptions, Map<? extends NodeMetadata, ? extends Throwable> failedNodes) -
Method Summary
Modifier and TypeMethodDescriptionint
getCount()
getGroup()
Map
<? extends NodeMetadata, ? extends Throwable> Set
<? extends NodeMetadata> Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RunNodesException
public RunNodesException(String group, int count, Template template, Set<? extends NodeMetadata> successfulNodes, Map<?, Exception> executionExceptions, Map<? extends NodeMetadata, ? extends Throwable> failedNodes)
-
-
Method Details
-
getSuccessfulNodes
- Returns:
- Nodes that performed startup without error
-
getExecutionErrors
- Returns:
- Nodes that performed startup without error, but incurred problems applying options
-
getNodeErrors
- Returns:
- Nodes that performed startup without error, but incurred problems applying options
-
getGroup
-
getCount
public int getCount() -
getTemplate
-