Class Snapshot<K,​V>


  • final class Snapshot<K,​V>
    extends java.lang.Object
    Snapshot of the map root and committing transactions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.util.BitSet committingTransactions
      The committing transactions (see also TransactionStore.committingTransactions).
      (package private) RootReference<K,​V> root
      The root reference.
    • Constructor Summary

      Constructors 
      Constructor Description
      Snapshot​(RootReference<K,​V> root, java.util.BitSet committingTransactions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • committingTransactions

        final java.util.BitSet committingTransactions
        The committing transactions (see also TransactionStore.committingTransactions).
    • Constructor Detail

      • Snapshot

        Snapshot​(RootReference<K,​V> root,
                 java.util.BitSet committingTransactions)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object