Class LedgerCache.LedgerIndexMetadata

  • Enclosing interface:
    LedgerCache

    public static class LedgerCache.LedgerIndexMetadata
    extends java.lang.Object
    Represents summary of ledger metadata.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean fenced  
      byte[] masterKey  
      long size  
    • Constructor Summary

      Constructors 
      Constructor Description
      LedgerIndexMetadata​(byte[] masterKey, long size, boolean fenced)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMasterKeyHex()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • masterKey

        public final byte[] masterKey
      • size

        public final long size
      • fenced

        public final boolean fenced
    • Constructor Detail

      • LedgerIndexMetadata

        LedgerIndexMetadata​(byte[] masterKey,
                            long size,
                            boolean fenced)
    • Method Detail

      • getMasterKeyHex

        public java.lang.String getMasterKeyHex()