Class PersistentConcurrentOffHeapClockCache<K,​V>

    • Constructor Detail

      • PersistentConcurrentOffHeapClockCache

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

        public PersistentConcurrentOffHeapClockCache​(MappedPageSource tableSource,
                                                     Factory<? extends PersistentStorageEngine<? super K,​? super V>> storageEngineFactory,
                                                     long tableSize,
                                                     int concurrency)
      • PersistentConcurrentOffHeapClockCache

        public PersistentConcurrentOffHeapClockCache​(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