Packages

t

lightdb.store

InMemoryIndexes

trait InMemoryIndexes[Doc <: Document[Doc], Model <: DocumentModel[Doc]] extends Store[Doc, Model]

Linear Supertypes
Store[Doc, Model], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InMemoryIndexes
  2. Store
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def aggregate(query: AggregateQuery[Doc, Model])(implicit transaction: Transaction[Doc]): Iterator[MaterializedAggregate[Doc, Model]]
    Definition Classes
    Store
  2. abstract def aggregateCount(query: AggregateQuery[Doc, Model])(implicit transaction: Transaction[Doc]): Int
    Definition Classes
    Store
  3. abstract def count(implicit transaction: Transaction[Doc]): Int
    Definition Classes
    Store
  4. abstract def dispose(): Unit
    Definition Classes
    Store
  5. abstract def exists(id: Id[Doc])(implicit transaction: Transaction[Doc]): Boolean
    Definition Classes
    Store
  6. abstract def get[V](field: UniqueIndex[Doc, V], value: V)(implicit transaction: Transaction[Doc]): Option[Doc]
    Definition Classes
    Store
  7. abstract def iterator(implicit transaction: Transaction[Doc]): Iterator[Doc]
    Definition Classes
    Store
  8. abstract def prepareTransaction(transaction: Transaction[Doc]): Unit
    Definition Classes
    Store
  9. abstract def storeMode: StoreMode
    Definition Classes
    Store

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. var collection: Collection[Doc, Model]
    Attributes
    protected
    Definition Classes
    Store
  7. final def createTransaction(): Transaction[Doc]
    Definition Classes
    Store
  8. def delete[V](field: UniqueIndex[Doc, V], value: V)(implicit transaction: Transaction[Doc]): Boolean
    Definition Classes
    InMemoryIndexesStore
  9. def doSearch[V](query: Query[Doc, Model], conversion: Conversion[Doc, V])(implicit transaction: Transaction[Doc]): SearchResults[Doc, Model, V]
    Definition Classes
    InMemoryIndexesStore
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. lazy val fields: List[Field[Doc, _]]
    Attributes
    protected
    Definition Classes
    Store
  13. def fromString(string: String): Doc
    Attributes
    protected
    Definition Classes
    Store
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. lazy val hasSpatial: Boolean
    Definition Classes
    Store
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def id(doc: Doc): Id[Doc]
    Attributes
    protected
    Definition Classes
    Store
  18. lazy val idField: UniqueIndex[Doc, Id[Doc]]
    Attributes
    protected
    Definition Classes
    Store
  19. def init(collection: Collection[Doc, Model]): Unit
    Definition Classes
    InMemoryIndexesStore
  20. def insert(doc: Doc)(implicit transaction: Transaction[Doc]): Unit
    Definition Classes
    InMemoryIndexesStore
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. def reIndex(): Boolean
    Definition Classes
    Store
  26. def releaseTransaction(transaction: Transaction[Doc]): Unit
    Definition Classes
    Store
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(doc: Doc): String
    Attributes
    protected
    Definition Classes
    Store
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def truncate()(implicit transaction: Transaction[Doc]): Int
    Definition Classes
    InMemoryIndexesStore
  31. def upsert(doc: Doc)(implicit transaction: Transaction[Doc]): Unit
    Definition Classes
    InMemoryIndexesStore
  32. def verify(): Boolean
    Definition Classes
    Store
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Store[Doc, Model]

Inherited from AnyRef

Inherited from Any

Ungrouped