object BackupClientInterface
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BackupClientInterface
- 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
- def calculateKey(offsetDateTime: OffsetDateTime, timeConfiguration: TimeConfiguration, maybeCompression: Option[Compression]): String
Calculate an object storage key or filename for a ReducedConsumerRecord
Calculate an object storage key or filename for a ReducedConsumerRecord
- offsetDateTime
A given time
- returns
A
String
that can be used either as some object key or a filename
- def calculateNumberOfPeriodsFromTimestamp(initialTime: OffsetDateTime, timeConfiguration: TimeConfiguration, reducedConsumerRecord: ReducedConsumerRecord): Long
- Attributes
- protected
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def formatOffsetDateTime(offsetDateTime: OffsetDateTime): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def isAtBoundary(dividedPeriodsBefore: Long, dividedPeriodsAfter: Long): Boolean
Calculates whether we have rolled over a time period given number of divided periods.
Calculates whether we have rolled over a time period given number of divided periods.
- dividedPeriodsBefore
The number of divided periods in the first element of the slide. -1 is used as a sentinel value to indicate the start of the stream
- dividedPeriodsAfter
The number of divided periods in the second element of the slide
- returns
true
if we have hit a time boundary otherwisefalse
- 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
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def reducedConsumerRecordAsString(reducedConsumerRecord: ReducedConsumerRecord): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])