Class RunNodesException

    • Method Detail

      • getSuccessfulNodes

        public Set<? extends NodeMetadata> getSuccessfulNodes()
        Returns:
        Nodes that performed startup without error
      • getExecutionErrors

        public Map<?,​? extends Throwable> getExecutionErrors()
        Returns:
        Nodes that performed startup without error, but incurred problems applying options
      • getNodeErrors

        public Map<? extends NodeMetadata,​? extends Throwable> getNodeErrors()
        Returns:
        Nodes that performed startup without error, but incurred problems applying options
      • getGroup

        public String getGroup()
      • getCount

        public int getCount()
      • getTemplate

        public Template getTemplate()