Packages

object InputMeta

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InputMeta
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 apply(key: Any, topic: String, partition: Integer, offset: Long, timestamp: Long, timestampType: TimestampType, headers: Map[String, String], leaderEpoch: Integer): Map[String, Any]

    InputMeta represents kafka event metadata.

    InputMeta represents kafka event metadata. It is based on org.apache.kafka.clients.consumer.ConsumerRecord. Ignored fields: checksum, serializedKeySize, serializedValueSize.

    key

    - event key

    topic

    - kafka topic

    partition

    - kafka partition

    offset

    - event offset

    timestamp

    - event timestamp

    timestampType

    - see org.apache.kafka.common.record.TimestampType

    headers

    - event headers converted to map

    leaderEpoch

    - number of leaders previously assigned by the controller (> 0 indicates leader failure)

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  11. val headersParameterName: String
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. val keyParameterName: String
  14. val leaderEpochParameterName: String
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  18. val offsetParameterName: String
  19. val partitionParameterName: String
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. val timestampParameterName: String
  22. val timestampTypeParameterName: String
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. val topicParameterName: String
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. def withType(keyTypingResult: TypingResult): TypingResult

    Provides definition of whole metadata object, with given key type definition (keyTypingResult).

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 AnyRef

Inherited from Any

Ungrouped