Package com.linkedin.davinci.store.memory
-
Class Summary Class Description InMemoryStorageEngine A simple non-persistent, in-memory store.InMemoryStorageEngineFactory InMemoryStoragePartition 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.