class StructuredStreamingConnectorConf extends ConnectorConf
Configuration parameters: Spark documentation
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StructuredStreamingConnectorConf
- ConnectorConf
- Conf
- Configurable
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new StructuredStreamingConnectorConf()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+=(conf: Conf): StructuredStreamingConnectorConf.this.type
- Definition Classes
- Conf
-
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
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
get(key: String, defaultValue: String): String
Get a configuration under the string format
-
def
get(key: String): Option[String]
Get a configuration under the string format
Get a configuration under the string format
- key
Key of the configuration
- Definition Classes
- Conf → Configurable
-
def
getAs[T](key: String, defaultValue: T)(implicit arg0: Serializer[T]): T
Get a configuration and convert to the given type, return a default value if it's not set
Get a configuration and convert to the given type, return a default value if it's not set
- T
define the type of output
- key
Key of the configuration
- Definition Classes
- Conf
-
def
getAs[T](key: String)(implicit converter: Serializer[T]): Option[T]
Get a configuration and convert to the given type, return None if it's not set
Get a configuration and convert to the given type, return None if it's not set
- T
define the type of output
- key
Key of the configuration
- converter
implicit converter
- Definition Classes
- Conf
- Annotations
- @throws( ... )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFormat: String
- def getOutputMode: String
- def getPath: String
-
def
getReaderConf: Map[String, String]
- Definition Classes
- StructuredStreamingConnectorConf → ConnectorConf
- def getSchema: String
-
def
getWriterConf: Map[String, String]
- Definition Classes
- StructuredStreamingConnectorConf → ConnectorConf
-
def
has(key: String): Boolean
- Definition Classes
- Conf
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
set[T](key: String, value: T)(implicit converter: Serializer[T]): StructuredStreamingConnectorConf.this.type
- Definition Classes
- Conf
-
def
set(options: Map[String, String]): StructuredStreamingConnectorConf.this.type
- Definition Classes
- Conf
-
def
set(key: String, value: String): StructuredStreamingConnectorConf.this.type
- Definition Classes
- Conf → Configurable
- def setFormat(format: String): StructuredStreamingConnectorConf.this.type
- def setOutputMode(mode: String): StructuredStreamingConnectorConf.this.type
- def setPath(path: String): StructuredStreamingConnectorConf.this.type
- def setSchema(schema: String): StructuredStreamingConnectorConf.this.type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toMap: Map[String, String]
- Definition Classes
- Conf
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()