com.opendatagroup.hadrian

memory

package memory

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. memory
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class CellReport(name: String, shared: Boolean, usage: Usage) extends Product with Serializable

  2. case class EngineReport(engine: PFAEngine[_ <: AnyRef, _ <: AnyRef]) extends Product with Serializable

  3. case class EnginesReport(engines: Seq[PFAEngine[_ <: AnyRef, _ <: AnyRef]]) extends Product with Serializable

  4. trait MemoryUnit extends AnyRef

  5. case class PoolReport(name: String, shared: Boolean, usage: Usage, items: Int) extends Product with Serializable

  6. case class Usage(bytes: Long, exact: Boolean = true) extends Product with Serializable

Value Members

  1. object B extends MemoryUnit

  2. object GB extends MemoryUnit

  3. object KB extends MemoryUnit

  4. object MB extends MemoryUnit

  5. object TB extends MemoryUnit

  6. def bestUnit(bytes: Long): MemoryUnit

  7. def compute(avroType: AvroType, instance: Any): Usage

  8. def compute(avroType: AvroType): Option[Usage]

Inherited from AnyRef

Inherited from Any

Ungrouped