Packages

trait KafkaUniversalComponentTransformer[T] extends SingleInputGenericNodeTransformation[T] with WithCachedTopicsExistenceValidator

Linear Supertypes
WithCachedTopicsExistenceValidator, TopicsExistenceValidator, Serializable, Serializable, SingleInputGenericNodeTransformation[T], GenericNodeTransformation[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaUniversalComponentTransformer
  2. WithCachedTopicsExistenceValidator
  3. TopicsExistenceValidator
  4. Serializable
  5. Serializable
  6. SingleInputGenericNodeTransformation
  7. GenericNodeTransformation
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type DefinedParameter = DefinedSingleParameter
    Definition Classes
    SingleInputGenericNodeTransformation → GenericNodeTransformation
  2. case class FinalResults extends TransformationStepResult with Product with Serializable
    Definition Classes
    GenericNodeTransformation
  3. type InputContext = ValidationContext
    Definition Classes
    SingleInputGenericNodeTransformation → GenericNodeTransformation
  4. case class NextParameters extends TransformationStepResult with Product with Serializable
    Definition Classes
    GenericNodeTransformation
  5. type NodeTransformationDefinition = PartialFunction[TransformationStep, TransformationStepResult]
    Definition Classes
    GenericNodeTransformation
  6. abstract type State
    Definition Classes
    GenericNodeTransformation
  7. case class TransformationStep extends Product with Serializable
    Definition Classes
    GenericNodeTransformation
  8. sealed trait TransformationStepResult extends AnyRef
    Definition Classes
    GenericNodeTransformation
  9. type WithError[V] = WriterT[Id, List[ProcessCompilationError], V]

Abstract Value Members

  1. abstract def contextTransformation(context: InputContext, dependencies: List[NodeDependencyValue])(implicit nodeId: NodeId): NodeTransformationDefinition
    Definition Classes
    GenericNodeTransformation
  2. abstract def implementation(params: Map[String, Any], dependencies: List[NodeDependencyValue], finalState: Option[State]): T
    Definition Classes
    GenericNodeTransformation
  3. abstract def nodeDependencies: List[NodeDependency]
    Definition Classes
    GenericNodeTransformation
  4. abstract def paramsDeterminedAfterSchema: List[Parameter]
  5. abstract def processObjectDependencies: ProcessObjectDependencies
  6. abstract def schemaRegistryClientFactory: SchemaRegistryClientFactory

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def extractPreparedTopic(params: Map[String, Any]): PreparedKafkaTopic
    Attributes
    protected
  9. def extractVersionOption(params: Map[String, Any]): SchemaVersionOption
    Attributes
    protected
  10. def fallbackFinalResult(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String])(implicit nodeId: NodeId): FinalResults
    Attributes
    protected
    Definition Classes
    GenericNodeTransformation
  11. val fallbackVersionOptionParam: Parameter
    Attributes
    protected
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getTopicParam(implicit nodeId: NodeId): WithError[Parameter]
    Attributes
    protected
  14. def getVersionParam(versions: List[Integer]): Parameter
    Attributes
    protected
  15. def getVersionParam(preparedTopic: PreparedKafkaTopic)(implicit nodeId: NodeId): WithError[Parameter]
    Attributes
    protected
  16. def handleExceptionDuringTransformation(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String], ex: Throwable)(implicit nodeId: NodeId): FinalResults
    Definition Classes
    GenericNodeTransformation
  17. def handleUnmatchedTransformationStep(step: TransformationStep, inputContext: InputContext, outputVariable: Option[String])(implicit nodeId: NodeId): FinalResults
    Definition Classes
    GenericNodeTransformation
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val kafkaConfig: KafkaConfig
    Attributes
    protected
    Definition Classes
    KafkaUniversalComponentTransformer → WithCachedTopicsExistenceValidator
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val nullTopicOption: FixedExpressionValue
  25. def parseVersionOption(versionOptionName: String): SchemaVersionOption
    Attributes
    protected
  26. final def prepareFinalResultWithOptionalVariable(inputContext: InputContext, outputVariable: Option[(String, TypingResult)], state: Option[State])(implicit nodeId: NodeId): FinalResults
    Attributes
    protected
    Definition Classes
    GenericNodeTransformation
  27. def prepareKafkaConfig: KafkaConfig
    Attributes
    protected
  28. def prepareKeySchemaDeterminer(preparedTopic: PreparedKafkaTopic): AvroSchemaDeterminer
    Attributes
    protected
  29. def prepareTopic(topic: String): PreparedKafkaTopic
    Attributes
    protected
  30. def prepareUniversalKeySchemaDeterminer(preparedTopic: PreparedKafkaTopic): ParsedSchemaDeterminer
    Attributes
    protected
  31. def prepareUniversalValueSchemaDeterminer(preparedTopic: PreparedKafkaTopic, version: SchemaVersionOption): ParsedSchemaDeterminer
    Attributes
    protected
  32. def prepareValueSchemaDeterminer(preparedTopic: PreparedKafkaTopic, version: SchemaVersionOption): AvroSchemaDeterminer
    Attributes
    protected
  33. def schemaParamStep(implicit nodeId: NodeId): NodeTransformationDefinition
    Attributes
    protected
  34. lazy val schemaRegistryClient: SchemaRegistryClient
    Attributes
    protected
    Annotations
    @transient()
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. val topicParamName: String
    Attributes
    protected
  38. def topicParamStep(implicit nodeId: NodeId): NodeTransformationDefinition
    Attributes
    protected
  39. def topicSelectionStrategy: TopicSelectionStrategy
    Attributes
    protected
  40. final def validateTopic(topic: String): Validated[TopicExistenceValidationException, String]
    Definition Classes
    TopicsExistenceValidator
  41. final def validateTopics(topics: List[String]): Validated[TopicExistenceValidationException, List[String]]
    Definition Classes
    WithCachedTopicsExistenceValidator → TopicsExistenceValidator
  42. lazy val validator: CachedTopicsExistenceValidator
    Attributes
    protected
    Definition Classes
    WithCachedTopicsExistenceValidator
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. object FinalResults extends Serializable
    Definition Classes
    GenericNodeTransformation

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from WithCachedTopicsExistenceValidator

Inherited from TopicsExistenceValidator

Inherited from Serializable

Inherited from Serializable

Inherited from SingleInputGenericNodeTransformation[T]

Inherited from GenericNodeTransformation[T]

Inherited from AnyRef

Inherited from Any

Ungrouped