case class ElasticsearchDatasourceOutput(nodes: String, index: String, username: Option[String], password: Option[String], saveMode: SaveMode, options: Map[String, String] = Map.empty) extends DatasourceOutput with Product with Serializable
Represents the output configuration for an Elasticsearch datasource.
- nodes
The Elasticsearch nodes to connect to.
- index
The name of the Elasticsearch index.
- username
(Optional) The username for authentication.
- password
(Optional) The password for authentication.
- options
(Optional) Spark elastic search datasource options
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ElasticsearchDatasourceOutput
- Serializable
- Serializable
- Product
- Equals
- DatasourceOutput
- OutputConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ElasticsearchDatasourceOutput(nodes: String, index: String, username: Option[String], password: Option[String], saveMode: SaveMode, options: Map[String, String] = Map.empty)
- nodes
The Elasticsearch nodes to connect to.
- index
The name of the Elasticsearch index.
- username
(Optional) The username for authentication.
- password
(Optional) The password for authentication.
- options
(Optional) Spark elastic search datasource options
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val index: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodes: String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val options: Map[String, String]
- val password: Option[String]
- val saveMode: SaveMode
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val username: Option[String]
-
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()