jar

com.github.zuinnote : hadoopcryptoledger-hiveserde

Maven & Gradle

Dec 24, 2021
1 usages
142 stars

HadoopCryptoLedger · HadoopCryptoLedger library to analyse cryptoledgers, such as the Bitcoin blockchain, by using Big Data technologies, such as Hadoop/Hive/Flink/Spark

Table Of Contents

Latest Version

Download com.github.zuinnote : hadoopcryptoledger-hiveserde JAR file - Latest Versions:

All Versions

Download com.github.zuinnote : hadoopcryptoledger-hiveserde JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hadoopcryptoledger-hiveserde-1.3.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.zuinnote.hadoop.bitcoin.hive.datatypes

├─ org.zuinnote.hadoop.bitcoin.hive.datatypes.HiveBitcoinAuxPOW.class - [JAR]

├─ org.zuinnote.hadoop.bitcoin.hive.datatypes.HiveBitcoinBlock.class - [JAR]

├─ org.zuinnote.hadoop.bitcoin.hive.datatypes.HiveBitcoinTransaction.class - [JAR]

├─ org.zuinnote.hadoop.bitcoin.hive.datatypes.HiveBitcoinTransactionOutput.class - [JAR]

org.zuinnote.hadoop.bitcoin.hive.serde

├─ org.zuinnote.hadoop.bitcoin.hive.serde.BitcoinBlockSerde.class - [JAR]

├─ org.zuinnote.hadoop.bitcoin.hive.serde.BitcoinBlockStorageFormatDescriptor.class - [JAR]

org.zuinnote.hadoop.ethereum.hive.datatypes

├─ org.zuinnote.hadoop.ethereum.hive.datatypes.HiveEthereumBlock.class - [JAR]

├─ org.zuinnote.hadoop.ethereum.hive.datatypes.HiveEthereumBlockHeader.class - [JAR]

├─ org.zuinnote.hadoop.ethereum.hive.datatypes.HiveEthereumTransaction.class - [JAR]

org.zuinnote.hadoop.ethereum.hive.serde

├─ org.zuinnote.hadoop.ethereum.hive.serde.EthereumBlockSerde.class - [JAR]

├─ org.zuinnote.hadoop.ethereum.hive.serde.EthereumBlockStorageFormatDescriptor.class - [JAR]

Advertisement