Packages

final class DynamoDBProjectionSettings extends AnyRef

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DynamoDBProjectionSettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val backtrackingWindow: Duration
  2. val offsetBatchSize: Int
  3. val offsetSliceReadParallelism: Int
  4. val replayOnRejectedSequenceNumbers: Boolean
  5. val retrySettings: RetrySettings
  6. val timeToLiveSettings: TimeToLiveSettings
  7. val timeWindow: Duration
  8. val timestampOffsetTable: String
  9. def toString(): String
    Definition Classes
    DynamoDBProjectionSettings → AnyRef → Any
    Annotations
    @nowarn()
  10. val useClient: String
  11. val warnAboutFilteredEventsInFlow: Boolean
  12. def withBacktrackingWindow(backtrackingWindow: Duration): DynamoDBProjectionSettings
  13. def withBacktrackingWindow(backtrackingWindow: FiniteDuration): DynamoDBProjectionSettings
  14. def withOffsetBatchSize(offsetBatchSize: Int): DynamoDBProjectionSettings
  15. def withOffsetSliceReadParallelism(offsetSliceReadParallelism: Int): DynamoDBProjectionSettings
  16. def withReplayOnRejectedSequenceNumbers(replayOnRejectedSequenceNumbers: Boolean): DynamoDBProjectionSettings
  17. def withRetrySettings(retrySettings: RetrySettings): DynamoDBProjectionSettings
  18. def withTimeToLiveSettings(timeToLiveSettings: TimeToLiveSettings): DynamoDBProjectionSettings
  19. def withTimeWindow(timeWindow: Duration): DynamoDBProjectionSettings
  20. def withTimeWindow(timeWindow: FiniteDuration): DynamoDBProjectionSettings
  21. def withTimestampOffsetTable(timestampOffsetTable: String): DynamoDBProjectionSettings
  22. def withUseClient(clientConfigPath: String): DynamoDBProjectionSettings
  23. def withWarnAboutFilteredEventsInFlow(warnAboutFilteredEventsInFlow: Boolean): DynamoDBProjectionSettings

Deprecated Value Members

  1. val evictInterval: Duration
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.2) Not used, evict is not periodic

  2. val keepNumberOfEntries: Int
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.2) Not used, evict is only based on time window

  3. def withEvictInterval(evictInterval: Duration): DynamoDBProjectionSettings
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.2) Not used, evict is not periodic

  4. def withEvictInterval(evictInterval: FiniteDuration): DynamoDBProjectionSettings
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.2) Not used, evict is not periodic

  5. def withKeepNumberOfEntries(keepNumberOfEntries: Int): DynamoDBProjectionSettings
    Annotations
    @deprecated
    Deprecated

    (Since version 1.6.2) Not used, evict is only based on time window