Indexes

lightdb.store.StoreMode.Indexes
case class Indexes[Doc <: Document[Doc], Model <: DocumentModel[Doc]](storage: Store[Doc, Model]) extends StoreMode[Doc, Model]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StoreMode[Doc, Model]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def isIndexes: Boolean

Attributes

Definition Classes

Inherited methods

def isAll: Boolean

Attributes

Inherited from:
StoreMode
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product