Packages

c

lightdb.redis

RedisStore

class RedisStore[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. RedisStore
  2. Store
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RedisStore(storeMode: StoreMode, hostname: String = "localhost", port: Int = 6379)

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. def aggregate(query: AggregateQuery[Doc, Model])(implicit transaction: Transaction[Doc]): Iterator[MaterializedAggregate[Doc, Model]]
    Definition Classes
    RedisStore → Store
  5. def aggregateCount(query: AggregateQuery[Doc, Model])(implicit transaction: Transaction[Doc]): Int
    Definition Classes
    RedisStore → Store
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. var collection: Collection[Doc, Model]
    Attributes
    protected
    Definition Classes
    Store
  9. def count(implicit transaction: Transaction[Doc]): Int
    Definition Classes
    RedisStore → Store
  10. final def createTransaction(): Transaction[Doc]
    Definition Classes
    Store
  11. def delete[V](field: UniqueIndex[Doc, V], value: V)(implicit transaction: Transaction[Doc]): Boolean
    Definition Classes
    RedisStore → Store
  12. def dispose(): Unit
    Definition Classes
    RedisStore → Store
  13. def doSearch[V](query: Query[Doc, Model], conversion: Conversion[Doc, V])(implicit transaction: Transaction[Doc]): SearchResults[Doc, V]
    Definition Classes
    RedisStore → Store
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. lazy val fields: List[Field[Doc, _]]
    Attributes
    protected
    Definition Classes
    Store
  17. def fromString(string: String): Doc
    Attributes
    protected
    Definition Classes
    Store
  18. def get[V](field: UniqueIndex[Doc, V], value: V)(implicit transaction: Transaction[Doc]): Option[Doc]
    Definition Classes
    RedisStore → Store
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  21. def id(doc: Doc): Id[Doc]
    Attributes
    protected
    Definition Classes
    Store
  22. lazy val idField: UniqueIndex[Doc, Id[Doc]]
    Attributes
    protected
    Definition Classes
    Store
  23. def init(collection: Collection[Doc, Model]): Unit
    Definition Classes
    RedisStore → Store
  24. def insert(doc: Doc)(implicit transaction: Transaction[Doc]): Unit
    Definition Classes
    RedisStore → Store
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def iterator(implicit transaction: Transaction[Doc]): Iterator[Doc]
    Definition Classes
    RedisStore → Store
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  30. def prepareTransaction(transaction: Transaction[Doc]): Unit
    Definition Classes
    RedisStore → Store
  31. def reIndex(): Boolean
    Definition Classes
    Store
  32. def releaseTransaction(transaction: Transaction[Doc]): Unit
    Definition Classes
    RedisStore → Store
  33. val storeMode: StoreMode
    Definition Classes
    RedisStore → Store
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(doc: Doc): String
    Attributes
    protected
    Definition Classes
    Store
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def truncate()(implicit transaction: Transaction[Doc]): Int
    Definition Classes
    RedisStore → Store
  38. def upsert(doc: Doc)(implicit transaction: Transaction[Doc]): Unit
    Definition Classes
    RedisStore → Store
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. 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