LMDBStore

lightdb.lmdb.LMDBStore
See theLMDBStore companion class
object LMDBStore extends StoreManager

Attributes

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

Members list

Type members

Types

override type S[Doc <: Document[Doc], Model <: DocumentModel[Doc]] = LMDBStore[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]): LMDBStore[Doc, Model]

Attributes

Definition Classes
StoreManager
def instance(db: LightDB, path: Path): LMDBInstance

Concrete fields

var MapSize: Long

Map Size. Defaults to 100gig

Map Size. Defaults to 100gig

Attributes

var MaxDbs: Int

Maximum number of collections. Defaults to 1,000

Maximum number of collections. Defaults to 1,000

Attributes

var MaxReaders: Int

Max Readers. Defaults to 128

Max Readers. Defaults to 128

Attributes

Inherited fields

lazy val name: String

Attributes

Inherited from:
StoreManager