Class AbstractPersistentLockedOffHeapHashMap<K,​V>

    • Constructor Detail

      • AbstractPersistentLockedOffHeapHashMap

        public AbstractPersistentLockedOffHeapHashMap​(MappedPageSource tableSource,
                                                      PersistentStorageEngine<? super K,​? super V> storageEngine,
                                                      boolean bootstrap)
      • AbstractPersistentLockedOffHeapHashMap

        public AbstractPersistentLockedOffHeapHashMap​(MappedPageSource tableSource,
                                                      PersistentStorageEngine<? super K,​? super V> storageEngine,
                                                      int tableSize,
                                                      boolean bootstrap)
    • Method Detail

      • flush

        public void flush()
                   throws java.io.IOException
        Specified by:
        flush in interface Persistent
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface Persistent
        Throws:
        java.io.IOException
      • persist

        public void persist​(java.io.ObjectOutput output)
                     throws java.io.IOException
        Specified by:
        persist in interface Persistent
        Throws:
        java.io.IOException
      • bootstrap

        public void bootstrap​(java.io.ObjectInput input)
                       throws java.io.IOException
        Specified by:
        bootstrap in interface Persistent
        Throws:
        java.io.IOException