final class DynamoDBProjectionSettings extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- DynamoDBProjectionSettings
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
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
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  val backtrackingWindow: Duration
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @IntrinsicCandidate() @native()
 
 -  val offsetBatchSize: Int
 -  val offsetSliceReadParallelism: Int
 -  val replayOnRejectedSequenceNumbers: Boolean
 -  val retrySettings: RetrySettings
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -  val timeToLiveSettings: TimeToLiveSettings
 -  val timeWindow: Duration
 -  val timestampOffsetTable: String
 -    def toString(): String
- Definition Classes
 - DynamoDBProjectionSettings → AnyRef → Any
 - Annotations
 - @nowarn()
 
 -  val useClient: String
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -  val warnAboutFilteredEventsInFlow: Boolean
 -  def withBacktrackingWindow(backtrackingWindow: Duration): DynamoDBProjectionSettings
 -  def withBacktrackingWindow(backtrackingWindow: FiniteDuration): DynamoDBProjectionSettings
 -  def withOffsetBatchSize(offsetBatchSize: Int): DynamoDBProjectionSettings
 -  def withOffsetSliceReadParallelism(offsetSliceReadParallelism: Int): DynamoDBProjectionSettings
 -  def withReplayOnRejectedSequenceNumbers(replayOnRejectedSequenceNumbers: Boolean): DynamoDBProjectionSettings
 -  def withRetrySettings(retrySettings: RetrySettings): DynamoDBProjectionSettings
 -  def withTimeToLiveSettings(timeToLiveSettings: TimeToLiveSettings): DynamoDBProjectionSettings
 -  def withTimeWindow(timeWindow: Duration): DynamoDBProjectionSettings
 -  def withTimeWindow(timeWindow: FiniteDuration): DynamoDBProjectionSettings
 -  def withTimestampOffsetTable(timestampOffsetTable: String): DynamoDBProjectionSettings
 -  def withUseClient(clientConfigPath: String): DynamoDBProjectionSettings
 -  def withWarnAboutFilteredEventsInFlow(warnAboutFilteredEventsInFlow: Boolean): DynamoDBProjectionSettings
 
Deprecated Value Members
-    val evictInterval: Duration
- Annotations
 - @deprecated
 - Deprecated
 (Since version 1.6.2) Not used, evict is not periodic
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)
 -    val keepNumberOfEntries: Int
- Annotations
 - @deprecated
 - Deprecated
 (Since version 1.6.2) Not used, evict is only based on time window
 -    def withEvictInterval(evictInterval: Duration): DynamoDBProjectionSettings
- Annotations
 - @deprecated
 - Deprecated
 (Since version 1.6.2) Not used, evict is not periodic
 -    def withEvictInterval(evictInterval: FiniteDuration): DynamoDBProjectionSettings
- Annotations
 - @deprecated
 - Deprecated
 (Since version 1.6.2) Not used, evict is not periodic
 -    def withKeepNumberOfEntries(keepNumberOfEntries: Int): DynamoDBProjectionSettings
- Annotations
 - @deprecated
 - Deprecated
 (Since version 1.6.2) Not used, evict is only based on time window