Class MapDBStore


public class MapDBStore extends MapBasedDataStore
  • Field Details

    • db

      private org.mapdb.DB db
    • timerId

      private long timerId
    • vertx

      private io.vertx.core.Vertx vertx
    • logger

      protected static org.slf4j.Logger logger
  • Constructor Details

    • MapDBStore

      public MapDBStore(io.vertx.core.Vertx vertx)
  • Method Details