Packages

object Manager

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Manager
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Abstract extends Manager
  2. class FailureDuringDAGAcquisition extends EthereumException
  3. abstract class Full extends Abstract
  4. abstract class Light extends Abstract
  5. trait StochasticNextCaching extends Abstract

Value Members

  1. val AcqFailureMessage: String
  2. val AvailableMemory: Long
  3. val DoubleDag: Boolean
  4. val InMemGenFactor: Double
  5. object FullManualCaching extends Full
  6. object FullStochasticCaching extends Full with StochasticNextCaching
  7. object Light extends Light
  8. object StochasticNextCaching