Packages

object LoggingParallelUInt32AsInt extends UInt32AsInt with Parallel with Logging

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoggingParallelUInt32AsInt
  2. Logging
  3. Parallel
  4. UInt32AsInt
  5. Implementation
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Cache = Array[Array[Int]]
    Definition Classes
    UInt32AsIntImplementation
  2. type Dataset = Array[Array[Int]]
    Definition Classes
    UInt32AsIntImplementation
  3. type Row = Array[Int]
    Definition Classes
    UInt32AsIntImplementation

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
    Definition Classes
    Implementation
  6. def cacheDataset(seed: Array[Byte], dataset: Dataset): Failable[Unit]
    Definition Classes
    Implementation
  7. def calcDataset(cache: Cache, fullSize: Long)(implicit mf: Factory): Dataset
    Definition Classes
    LoggingImplementation
  8. def calcDatasetForBlock(blockNumber: Long)(implicit mf: Factory): Dataset
    Definition Classes
    Implementation
  9. def calcDatasetForEpoch(epochNumber: Long)(implicit mf: Factory): Dataset
    Definition Classes
    Implementation
  10. final def calcDatasetParallel(cache: Cache, fullSize: Long)(mf: Factory): Dataset
    Attributes
    protected[ethash23]
    Definition Classes
    Implementation
  11. def calcDatasetRow(cache: Cache, i: Int): Row
    Attributes
    protected[ethash23]
    Definition Classes
    LoggingImplementation
  12. final def calcDatasetSequential(cache: Cache, fullSize: Long)(mf: Factory): Dataset
    Attributes
    protected[ethash23]
    Definition Classes
    Implementation
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. final def datasetLen(fullSize: Long): Int
    Attributes
    protected[ethash23]
    Definition Classes
    Implementation
  15. def doCalcDataset(cache: Cache, fullSize: Long)(mf: Factory): Dataset
    Definition Classes
    ParallelImplementation
  16. def dumpDatasetBytes(os: OutputStream, dataset: Dataset): Unit
    Definition Classes
    UInt32AsIntImplementation
  17. def epochFromBlock(blockNumber: Long): Long
    Definition Classes
    Implementation
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def extractDatasetRow(dataset: Dataset, i: Int): Row
    Attributes
    protected[ethash23]
    Definition Classes
    UInt32AsIntImplementation
  21. def getCacheSizeForBlock(blockNumber: Long): Long
    Definition Classes
    Implementation
  22. def getCacheSizeForEpoch(epochNumber: Long): Long
    Definition Classes
    Implementation
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def getFullSizeForBlock(blockNumber: Long): Long
    Definition Classes
    Implementation
  25. def getFullSizeForEpoch(epochNumber: Long): Long
    Definition Classes
    Implementation
  26. def hashCache(cache: Cache): Keccak256
    Definition Classes
    UInt32AsInt
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def hashimoto(seedBytes: Array[Byte], fullSize: Long, datasetAccessor: (Int) ⇒ Row): Hashimoto
    Attributes
    protected
    Definition Classes
    UInt32AsIntImplementation
  29. def hashimotoFull(header: Header, dataset: Dataset, nonce: Unsigned64): Hashimoto
    Definition Classes
    Implementation
  30. def hashimotoLight(header: Header, cache: Cache, nonce: Unsigned64): Hashimoto
    Definition Classes
    Implementation
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. val isParallel: Boolean
    Attributes
    protected[ethash23]
    Definition Classes
    Implementation
  33. def loadDagFile(seed: Array[Byte]): Failable[Dataset]
    Definition Classes
    Implementation
  34. def mkCache(cacheSize: Long, seed: Array[Byte]): Cache
    Attributes
    protected
    Definition Classes
    UInt32AsIntImplementation
  35. def mkCacheForBlock(blockNumber: Long): Cache
    Definition Classes
    Implementation
  36. def mkCacheForEpoch(epochNumber: Long): Cache
    Definition Classes
    LoggingImplementation
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. lazy val parModifier: String
    Definition Classes
    Logging
  41. def precomputeCacheDatasetForBlockNumber(blockNumber: Long)(implicit mf: Factory): Failable[Unit]
    Definition Classes
    Implementation
  42. def precomputeCacheDatasetForEpochNumber(epochNumber: Long)(implicit mf: Factory): Failable[Unit]
    Definition Classes
    Implementation
  43. def readDagFile(is: InputStream, mbFileLength: Option[Long]): Dataset
    Definition Classes
    Implementation
  44. def readDatasetBytes(is: InputStream, mbDatasetLen: Option[Long]): Dataset
    Definition Classes
    UInt32AsIntImplementation
  45. def requireValidInt(l: Long): Int
    Attributes
    protected[ethash23]
    Definition Classes
    Implementation
  46. def requireValidLong(bi: BigInt): Long
    Attributes
    protected[ethash23]
    Definition Classes
    Implementation
  47. implicit val rowClassTag: ClassTag[Row]
    Attributes
    protected
    Definition Classes
    UInt32AsIntImplementation
  48. def streamDagFileForBlockNumber(blockNumber: Long, file: Option[File])(implicit mf: Factory): Failable[Unit]
    Definition Classes
    Implementation
  49. def streamDagFileForBlockNumber(blockNumber: Long)(implicit mf: Factory): Failable[Unit]
    Definition Classes
    Implementation
  50. def streamDagFileForEpochNumber(epochNumber: Long, mbSeed: Option[Array[Byte]], mbCache: Option[Cache], mbFile: Option[File])(implicit mf: Factory): Failable[Unit]
    Definition Classes
    Implementation
  51. def streamDagFileForEpochNumber(epochNumber: Long, mbFile: Option[File])(implicit mf: Factory): Failable[Unit]
    Definition Classes
    Implementation
  52. def streamDagFileForEpochNumber(epochNumber: Long)(implicit mf: Factory): Failable[Unit]
    Definition Classes
    Implementation
  53. def streamDatasetAsDagFile(os: OutputStream, cache: Cache, fullSize: Long)(implicit mf: Factory): Unit
    Definition Classes
    Implementation
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def toDataset(array: Array[Row]): Dataset
    Attributes
    protected[ethash23]
    Definition Classes
    UInt32AsIntImplementation
  56. def toString(): String
    Definition Classes
    AnyRef → Any
  57. def truncatedHeaderHash(header: Header): Keccak256
    Definition Classes
    Implementation
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. def writeDagFile(os: OutputStream, dataset: Dataset): Unit
    Definition Classes
    Implementation
  62. def writeRow(in: Row): Array[Byte]
    Attributes
    protected
    Definition Classes
    UInt32AsIntImplementation

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 Logging

Inherited from Parallel

Inherited from UInt32AsInt

Inherited from Implementation

Inherited from AnyRef

Inherited from Any

Ungrouped