Packages

class DelayedKafkaFetcher[T] extends KafkaFetcher[T] with LazyLogging

Linear Supertypes
LazyLogging, KafkaFetcher[T], AbstractFetcher[T, TopicPartition], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DelayedKafkaFetcher
  2. LazyLogging
  3. KafkaFetcher
  4. AbstractFetcher
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DelayedKafkaFetcher(sourceContext: SourceContext[T], assignedPartitionsWithInitialOffsets: Map[KafkaTopicPartition, Long], watermarkStrategy: SerializedValue[WatermarkStrategy[T]], processingTimeProvider: ProcessingTimeService, autoWatermarkInterval: Long, userCodeClassLoader: ClassLoader, taskNameWithSubtasks: String, metricGroup: MetricGroup, consumerMetricGroup: MetricGroup, deserializer: KafkaDeserializationSchema[T], kafkaProperties: Properties, pollTimeout: Long, useMetrics: Boolean, delayCalculator: DelayCalculator, extractTimestamp: ExtractTimestampForDelay[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addDiscoveredPartitions(arg0: List[KafkaTopicPartition]): Unit
    Definition Classes
    AbstractFetcher
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.ClassNotFoundException])
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cancel(): Unit
    Definition Classes
    KafkaFetcher → AbstractFetcher
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. final def commitInternalOffsetsToKafka(arg0: Map[KafkaTopicPartition, Long], arg1: KafkaCommitCallback): Unit
    Definition Classes
    AbstractFetcher
    Annotations
    @throws(classOf[java.lang.Exception])
  9. def createKafkaPartitionHandle(arg0: KafkaTopicPartition): TopicPartition
    Definition Classes
    KafkaFetcher → AbstractFetcher
  10. def doCommitInternalOffsetsToKafka(arg0: Map[KafkaTopicPartition, Long], arg1: KafkaCommitCallback): Unit
    Attributes
    protected[internals]
    Definition Classes
    KafkaFetcher → AbstractFetcher
    Annotations
    @throws(classOf[java.lang.Exception])
  11. def emitRecordsWithTimestamps(records: Queue[T], partitionState: KafkaTopicPartitionState[T, TopicPartition], offset: Long, kafkaEventTimestamp: Long): Unit
    Definition Classes
    DelayedKafkaFetcher → AbstractFetcher
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  15. def getFetcherName(): String
    Attributes
    protected[internals]
    Definition Classes
    KafkaFetcher
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  22. def partitionConsumerRecordsHandler(arg0: List[ConsumerRecord[Array[Byte], Array[Byte]]], arg1: KafkaTopicPartitionState[T, TopicPartition]): Unit
    Attributes
    protected[internals]
    Definition Classes
    KafkaFetcher
    Annotations
    @throws(classOf[java.lang.Exception])
  23. def runFetchLoop(): Unit
    Definition Classes
    KafkaFetcher → AbstractFetcher
    Annotations
    @throws(classOf[java.lang.Exception])
  24. def snapshotCurrentState(): HashMap[KafkaTopicPartition, Long]
    Definition Classes
    AbstractFetcher
  25. final def subscribedPartitionStates(): List[KafkaTopicPartitionState[T, TopicPartition]]
    Attributes
    protected[internals]
    Definition Classes
    AbstractFetcher
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from LazyLogging

Inherited from KafkaFetcher[T]

Inherited from AbstractFetcher[T, TopicPartition]

Inherited from AnyRef

Inherited from Any

Ungrouped