HashMapStore

lightdb.store.hashmap.HashMapStore
See theHashMapStore companion class
object HashMapStore extends StoreManager

Attributes

Companion
class
Graph
Supertypes
trait StoreManager
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

override type S[Doc <: Document[Doc], Model <: DocumentModel[Doc]] = HashMapStore[Doc, Model]

Value members

Concrete methods

override def create[Doc <: Document[LazyRef(...)], Model <: DocumentModel[Doc]](db: LightDB, model: Model, name: String, path: Option[Path], storeMode: StoreMode[Doc, Model]): HashMapStore[Doc, Model]

Attributes

Definition Classes

Inherited fields

lazy val name: String

Attributes

Inherited from:
StoreManager