Class AbstractAsyncNodeMonitorDescriptor.Result<T>

    • Method Detail

      • getMonitoringData

        @NonNull
        public Map<Computer,​T> getMonitoringData()
      • getSkipped

        @NonNull
        public List<Computer> getSkipped()
        Computers that were skipped during monitoring as they either do not have a channel (offline) or the monitor has not produced the Callable. Computers that caused monitor to throw exception are not returned here.