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
    Attributes
    protected[ethash23]
  11. final def calcDatasetSequential(cache: Cache, fullSize: Long)(mf: Factory): Dataset
    Attributes
    protected[ethash23]
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. final def datasetLen(fullSize: Long): Int
    Attributes
    protected[ethash23]
  14. def doCalcDataset(cache: Cache, fullSize: Long)(mf: Factory): Dataset
    Attributes
    protected[ethash23]
  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 getCacheSizeForBlock(blockNumber: Long): Long
  19. def getCacheSizeForEpoch(epochNumber: Long): Long
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getFullSizeForBlock(blockNumber: Long): Long
  22. def getFullSizeForEpoch(epochNumber: Long): Long
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashimotoFull(header: Header, dataset: Dataset, nonce: Unsigned64): Hashimoto
  25. def hashimotoLight(header: Header, cache: Cache, nonce: Unsigned64): Hashimoto
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val isParallel: Boolean
    Attributes
    protected[ethash23]
  28. def loadDagFile(seed: Array[Byte]): Failable[Dataset]
  29. def mkCacheForBlock(blockNumber: Long): Cache
  30. def mkCacheForEpoch(epochNumber: Long): Cache
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def precomputeCacheDatasetForBlockNumber(blockNumber: Long)(implicit mf: Factory): Failable[Unit]
  35. def precomputeCacheDatasetForEpochNumber(epochNumber: Long)(implicit mf: Factory): Failable[Unit]
  36. def readDagFile(is: InputStream, mbFileLength: Option[Long]): Dataset
  37. def requireValidInt(l: Long): Int
    Attributes
    protected[ethash23]
  38. def requireValidLong(bi: BigInt): Long
    Attributes
    protected[ethash23]
  39. def streamDagFileForBlockNumber(blockNumber: Long, file: Option[File])(implicit mf: Factory): Failable[Unit]
  40. def streamDagFileForBlockNumber(blockNumber: Long)(implicit mf: Factory): Failable[Unit]
  41. def streamDagFileForEpochNumber(epochNumber: Long, mbSeed: Option[Array[Byte]], mbCache: Option[Cache], mbFile: Option[File])(implicit mf: Factory): Failable[Unit]
  42. def streamDagFileForEpochNumber(epochNumber: Long, mbFile: Option[File])(implicit mf: Factory): Failable[Unit]
  43. def streamDagFileForEpochNumber(epochNumber: Long)(implicit mf: Factory): Failable[Unit]
  44. def streamDatasetAsDagFile(os: OutputStream, cache: Cache, fullSize: Long)(implicit mf: Factory): Unit
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. def truncatedHeaderHash(header: Header): Keccak256
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def writeDagFile(os: OutputStream, dataset: Dataset): Unit

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped