Packages

final case class PeriodFromFirst(duration: FiniteDuration) extends TimeConfiguration with Product with Serializable

Backs up objects/files depending on the timestamp fo the first received Kafka message. Suspending/resuming the backup client will always create a new object/file

duration

The maximum span of time for each object/file, when this duration is exceeded a new file is created

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PeriodFromFirst
  2. Serializable
  3. Product
  4. Equals
  5. TimeConfiguration
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PeriodFromFirst(duration: FiniteDuration)

    duration

    The maximum span of time for each object/file, when this duration is exceeded a new file is created

Value Members

  1. val duration: FiniteDuration
  2. def productElementNames: Iterator[String]
    Definition Classes
    Product