object InputMeta
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InputMeta
- 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
- 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)
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- val headersParameterName: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val keyParameterName: String
- val leaderEpochParameterName: 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()
- val offsetParameterName: String
- val partitionParameterName: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val timestampParameterName: String
- val timestampTypeParameterName: String
- def toString(): String
- Definition Classes
- AnyRef → Any
- val topicParameterName: String
- 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])
- def withType(keyTypingResult: TypingResult): TypingResult
Provides definition of whole metadata object, with given key type definition (keyTypingResult).
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)