Class CPUResource

    • Constructor Detail

      • CPUResource

        public CPUResource​(double value)
    • Method Detail

      • create

        public CPUResource create​(BigDecimal value)
        Description copied from class: Resource
        Create a new instance of the sub resource.
        Specified by:
        create in class Resource<CPUResource>
        Parameters:
        value - The value of the resource
        Returns:
        A new instance of the sub resource
      • toHumanReadableString

        public String toHumanReadableString()