Class MapDBMapFactory

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class MapDBMapFactory
    extends MapFactory
    implements java.io.Closeable
    A MapFactory backed by MapDB, which stores the map in a temporary file.
    • Constructor Detail

      • MapDBMapFactory

        public MapDBMapFactory()
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException