Packages

object DynamoExecution extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoExecution
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Dependent[DR <: DynamoRequest, Dec, +Out0[_[_, _]]] extends AnyRef
  2. implicit final class RetryWithPrefix[DR <: DynamoRequest with WithTableReference[DR], Dec, +A] extends AnyVal
  3. final case class Streamed[DR <: DynamoRequest, Dec, +A](dynamoQuery: DynamoQuery[DR, Dec], executionStrategy: ExecutionStrategy.Streamed[DR, Dec, A]) extends Dependent[DR, Dec, [α$3$[_$2, +_]]Stream[[β$8$]α$3$[Throwable, β$8$], A]] with Product with Serializable

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 apply[DR <: DynamoRequest, Dec](dynamoQuery: DynamoQuery[DR, Dec]): DynamoExecution[DR, Dec, Dec]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def createTable[F[+_, +_]](table: TableReference, ddl: TableDDL, sleep: Duration = 1.second): DynamoExecution[CreateTable, CreateTableResponse, Unit]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def listTables: DynamoExecution[ListTables, List[String], List[String]]
  14. def listTablesStream: Streamed[ListTables, List[String], String]
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def offset[DR <: DynamoRequest with WithSelect[DR] with WithLimit[DR] with WithProjectionExpression[DR], Dec, A](offsetLimit: OffsetLimit)(implicit paging: PageableRequest[DR], ev2: HasScannedCount[DynamoExecution.offset.DR.Rsp], ev3: <:<[Dec, List[A]]): ExecutionStrategy[DR, Dec, List[A]]
  19. def paged[DR <: DynamoRequest, Dec](limit: Option[Int] = None)(implicit arg0: PageableRequest[DR]): ExecutionStrategy[DR, Dec, List[Dec]]
  20. def pagedFlatten[DR <: DynamoRequest, Dec, A](limit: Option[Int] = None)(implicit arg0: PageableRequest[DR], arg1: <:<[Dec, List[A]]): ExecutionStrategy[DR, Dec, List[A]]
  21. def retryWithPrefix[DR <: DynamoRequest with WithTableReference[DR], Dec, A](ddl: TableDDL, sleep: Duration = 1.second)(nested: ExecutionStrategy[DR, Dec, A]): ExecutionStrategy[DR, Dec, A]
  22. def single[DR <: DynamoRequest, Dec]: ExecutionStrategy[DR, Dec, Dec]
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. object Streamed extends Serializable

Deprecated Value Members

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped