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

SequentialUInt32AsInt

object SequentialUInt32AsInt extends UInt32AsInt

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SequentialUInt32AsInt
  2. UInt32AsInt
  3. Implementation
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
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: 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

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

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

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

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

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

  13. def calcDatasetRow(cache: Cache, i: Int): Row

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

  15. def clone(): AnyRef

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

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

  18. def dumpDatasetBytes(os: OutputStream, dataset: Dataset): Unit

    Definition Classes
    UInt32AsIntImplementation
  19. def epochFromBlock(blockNumber: Long): Long

    Definition Classes
    Implementation
  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. def extractDatasetRow(dataset: Dataset, i: Int): Row

  23. def getCacheSizeForBlock(blockNumber: Long): Long

    Definition Classes
    Implementation
  24. def getCacheSizeForEpoch(epochNumber: Long): Long

    Definition Classes
    Implementation
  25. final def getClass(): Class[_]

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

    Definition Classes
    Implementation
  27. def getFullSizeForEpoch(epochNumber: Long): Long

    Definition Classes
    Implementation
  28. def hashCache(cache: Cache): Keccak256

    Definition Classes
    UInt32AsInt
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  30. def hashimoto(seedBytes: Array[Byte], fullSize: Long, datasetAccessor: (Int) ⇒ Row): Hashimoto

    Attributes
    protected
    Definition Classes
    UInt32AsIntImplementation
  31. def hashimotoFull(header: Header, dataset: Dataset, nonce: Unsigned64): Hashimoto

    Definition Classes
    Implementation
  32. def hashimotoLight(header: Header, cache: Cache, nonce: Unsigned64): Hashimoto

    Definition Classes
    Implementation
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. val isParallel: Boolean

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

    Definition Classes
    Implementation
  36. def mkCache(cacheSize: Long, seed: Array[Byte]): Cache

    Attributes
    protected
    Definition Classes
    UInt32AsIntImplementation
  37. def mkCacheForBlock(blockNumber: Long): Cache

    Definition Classes
    Implementation
  38. def mkCacheForEpoch(epochNumber: Long): Cache

    Definition Classes
    Implementation
  39. final def ne(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    Implementation
  43. def precomputeCacheDatasetForEpochNumber(epochNumber: Long)(implicit mf: Factory): Failable[Unit]

    Definition Classes
    Implementation
  44. def readDagFile(is: InputStream, mbFileLength: Option[Long]): Dataset

    Definition Classes
    Implementation
  45. def readDatasetBytes(is: InputStream, mbDatasetLen: Option[Long]): Dataset

    Definition Classes
    UInt32AsIntImplementation
  46. def requireValidInt(l: Long): Int

  47. def requireValidLong(bi: BigInt): Long

  48. implicit val rowClassTag: ClassTag[Row]

    Attributes
    protected
    Definition Classes
    UInt32AsIntImplementation
  49. def streamDagFileForBlockNumber(blockNumber: Long, file: Option[File])(implicit mf: Factory): Failable[Unit]

    Definition Classes
    Implementation
  50. def streamDagFileForBlockNumber(blockNumber: Long)(implicit mf: Factory): Failable[Unit]

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

    Definition Classes
    Implementation
  52. def streamDagFileForEpochNumber(epochNumber: Long, mbFile: Option[File])(implicit mf: Factory): Failable[Unit]

    Definition Classes
    Implementation
  53. def streamDagFileForEpochNumber(epochNumber: Long)(implicit mf: Factory): Failable[Unit]

    Definition Classes
    Implementation
  54. def streamDatasetAsDagFile(os: OutputStream, cache: Cache, fullSize: Long)(implicit mf: Factory): Unit

    Definition Classes
    Implementation
  55. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  56. def toDataset(array: Array[Row]): Dataset

  57. def toString(): String

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

    Definition Classes
    Implementation
  59. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(): Unit

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

    Definition Classes
    Implementation
  63. 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
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from UInt32AsInt

Inherited from Implementation

Inherited from AnyRef

Inherited from Any

Ungrouped