com.mchange.sc.v1.consuela.ethereum.pow.ethash23

Implementation

trait Implementation extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Implementation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def blocksRemainingInEpoch(blockNumber: Long): Long

  8. def cacheDataset(seed: Array[Byte], dataset: Dataset): Failable[Unit]

  9. def calcDataset(cache: Cache, fullSize: Long)(implicit mf: Factory): Dataset

  10. def calcDatasetForBlock(blockNumber: Long)(implicit mf: Factory): Dataset

  11. def calcDatasetForEpoch(epochNumber: Long)(implicit mf: Factory): Dataset

  12. final def calcDatasetParallel(cache: Cache, fullSize: Long)(mf: Factory): Dataset

  13. final def calcDatasetSequential(cache: Cache, fullSize: Long)(mf: Factory): Dataset

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  15. final def datasetLen(fullSize: Long): Int

  16. def doCalcDataset(cache: Cache, fullSize: Long)(mf: Factory): Dataset

  17. def epochFromBlock(blockNumber: Long): Long

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def getCacheSizeForBlock(blockNumber: Long): Long

  21. def getCacheSizeForEpoch(epochNumber: Long): Long

  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def getFullSizeForBlock(blockNumber: Long): Long

  24. def getFullSizeForEpoch(epochNumber: Long): Long

  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def hashimotoFull(header: Header, dataset: Dataset, nonce: Unsigned64): Hashimoto

  27. def hashimotoLight(header: Header, cache: Cache, nonce: Unsigned64): Hashimoto

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. val isParallel: Boolean

  30. def loadDagFile(seed: Array[Byte]): Failable[Dataset]

  31. def mkCacheForBlock(blockNumber: Long): Cache

  32. def mkCacheForEpoch(epochNumber: Long): Cache

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. def precomputeCacheDatasetForBlockNumber(blockNumber: Long)(implicit mf: Factory): Failable[Unit]

  37. def precomputeCacheDatasetForEpochNumber(epochNumber: Long)(implicit mf: Factory): Failable[Unit]

  38. def readDagFile(is: InputStream, mbFileLength: Option[Long]): Dataset

  39. def requireValidInt(l: Long): Int

  40. def requireValidLong(bi: BigInt): Long

  41. def streamDagFileForBlockNumber(blockNumber: Long, file: Option[File])(implicit mf: Factory): Failable[Unit]

  42. def streamDagFileForBlockNumber(blockNumber: Long)(implicit mf: Factory): Failable[Unit]

  43. def streamDagFileForEpochNumber(epochNumber: Long, mbSeed: Option[Array[Byte]], mbCache: Option[Cache], mbFile: Option[File])(implicit mf: Factory): Failable[Unit]

  44. def streamDagFileForEpochNumber(epochNumber: Long, mbFile: Option[File])(implicit mf: Factory): Failable[Unit]

  45. def streamDagFileForEpochNumber(epochNumber: Long)(implicit mf: Factory): Failable[Unit]

  46. def streamDatasetAsDagFile(os: OutputStream, cache: Cache, fullSize: Long)(implicit mf: Factory): Unit

  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  48. def toString(): String

    Definition Classes
    AnyRef → Any
  49. def truncatedHeaderHash(header: Header): Keccak256

  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
    @throws( ... )
  52. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def writeDagFile(os: OutputStream, dataset: Dataset): Unit

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped