Class/Object

dagr.core.execsystem

Memory

Related Docs: object Memory | package execsystem

Permalink

case class Memory(value: Long) extends Resource[Long, Memory] with Product with Serializable

A resource representing the memory.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Memory
  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 Memory(value: Long)

    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: Memory): Memory

    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: Memory): Memory

    Permalink

    Subtracts one resource from another.

    Subtracts one resource from another.

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

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

    Permalink

    Implementation of less than.

    Implementation of less than.

    Definition Classes
    Resource
  7. def <=(that: Memory): 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: Memory): Boolean

    Permalink

    Implementation of greater than.

    Implementation of greater than.

    Definition Classes
    Resource
  10. def >=(that: Memory): 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: Long): Memory

    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
    MemoryResource
  13. def bytes: Long

    Permalink

    Return the number of bytes, as a Long, represented by this object.

  14. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. 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
  21. def finalize(): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Memory to StringFormat[Memory] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  23. def gb: String

    Permalink
  24. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  26. def kb: String

    Permalink
  27. def mb: String

    Permalink
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def prettyString: String

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. 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
  34. val value: Long

    Permalink
    Definition Classes
    MemoryResource
  35. final def wait(): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from Memory to ArrowAssoc[Memory] 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 Memory to any2stringadd[Memory] 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:
    (memory: any2stringadd[Memory]).+(other)
    Definition Classes
    any2stringadd

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Resource[Long, Memory]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped