Class HashedStringKvStore

java.lang.Object
com.mapr.kvstore.HashedStringKvStore
All Implemented Interfaces:
KvTable<String>

public class HashedStringKvStore extends Object implements KvTable<String>
MapR Filesystem based implementation of Key-Value table interface. Which uses Key as Hash(String)
See Also: