Class MemoryPagesStore


  • @ThreadSafe
    public class MemoryPagesStore
    extends Object
    • Constructor Detail

      • MemoryPagesStore

        @Inject
        public MemoryPagesStore​(MemoryConfig config)
    • Method Detail

      • initialize

        public void initialize​(long tableId)
      • add

        public void add​(Long tableId,
                        Page page)
      • contains

        public boolean contains​(Long tableId)
      • cleanUp

        public void cleanUp​(Set<Long> activeTableIds)