Packages

object WriterModel extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WriterModel
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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(name: String, datastoreModel: DatastoreModel, datastoreProduct: DatastoreProduct, options: Map[String, String] = Map.empty): WriterModel
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cdcWriter(name: String, model: CdcModel, options: Map[String, String] = Map.empty): WriterModel
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def consoleWriter(name: String, options: Map[String, String] = Map.empty): WriterModel
  9. def elasticWriter(name: String, indexModel: IndexModel, options: Map[String, String] = Map.empty): WriterModel
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def genericWriter(name: String, genericModel: GenericModel, options: Map[String, String] = Map.empty): WriterModel
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hbaseWriter(name: String, keyValueModel: KeyValueModel, options: Map[String, String] = Map.empty): WriterModel
  16. def httpWriter(name: String, httpModel: HttpModel, options: Map[String, String] = Map.empty): WriterModel
  17. def indexWriter(name: String, indexModel: IndexModel, options: Map[String, String] = Map.empty): WriterModel
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def kafkaMultitopicWriter(name: String, multiTopicModel: MultiTopicModel, options: Map[String, String] = Map.empty): WriterModel
  20. def kafkaWriter(name: String, topicModel: TopicModel, options: Map[String, String] = Map.empty): WriterModel
  21. def keyValueWriter(name: String, keyValueModel: KeyValueModel, options: Map[String, String] = Map.empty): WriterModel
  22. def mongoDbWriter(name: String, documentModel: DocumentModel, options: Map[String, String]): WriterModel
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def rawWriter(name: String, rawModel: RawModel, options: Map[String, String] = Map.empty): WriterModel
  27. def solrWriter(name: String, indexModel: IndexModel, options: Map[String, String] = Map.empty): WriterModel
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. def topicWriter(name: String, topicModel: TopicModel, options: Map[String, String] = Map.empty): WriterModel
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def webMailWriter(name: String, webMailModel: WebMailModel, options: Map[String, String] = Map.empty): WriterModel
  35. def websocketWriter(name: String, websocketModel: WebsocketModel, options: Map[String, String] = Map.empty): WriterModel

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 Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped