Package voldemort.store.memory

An in-memory storage engine that serves data out of a non-persistent map.

See:
          Description

Class Summary
CacheStorageConfiguration Identical to the InMemoryStorageConfiguration except that it creates google collections ReferenceMap with Soft references on both keys and values.
InMemoryStorageConfiguration A storage engine that uses a java.util.ConcurrentHashMap to hold the entries
InMemoryStorageEngine<K,V,T> A simple non-persistent, in-memory store.
 

Package voldemort.store.memory Description

An in-memory storage engine that serves data out of a non-persistent map. This can be a soft reference map in order to allow this to act as a cache.



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu