lightdb.lmdb
package lightdb.lmdb
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
class LMDBStore[Doc <: Document[Doc], Model <: DocumentModel[Doc]](name: String, path: Option[Path], model: Model, instance: LMDBInstance, val storeMode: StoreMode[Doc, Model], db: LightDB, storeManager: StoreManager) extends Store[Doc, Model]
Attributes
- Companion
- object
- Supertypes
-
class Store[Doc, Model]trait Disposabletrait Initializableclass Objecttrait Matchableclass AnyShow all
object LMDBStore extends StoreManager
case class LMDBTransaction(instance: LMDBInstance) extends TransactionFeature
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TransactionFeatureclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
class LMDBValueIterator(dbi: Dbi[ByteBuffer], txn: Txn[ByteBuffer]) extends Iterator[ByteBuffer]
Attributes
- Supertypes
-
trait Iterator[ByteBuffer]trait IterableOnceOps[ByteBuffer, Iterator, Iterator[ByteBuffer]]trait IterableOnce[ByteBuffer]class Objecttrait Matchableclass AnyShow all
In this article