final case class Backup(kafkaGroupId: String, timeConfiguration: TimeConfiguration, commitTimeoutBufferWindow: FiniteDuration, compression: Option[Compression]) extends Product with Serializable
- kafkaGroupId
- The group-id that the Kafka consumer will use 
- timeConfiguration
- Determines how the backed up objects/files are segregated depending on a time configuration 
- commitTimeoutBufferWindow
- A buffer that is added ontop of the - timeConfigurationwhen setting the Kafka Consumer commit timeout.
- compression
- Which compression to use for the backed up data 
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Backup
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
-    new Backup(kafkaGroupId: String, timeConfiguration: TimeConfiguration, commitTimeoutBufferWindow: FiniteDuration, compression: Option[Compression])- kafkaGroupId
- The group-id that the Kafka consumer will use 
- timeConfiguration
- Determines how the backed up objects/files are segregated depending on a time configuration 
- commitTimeoutBufferWindow
- A buffer that is added ontop of the - timeConfigurationwhen setting the Kafka Consumer commit timeout.
- compression
- Which compression to use for the backed up data 
 
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
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
 
-  val commitTimeoutBufferWindow: FiniteDuration
-  val compression: Option[Compression]
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-  val kafkaGroupId: String
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
 
-    def productElementNames: Iterator[String]- Definition Classes
- Product
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-  val timeConfiguration: TimeConfiguration
-   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])