Class/Object

pl.touk.nussknacker.engine.kafka.generic

DelayedKafkaFetcher

Related Docs: object DelayedKafkaFetcher | package generic

Permalink

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. All

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, delay: Long, timestampAssigner: Option[TimestampWatermarkHandler[T]])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addDiscoveredPartitions(arg0: List[KafkaTopicPartition]): Unit

    Permalink
    Definition Classes
    AbstractFetcher
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def cancel(): Unit

    Permalink
    Definition Classes
    KafkaFetcher → AbstractFetcher
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def commitInternalOffsetsToKafka(arg0: Map[KafkaTopicPartition, Long], arg1: KafkaCommitCallback): Unit

    Permalink
    Definition Classes
    AbstractFetcher
    Annotations
    @throws( classOf[java.lang.Exception] )
  9. def createKafkaPartitionHandle(arg0: KafkaTopicPartition): TopicPartition

    Permalink
    Definition Classes
    KafkaFetcher → AbstractFetcher
  10. def doCommitInternalOffsetsToKafka(arg0: Map[KafkaTopicPartition, Long], arg1: KafkaCommitCallback): Unit

    Permalink
    Attributes
    protected[org.apache.flink.streaming.connectors.kafka.internal]
    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

    Permalink
    Definition Classes
    DelayedKafkaFetcher → AbstractFetcher
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def getFetcherName(): String

    Permalink
    Attributes
    protected[org.apache.flink.streaming.connectors.kafka.internal]
    Definition Classes
    KafkaFetcher
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def partitionConsumerRecordsHandler(arg0: List[ConsumerRecord[Array[Byte], Array[Byte]]], arg1: KafkaTopicPartitionState[T, TopicPartition]): Unit

    Permalink
    Attributes
    protected[org.apache.flink.streaming.connectors.kafka.internal]
    Definition Classes
    KafkaFetcher
    Annotations
    @throws( classOf[java.lang.Exception] )
  23. def runFetchLoop(): Unit

    Permalink
    Definition Classes
    KafkaFetcher → AbstractFetcher
    Annotations
    @throws( classOf[java.lang.Exception] )
  24. def snapshotCurrentState(): HashMap[KafkaTopicPartition, Long]

    Permalink
    Definition Classes
    AbstractFetcher
  25. final def subscribedPartitionStates(): List[KafkaTopicPartitionState[T, TopicPartition]]

    Permalink
    Attributes
    protected[org.apache.flink.streaming.connectors.kafka.internals]
    Definition Classes
    AbstractFetcher
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from LazyLogging

Inherited from KafkaFetcher[T]

Inherited from AbstractFetcher[T, TopicPartition]

Inherited from AnyRef

Inherited from Any

Ungrouped