Interface ComputationResourcesStatus


public interface ComputationResourcesStatus
Author:
Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Method Details

    • getDate

      ZonedDateTime getDate()
    • getAvailableCores

      int getAvailableCores()
    • getBusyCores

      int getBusyCores()
    • getBusyCoresPerApp

      Map<String,Integer> getBusyCoresPerApp()