Class AbstractAsyncNodeMonitorDescriptor.Result<T>

    • Method Detail

      • getMonitoringData

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

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