Packages

trait Implementation extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Implementation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Cache
  2. abstract type Dataset
  3. abstract type Row

Abstract Value Members

  1. abstract def calcDatasetRow(cache: Cache, i: Int): Row
    Attributes
    protected
  2. abstract def dumpDatasetBytes(os: OutputStream, dataset: Dataset): Unit
    Attributes
    protected
  3. abstract def extractDatasetRow(dataset: Dataset, i: Int): Row
    Attributes
    protected
  4. abstract def hashimoto(seedBytes: Array[Byte], fullSize: Long, datasetAccessor: (Int) ⇒ Row): Hashimoto
    Attributes
    protected
  5. abstract def mkCache(cacheSize: Long, seed: Array[Byte]): Cache
    Attributes
    protected
  6. abstract def readDatasetBytes(is: InputStream, mbInitSize: Option[Long]): Dataset
    Attributes
    protected
  7. implicit abstract val rowClassTag: ClassTag[Row]
    Attributes
    protected
  8. abstract def toDataset(array: Array[Row]): Dataset
    Attributes
    protected
  9. abstract def writeRow(row: Row): Array[Byte]
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def blocksRemainingInEpoch(blockNumber: Long): Long
  6. def cacheDataset(seed: Array[Byte], dataset: Dataset): Failable[Unit]
  7. def calcDataset(cache: Cache, fullSize: Long)(implicit mf: Factory): Dataset
  8. def calcDatasetForBlock(blockNumber: Long)(implicit mf: Factory): Dataset
  9. def calcDatasetForEpoch(epochNumber: Long)(implicit mf: Factory): Dataset
  10. final def calcDatasetParallel(cache: Cache, fullSize: Long)(mf: Factory): Dataset
  11. final def calcDatasetSequential(cache: Cache, fullSize: Long)(mf: Factory): Dataset
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. final def datasetLen(fullSize: Long): Int
  14. def doCalcDataset(cache: Cache, fullSize: Long)(mf: Factory): Dataset
  15. def epochFromBlock(blockNumber: Long): Long
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def getCacheSizeForBlock(blockNumber: Long): Long
  20. def getCacheSizeForEpoch(epochNumber: Long): Long
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getFullSizeForBlock(blockNumber: Long): Long
  23. def getFullSizeForEpoch(epochNumber: Long): Long
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashimotoFull(header: Header, dataset: Dataset, nonce: Unsigned64): Hashimoto
  26. def hashimotoLight(header: Header, cache: Cache, nonce: Unsigned64): Hashimoto
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. val isParallel: Boolean
  29. def loadDagFile(seed: Array[Byte]): Failable[Dataset]
  30. def mkCacheForBlock(blockNumber: Long): Cache
  31. def mkCacheForEpoch(epochNumber: Long): Cache
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def precomputeCacheDatasetForBlockNumber(blockNumber: Long)(implicit mf: Factory): Failable[Unit]
  36. def precomputeCacheDatasetForEpochNumber(epochNumber: Long)(implicit mf: Factory): Failable[Unit]
  37. def readDagFile(is: InputStream, mbFileLength: Option[Long]): Dataset
  38. def requireValidInt(l: Long): Int
  39. def requireValidLong(bi: BigInt): Long
  40. def streamDagFileForBlockNumber(blockNumber: Long, file: Option[File])(implicit mf: Factory): Failable[Unit]
  41. def streamDagFileForBlockNumber(blockNumber: Long)(implicit mf: Factory): Failable[Unit]
  42. def streamDagFileForEpochNumber(epochNumber: Long, mbSeed: Option[Array[Byte]], mbCache: Option[Cache], mbFile: Option[File])(implicit mf: Factory): Failable[Unit]
  43. def streamDagFileForEpochNumber(epochNumber: Long, mbFile: Option[File])(implicit mf: Factory): Failable[Unit]
  44. def streamDagFileForEpochNumber(epochNumber: Long)(implicit mf: Factory): Failable[Unit]
  45. def streamDatasetAsDagFile(os: OutputStream, cache: Cache, fullSize: Long)(implicit mf: Factory): Unit
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. def truncatedHeaderHash(header: Header): Keccak256
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  52. def writeDagFile(os: OutputStream, dataset: Dataset): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped