Trait/Object

pl.touk.nussknacker.engine.avro

KafkaAvroBaseTransformer

Related Docs: object KafkaAvroBaseTransformer | package avro

Permalink

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

Linear Supertypes
WithCachedTopicsExistenceValidator, TopicsExistenceValidator, Serializable, Serializable, SingleInputGenericNodeTransformation[T], GenericNodeTransformation[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaAvroBaseTransformer
  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

    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. abstract type State

    Permalink
    Definition Classes
    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

Abstract Value Members

  1. abstract def contextTransformation(context: InputContext, dependencies: List[NodeDependencyValue])(implicit nodeId: NodeId): NodeTransformationDefinition

    Permalink
    Definition Classes
    GenericNodeTransformation
  2. abstract def implementation(params: Map[String, Any], dependencies: List[NodeDependencyValue], finalState: Option[State]): T

    Permalink
    Definition Classes
    GenericNodeTransformation
  3. abstract def nodeDependencies: List[NodeDependency]

    Permalink
    Definition Classes
    GenericNodeTransformation
  4. abstract def paramsDeterminedAfterSchema: List[Parameter]

    Permalink
  5. abstract def processObjectDependencies: ProcessObjectDependencies

    Permalink
  6. abstract def schemaRegistryProvider: SchemaRegistryProvider

    Permalink

Concrete 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. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected
  9. def extractVersionOption(params: Map[String, Any]): SchemaVersionOption

    Permalink
    Attributes
    protected
  10. val fallbackVersionOptionParam: Parameter

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

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

    Permalink
    Attributes
    protected
  13. def getVersionParam(versions: List[Integer]): Parameter

    Permalink
    Attributes
    protected
  14. def getVersionParam(preparedTopic: PreparedKafkaTopic)(implicit nodeId: NodeId): WithError[Parameter]

    Permalink
    Attributes
    protected
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def initialParameters: List[Parameter]

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

    Permalink
    Definition Classes
    Any
  18. val kafkaConfig: KafkaConfig

    Permalink
    Attributes
    protected
    Definition Classes
    KafkaAvroBaseTransformer → WithCachedTopicsExistenceValidator
  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. val nullTopicOption: FixedExpressionValue

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

    Permalink
    Attributes
    protected
  24. def prepareKafkaConfig: KafkaConfig

    Permalink
    Attributes
    protected
  25. def prepareKeySchemaDeterminer(preparedTopic: PreparedKafkaTopic): AvroSchemaDeterminer

    Permalink
    Attributes
    protected
  26. def prepareTopic(topic: String): PreparedKafkaTopic

    Permalink
    Attributes
    protected
  27. def prepareValueSchemaDeterminer(preparedTopic: PreparedKafkaTopic, version: SchemaVersionOption): AvroSchemaDeterminer

    Permalink
    Attributes
    protected
  28. def schemaParamStep(implicit nodeId: NodeId): NodeTransformationDefinition

    Permalink
    Attributes
    protected
  29. lazy val schemaRegistryClient: SchemaRegistryClient

    Permalink
    Attributes
    protected
  30. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Attributes
    protected
  33. def topicParamStep(implicit nodeId: NodeId): NodeTransformationDefinition

    Permalink
    Attributes
    protected
  34. def topicSelectionStrategy: TopicSelectionStrategy

    Permalink
    Attributes
    protected
  35. def typedDependency[C](list: List[NodeDependencyValue])(implicit arg0: ClassTag[C]): C

    Permalink
    Attributes
    protected
  36. final def validateTopic(topic: String): Validated[TopicExistenceValidationException, String]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. 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 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