Class/Object

dagr.core.execsystem

Cores

Related Docs: object Cores | package execsystem

Permalink

case class Cores(value: Double) extends Resource[Double, Cores] with Product with Serializable

A resource representing a number of cores (including partial cores).

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Cores
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Resource
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Cores(value: Double)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(that: Cores): Cores

    Permalink

    Adds the value of another resource to this resource and returns the new value.

    Adds the value of another resource to this resource and returns the new value.

    Definition Classes
    Resource
  4. def -(that: Cores): Cores

    Permalink

    Subtracts one resource from another.

    Subtracts one resource from another.

    Definition Classes
    Resource
  5. def ->[B](y: B): (Cores, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Cores to ArrowAssoc[Cores] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. def <(that: Cores): Boolean

    Permalink

    Implementation of less than.

    Implementation of less than.

    Definition Classes
    Resource
  7. def <=(that: Cores): Boolean

    Permalink

    Implementation of less than or equal to.

    Implementation of less than or equal to.

    Definition Classes
    Resource
  8. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def >(that: Cores): Boolean

    Permalink

    Implementation of greater than.

    Implementation of greater than.

    Definition Classes
    Resource
  10. def >=(that: Cores): Boolean

    Permalink

    Implementation of greater than or equal to.

    Implementation of greater than or equal to.

    Definition Classes
    Resource
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. def build(value: Double): Cores

    Permalink

    Must be implemented by subclasses to return a new instance with the specified value.

    Must be implemented by subclasses to return a new instance with the specified value.

    Attributes
    protected
    Definition Classes
    CoresResource
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def ensuring(cond: (Cores) ⇒ Boolean, msg: ⇒ Any): Cores

    Permalink
    Implicit information
    This member is added by an implicit conversion from Cores to Ensuring[Cores] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (Cores) ⇒ Boolean): Cores

    Permalink
    Implicit information
    This member is added by an implicit conversion from Cores to Ensuring[Cores] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): Cores

    Permalink
    Implicit information
    This member is added by an implicit conversion from Cores to Ensuring[Cores] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): Cores

    Permalink
    Implicit information
    This member is added by an implicit conversion from Cores to Ensuring[Cores] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(other: Any): Boolean

    Permalink

    Override equals so that we get proper == and != support.

    Override equals so that we get proper == and != support.

    Definition Classes
    Resource → AnyRef → Any
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Cores to StringFormat[Cores] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toInt: Int

    Permalink

    Round the number of cores to the nearest integer value.

  29. final def toString(): String

    Permalink

    Make the toString always return the value as a string.

    Make the toString always return the value as a string.

    Definition Classes
    Resource → AnyRef → Any
  30. val value: Double

    Permalink
    Definition Classes
    CoresResource
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def [B](y: B): (Cores, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Cores to ArrowAssoc[Cores] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Cores to any2stringadd[Cores] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (cores: any2stringadd[Cores]).+(other)
    Definition Classes
    any2stringadd

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Resource[Double, Cores]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Cores to any2stringadd[Cores]

Inherited by implicit conversion StringFormat from Cores to StringFormat[Cores]

Inherited by implicit conversion Ensuring from Cores to Ensuring[Cores]

Inherited by implicit conversion ArrowAssoc from Cores to ArrowAssoc[Cores]

Ungrouped