object DynamoExecution extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DynamoExecution
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait Dependent[DR <: DynamoRequest, Dec, +Out0[_[_, _]]] extends AnyRef
- implicit final class RetryWithPrefix[DR <: DynamoRequest with WithTableReference[DR], Dec, +A] extends AnyVal
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[DR <: DynamoRequest, Dec](dynamoQuery: DynamoQuery[DR, Dec]): DynamoExecution[DR, Dec, Dec]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- def createTable[F[+_, +_]](table: TableReference, ddl: TableDDL, sleep: Duration = 1.second): DynamoExecution[CreateTable, CreateTableResponse, Unit]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listTables: DynamoExecution[ListTables, List[String], List[String]]
- def listTablesStream: Streamed[ListTables, List[String], String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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]]
- def paged[DR <: DynamoRequest, Dec](limit: Option[Int] = None)(implicit arg0: PageableRequest[DR]): ExecutionStrategy[DR, Dec, List[Dec]]
- def pagedFlatten[DR <: DynamoRequest, Dec, A](limit: Option[Int] = None)(implicit arg0: PageableRequest[DR], arg1: <:<[Dec, List[A]]): ExecutionStrategy[DR, Dec, List[A]]
- def retryWithPrefix[DR <: DynamoRequest with WithTableReference[DR], Dec, A](ddl: TableDDL, sleep: Duration = 1.second)(nested: ExecutionStrategy[DR, Dec, A]): ExecutionStrategy[DR, Dec, A]
- def single[DR <: DynamoRequest, Dec]: ExecutionStrategy[DR, Dec, Dec]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Streamed extends Serializable
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated