Packages

object ReaderModel extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReaderModel
  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): ReaderModel
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def elasticReader(name: String, indexModel: IndexModel, options: Map[String, String] = Map.empty): ReaderModel
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hbaseReader(name: String, keyValueModel: KeyValueModel, options: Map[String, String] = Map.empty): ReaderModel
  13. def indexReader(name: String, indexModel: IndexModel, options: Map[String, String] = Map.empty): ReaderModel
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def jdbcReader(name: String, sqlSourceModel: SqlSourceModel, options: Map[String, String] = Map.empty): ReaderModel
  16. def kafkaReader(name: String, topicModel: TopicModel, options: Map[String, String] = Map.empty): ReaderModel
  17. def kafkaReaderMultitopic(name: String, multiTopicModel: MultiTopicModel, options: Map[String, String] = Map.empty): ReaderModel
  18. def keyValueReader(name: String, keyValueModel: KeyValueModel, options: Map[String, String] = Map.empty): ReaderModel
  19. def mongoDbReader(name: String, documentModel: DocumentModel, options: Map[String, String]): ReaderModel
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def rawReader(name: String, rawModel: RawModel, options: Map[String, String] = Map.empty): ReaderModel
  24. def solrReader(name: String, indexModel: IndexModel, options: Map[String, String] = Map.empty): ReaderModel
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. def topicReader(name: String, topicModel: TopicModel, options: Map[String, String] = Map.empty): ReaderModel
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def websocketReader(name: String, websocketModel: WebsocketModel, options: Map[String, String] = Map.empty): ReaderModel

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