Interface TxnLog.TxnIterator

    • Method Detail

      • getHeader

        TxnHeader getHeader()
        return the transaction header.
        Returns:
        return the transaction header.
      • getTxn

        Record getTxn()
        return the transaction record.
        Returns:
        return the transaction record.
      • getDigest

        TxnDigest getDigest()
        Returns:
        the digest associated with the transaction.
      • getStorageSize

        long getStorageSize()
                     throws IOException
        Get an estimated storage space used to store transaction records that will return by this iterator
        Throws:
        IOException