Packages

case class Usage[T](inUse: T, limit: T, reserved: T, allocated: Option[T] = None) extends Product with Serializable

Source
Usage.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Usage
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Usage(inUse: T, limit: T, reserved: T, allocated: Option[T] = None)

Value Members

  1. val allocated: Option[T]
  2. val inUse: T
  3. val limit: T
  4. def productElementNames: Iterator[String]
    Definition Classes
    Product
  5. val reserved: T