Class PersistentConcurrentOffHeapHashMap<K,​V>

    • Constructor Detail

      • PersistentConcurrentOffHeapHashMap

        public PersistentConcurrentOffHeapHashMap​(java.io.ObjectInput input,
                                                  MappedPageSource tableSource,
                                                  Factory<? extends PersistentStorageEngine<? super K,​? super V>> storageEngineFactory)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • PersistentConcurrentOffHeapHashMap

        public PersistentConcurrentOffHeapHashMap​(java.io.ObjectInput input,
                                                  MappedPageSource tableSource,
                                                  Factory<? extends PersistentStorageEngine<? super K,​? super V>> storageEngineFactory,
                                                  long tableSize,
                                                  int concurrency)
                                           throws java.io.IOException
        Throws:
        java.io.IOException