Packages

o

me.archdev.foundationdb.interpreters

DatabaseInterpreter

object DatabaseInterpreter extends QueryAlgebra[DatabaseContext] with GetInterpreter with SelectInterpreter with MutationInterpreter with TransactionInterpreter with UtilsInterpreter

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DatabaseInterpreter
  2. UtilsInterpreter
  3. TransactionInterpreter
  4. MutationInterpreter
  5. SelectInterpreter
  6. GetInterpreter
  7. QueryAlgebra
  8. UtilsAlgebra
  9. TransactionAlgebra
  10. MutationAlgebra
  11. SelectAlgebra
  12. GetAlgebra
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 addReadConflictKey[K](key: K)(implicit arg0: Tupler[K], subspace: Subspace = Subspace()): DatabaseContext[Unit]
  5. def addReadConflictRange[K](range: (K, K))(implicit arg0: Tupler[K], subspace: Subspace = Subspace()): DatabaseContext[Unit]
  6. def addWriteConflictKey[K](key: K)(implicit arg0: Tupler[K], subspace: Subspace = Subspace()): DatabaseContext[Unit]
  7. def addWriteConflictRange[K](range: (K, K))(implicit arg0: Tupler[K], subspace: Subspace = Subspace()): DatabaseContext[Unit]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def cancel(): DatabaseContext[Unit]
  10. def clear[K](key: K)(implicit arg0: Tupler[K], subspace: Subspace): DatabaseContext[Unit]
    Definition Classes
    MutationInterpreterMutationAlgebra
  11. def clearRange[K](range: (K, K))(implicit arg0: Tupler[K], subspace: Subspace): DatabaseContext[Unit]
    Definition Classes
    MutationInterpreterMutationAlgebra
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. def close(): DatabaseContext[Unit]
  14. def commit(): DatabaseContext[Unit]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def findKey[K](selector: KeySelector)(implicit arg0: Tupler[K], s: Subspace): DatabaseContext[Option[K]]
    Definition Classes
    SelectInterpreterSelectAlgebra
  19. def get[K, V](key: K)(implicit arg0: Tupler[K], arg1: Tupler[V], subspace: Subspace): DatabaseContext[Option[V]]
    Definition Classes
    GetInterpreterGetAlgebra
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def getCommittedVersion(): DatabaseContext[Long]
    Definition Classes
    UtilsInterpreterUtilsAlgebra
  22. def getRange[K, V](range: (K, K))(implicit arg0: Tupler[K], arg1: Tupler[V], s: Subspace): DatabaseContext[Seq[KeyValue[K, V]]]
    Definition Classes
    GetInterpreterGetAlgebra
  23. def getRangeStream[K, V](range: (K, K), limit: Int, reverse: Boolean, streamingMode: StreamingMode)(implicit arg0: Tupler[K], arg1: Tupler[V], s: Subspace): DatabaseContext[Iterator[KeyValue[K, V]]]
    Definition Classes
    GetInterpreterGetAlgebra
  24. def getRangeWithLimit[K, V](range: (K, K), limit: Int)(implicit arg0: Tupler[K], arg1: Tupler[V], s: Subspace): DatabaseContext[Seq[KeyValue[K, V]]]
    Definition Classes
    GetInterpreterGetAlgebra
  25. def getRangeWithLimitReversed[K, V](range: (K, K), limit: Int)(implicit arg0: Tupler[K], arg1: Tupler[V], s: Subspace): DatabaseContext[Seq[KeyValue[K, V]]]
    Definition Classes
    GetInterpreterGetAlgebra
  26. def getReadVersion(): DatabaseContext[Long]
    Definition Classes
    UtilsInterpreterUtilsAlgebra
  27. def getVersionstamp(): DatabaseContext[Long]
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def mutate[K, P](mutationType: MutationType, key: K, param: P)(implicit arg0: Tupler[K], arg1: Tupler[P], subspace: Subspace = Subspace()): DatabaseContext[Unit]
    Definition Classes
    MutationInterpreterMutationAlgebra
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def onError(e: Throwable): DatabaseContext[Transaction]
  35. def raw[V](f: (Transaction) ⇒ CompletableFuture[V]): DatabaseContext[V]
    Definition Classes
    UtilsInterpreterUtilsAlgebra
  36. def selectKey[K](selector: KeySelector)(implicit arg0: Tupler[K], s: Subspace): DatabaseContext[Option[SelectedKey[K]]]
    Definition Classes
    SelectInterpreterSelectAlgebra
  37. def selectRange[K, V](range: (KeySelector, KeySelector))(implicit arg0: Tupler[K], arg1: Tupler[V], subspace: Subspace): DatabaseContext[Seq[SubspaceKeyValue[K, V]]]
    Definition Classes
    SelectInterpreterSelectAlgebra
  38. def selectRangeStream[K, V](range: (KeySelector, KeySelector), limit: Int, reverse: Boolean, streamingMode: StreamingMode)(implicit arg0: Tupler[K], arg1: Tupler[V], subspace: Subspace): DatabaseContext[Iterator[SubspaceKeyValue[K, V]]]
    Definition Classes
    SelectInterpreterSelectAlgebra
  39. def selectRangeWithLimit[K, V](range: (KeySelector, KeySelector), limit: Int)(implicit arg0: Tupler[K], arg1: Tupler[V], subspace: Subspace): DatabaseContext[Seq[SubspaceKeyValue[K, V]]]
    Definition Classes
    SelectInterpreterSelectAlgebra
  40. def selectRangeWithLimitReversed[K, V](range: (KeySelector, KeySelector), limit: Int)(implicit arg0: Tupler[K], arg1: Tupler[V], subspace: Subspace): DatabaseContext[Seq[SubspaceKeyValue[K, V]]]
    Definition Classes
    SelectInterpreterSelectAlgebra
  41. def set[K, V](key: K, value: V)(implicit arg0: Tupler[K], arg1: Tupler[V], subspace: Subspace): DatabaseContext[Unit]
    Definition Classes
    MutationInterpreterMutationAlgebra
  42. def setReadVersion(version: Long): DatabaseContext[Unit]
    Definition Classes
    UtilsInterpreterUtilsAlgebra
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  48. def watch[K](key: K)(implicit arg0: Tupler[K], subspace: Subspace = Subspace()): DatabaseContext[Unit]
    Definition Classes
    GetInterpreterGetAlgebra

Inherited from UtilsInterpreter

Inherited from TransactionInterpreter

Inherited from MutationInterpreter

Inherited from SelectInterpreter

Inherited from GetInterpreter

Inherited from QueryAlgebra[DatabaseContext]

Inherited from UtilsAlgebra[DatabaseContext]

Inherited from SelectAlgebra[DatabaseContext]

Inherited from GetAlgebra[DatabaseContext]

Inherited from AnyRef

Inherited from Any

Ungrouped