object WriterModel extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WriterModel
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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(name: String, datastoreModel: DatastoreModel, datastoreProduct: DatastoreProduct, options: Map[String, String] = Map.empty): WriterModel
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cdcWriter(name: String, model: CdcModel, options: Map[String, String] = Map.empty): WriterModel
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def consoleWriter(name: String, options: Map[String, String] = Map.empty): WriterModel
- def elasticWriter(name: String, indexModel: IndexModel, options: Map[String, String] = Map.empty): WriterModel
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def genericWriter(name: String, genericModel: GenericModel, options: Map[String, String] = Map.empty): WriterModel
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hbaseWriter(name: String, keyValueModel: KeyValueModel, options: Map[String, String] = Map.empty): WriterModel
- def httpWriter(name: String, httpModel: HttpModel, options: Map[String, String] = Map.empty): WriterModel
- def indexWriter(name: String, indexModel: IndexModel, options: Map[String, String] = Map.empty): WriterModel
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def kafkaMultitopicWriter(name: String, multiTopicModel: MultiTopicModel, options: Map[String, String] = Map.empty): WriterModel
- def kafkaWriter(name: String, topicModel: TopicModel, options: Map[String, String] = Map.empty): WriterModel
- def keyValueWriter(name: String, keyValueModel: KeyValueModel, options: Map[String, String] = Map.empty): WriterModel
- def mongoDbWriter(name: String, documentModel: DocumentModel, options: Map[String, String]): WriterModel
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def rawWriter(name: String, rawModel: RawModel, options: Map[String, String] = Map.empty): WriterModel
- def solrWriter(name: String, indexModel: IndexModel, options: Map[String, String] = Map.empty): WriterModel
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def topicWriter(name: String, topicModel: TopicModel, options: Map[String, String] = Map.empty): WriterModel
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def webMailWriter(name: String, webMailModel: WebMailModel, options: Map[String, String] = Map.empty): WriterModel
- def websocketWriter(name: String, websocketModel: WebsocketModel, options: Map[String, String] = Map.empty): WriterModel