Package com.linkedin.davinci.store.memory
package com.linkedin.davinci.store.memory
-
ClassDescriptionA simple non-persistent, in-memory store.An in-memory hashmap implementation of a storage partition Assumptions: 1.No need to worry about synchronizing write/deletes as the model is based on a single writer.