t

meteor.api

GetOps

trait GetOps extends PartitionKeyGetOps with CompositeKeysGetOps

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GetOps
  2. CompositeKeysGetOps
  3. PartitionKeyGetOps
  4. SharedGetOps
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def getOp[F[_], P, S, U](table: CompositeKeysTable[P, S], partitionKey: P, sortKey: S, consistentRead: Boolean)(jClient: DynamoDbAsyncClient)(implicit arg0: Concurrent[F], arg1: Encoder[P], arg2: Encoder[S], arg3: Decoder[U]): F[Option[U]]
    Definition Classes
    CompositeKeysGetOps
  10. def getOp[F[_], P, U](table: PartitionKeyTable[P], partitionKey: P, consistentRead: Boolean)(jClient: DynamoDbAsyncClient)(implicit arg0: Concurrent[F], arg1: Encoder[P], arg2: Decoder[U]): F[Option[U]]
    Definition Classes
    PartitionKeyGetOps
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def mkQueryRequestBuilder[F[_], P](index: Index[P], keyExpression: Expression, filterExpression: Expression, consistentRead: Boolean, limit: Int)(implicit arg0: Concurrent[F]): Stream[F, Builder]
    Definition Classes
    SharedGetOps
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def retrieveOp[F[_], P, S, U](index: CompositeKeysIndex[P, S], query: Query[P, S], consistentRead: Boolean, limit: Int)(jClient: DynamoDbAsyncClient)(implicit arg0: Concurrent[F], arg1: RaiseThrowable[F], arg2: Encoder[P], arg3: Encoder[S], arg4: Decoder[U]): Stream[F, U]
    Definition Classes
    CompositeKeysGetOps
  18. def retrieveOp[F[_], P, T](index: CompositeKeysIndex[P, _], partitionKey: P, consistentRead: Boolean, limit: Int)(jClient: DynamoDbAsyncClient)(implicit arg0: Concurrent[F], arg1: RaiseThrowable[F], arg2: Encoder[P], arg3: Decoder[T]): Stream[F, T]
    Definition Classes
    CompositeKeysGetOps
  19. def retrieveOp[F[_], P, T](index: PartitionKeyIndex[P], query: Query[P, Nothing], consistentRead: Boolean)(jClient: DynamoDbAsyncClient)(implicit arg0: Concurrent[F], arg1: RaiseThrowable[F], arg2: Encoder[P], arg3: Decoder[T]): F[Option[T]]
    Definition Classes
    PartitionKeyGetOps
  20. def sendGetRequest[F[_], U](tableName: String, key: Map[String, AttributeValue], consistentRead: Boolean)(jClient: DynamoDbAsyncClient)(implicit arg0: Concurrent[F], arg1: Decoder[U]): F[Option[U]]
    Definition Classes
    SharedGetOps
  21. def sendQueryRequest[F[_], U](builder: Builder)(jClient: DynamoDbAsyncClient)(implicit arg0: Concurrent[F], arg1: RaiseThrowable[F], arg2: Decoder[U]): Stream[F, U]
    Definition Classes
    SharedGetOps
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  26. 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

Inherited from CompositeKeysGetOps

Inherited from PartitionKeyGetOps

Inherited from SharedGetOps

Inherited from AnyRef

Inherited from Any

Ungrouped