Interface FairshareUtilizationDetail.Builder

    • Method Detail

      • activeShareCount

        FairshareUtilizationDetail.Builder activeShareCount​(Long activeShareCount)

        The total number of active shares in the fairshare scheduling job queue that are currently utilizing capacity.

        Parameters:
        activeShareCount - The total number of active shares in the fairshare scheduling job queue that are currently utilizing capacity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • topCapacityUtilization

        FairshareUtilizationDetail.Builder topCapacityUtilization​(Collection<FairshareCapacityUtilization> topCapacityUtilization)

        A list of the top 20 shares with the highest capacity utilization, ordered by usage amount.

        Parameters:
        topCapacityUtilization - A list of the top 20 shares with the highest capacity utilization, ordered by usage amount.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • topCapacityUtilization

        FairshareUtilizationDetail.Builder topCapacityUtilization​(FairshareCapacityUtilization... topCapacityUtilization)

        A list of the top 20 shares with the highest capacity utilization, ordered by usage amount.

        Parameters:
        topCapacityUtilization - A list of the top 20 shares with the highest capacity utilization, ordered by usage amount.
        Returns:
        Returns a reference to this object so that method calls can be chained together.