Class/Object

pl.touk.nussknacker.engine.avro.sink

KafkaAvroSinkFactoryWithEditor

Related Docs: object KafkaAvroSinkFactoryWithEditor | package sink

Permalink

class KafkaAvroSinkFactoryWithEditor extends SinkFactory with KafkaAvroBaseTransformer[FlinkSink]

Linear Supertypes
KafkaAvroBaseTransformer[FlinkSink], WithCachedTopicsExistenceValidator, TopicsExistenceValidator, SingleInputGenericNodeTransformation[FlinkSink], GenericNodeTransformation[FlinkSink], SinkFactory, Component, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaAvroSinkFactoryWithEditor
  2. KafkaAvroBaseTransformer
  3. WithCachedTopicsExistenceValidator
  4. TopicsExistenceValidator
  5. SingleInputGenericNodeTransformation
  6. GenericNodeTransformation
  7. SinkFactory
  8. Component
  9. Serializable
  10. Serializable
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KafkaAvroSinkFactoryWithEditor(schemaRegistryProvider: SchemaRegistryProvider, processObjectDependencies: ProcessObjectDependencies)

    Permalink

Type Members

  1. type DefinedParameter = DefinedSingleParameter

    Permalink
    Definition Classes
    SingleInputGenericNodeTransformation → GenericNodeTransformation
  2. case class FinalResults extends TransformationStepResult with Product with Serializable

    Permalink
    Definition Classes
    GenericNodeTransformation
  3. type InputContext = ValidationContext

    Permalink
    Definition Classes
    SingleInputGenericNodeTransformation → GenericNodeTransformation
  4. case class NextParameters extends TransformationStepResult with Product with Serializable

    Permalink
    Definition Classes
    GenericNodeTransformation
  5. type NodeTransformationDefinition = PartialFunction[TransformationStep, TransformationStepResult]

    Permalink
    Definition Classes
    GenericNodeTransformation
  6. type State = TransformationState

    Permalink
    Definition Classes
    KafkaAvroSinkFactoryWithEditor → GenericNodeTransformation
  7. case class TransformationStep extends Product with Serializable

    Permalink
    Definition Classes
    GenericNodeTransformation
  8. sealed trait TransformationStepResult extends AnyRef

    Permalink
    Definition Classes
    GenericNodeTransformation
  9. type WithError[V] = WriterT[Id, List[ProcessCompilationError], V]

    Permalink
    Definition Classes
    KafkaAvroBaseTransformer

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. def contextTransformation(context: ValidationContext, dependencies: List[NodeDependencyValue])(implicit nodeId: NodeId): NodeTransformationDefinition

    Permalink
    Definition Classes
    KafkaAvroSinkFactoryWithEditor → GenericNodeTransformation
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def extractPreparedTopic(params: Map[String, Any]): PreparedKafkaTopic

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  10. def extractVersionOption(params: Map[String, Any]): SchemaVersionOption

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  11. val fallbackVersionOptionParam: Parameter

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  12. def finalParamStep(context: ValidationContext)(implicit nodeId: NodeId): NodeTransformationDefinition

    Permalink
    Attributes
    protected
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def getTopicParam(implicit nodeId: NodeId): WithError[Parameter]

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  15. def getVersionParam(versions: List[Integer]): Parameter

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  16. def getVersionParam(preparedTopic: PreparedKafkaTopic)(implicit nodeId: NodeId): WithError[Parameter]

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def implementation(params: Map[String, Any], dependencies: List[NodeDependencyValue], finalState: Option[State]): FlinkSink

    Permalink
    Definition Classes
    KafkaAvroSinkFactoryWithEditor → GenericNodeTransformation
  19. def initialParameters: List[Parameter]

    Permalink
    Definition Classes
    KafkaAvroBaseTransformer → GenericNodeTransformation
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val kafkaConfig: KafkaConfig

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer → WithCachedTopicsExistenceValidator
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def nodeDependencies: List[NodeDependency]

    Permalink
    Definition Classes
    KafkaAvroSinkFactoryWithEditor → GenericNodeTransformation
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. val nullTopicOption: FixedExpressionValue

    Permalink
    Definition Classes
    KafkaAvroBaseTransformer
  27. def paramsDeterminedAfterSchema: List[Parameter]

    Permalink
  28. def parseVersionOption(versionOptionName: String): SchemaVersionOption

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  29. def prepareKafkaConfig: KafkaConfig

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  30. def prepareKeySchemaDeterminer(preparedTopic: PreparedKafkaTopic): AvroSchemaDeterminer

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  31. def prepareTopic(topic: String): PreparedKafkaTopic

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  32. def prepareValueSchemaDeterminer(preparedTopic: PreparedKafkaTopic, version: SchemaVersionOption): AvroSchemaDeterminer

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  33. val processObjectDependencies: ProcessObjectDependencies

    Permalink
  34. def requiresOutput: Boolean

    Permalink
    Definition Classes
    KafkaAvroSinkFactoryWithEditor → SinkFactory
  35. def schemaParamStep(implicit nodeId: NodeId): NodeTransformationDefinition

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  36. lazy val schemaRegistryClient: SchemaRegistryClient

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  37. val schemaRegistryProvider: SchemaRegistryProvider

    Permalink
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. val topicParamName: String

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  41. def topicParamStep(implicit nodeId: NodeId): NodeTransformationDefinition

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  42. def topicSelectionStrategy: TopicSelectionStrategy

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  43. def typedDependency[C](list: List[NodeDependencyValue])(implicit arg0: ClassTag[C]): C

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer
  44. final def validateTopic(topic: String): Validated[TopicExistenceValidationException, String]

    Permalink
    Definition Classes
    TopicsExistenceValidator
  45. final def validateTopics(topics: List[String]): Validated[TopicExistenceValidationException, List[String]]

    Permalink
    Definition Classes
    WithCachedTopicsExistenceValidator → TopicsExistenceValidator
  46. lazy val validator: CachedTopicsExistenceValidator

    Permalink
    Attributes
    protected
    Definition Classes
    WithCachedTopicsExistenceValidator
  47. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. 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 KafkaAvroBaseTransformer[FlinkSink]

Inherited from WithCachedTopicsExistenceValidator

Inherited from TopicsExistenceValidator

Inherited from SingleInputGenericNodeTransformation[FlinkSink]

Inherited from GenericNodeTransformation[FlinkSink]

Inherited from SinkFactory

Inherited from Component

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped