class JDBCConnectorConf extends ConnectorConf
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JDBCConnectorConf
- ConnectorConf
- Conf
- Configurable
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JDBCConnectorConf()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+=(conf: Conf): JDBCConnectorConf.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( ... )
- def getBatchSize: Option[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDbTable: Option[String]
- def getFetchSize: Option[String]
- def getFormat: Option[String]
-
def
getJDBCOptions: JDBCOptions
- Annotations
- @throws( ... )
- def getLowerBound: Option[String]
- def getNumPartitions: Option[String]
- def getPartitionColumn: Option[String]
- def getPassword: Option[String]
-
def
getReaderConf: Map[String, String]
- Definition Classes
- JDBCConnectorConf → ConnectorConf
- def getSaveMode: Option[String]
- def getTruncate: Option[String]
- def getUpperBound: Option[String]
- def getUrl: Option[String]
- def getUser: Option[String]
-
def
getWriterConf: Map[String, String]
- Definition Classes
- JDBCConnectorConf → 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]): JDBCConnectorConf.this.type
- Definition Classes
- Conf
-
def
set(options: Map[String, String]): JDBCConnectorConf.this.type
- Definition Classes
- Conf
-
def
set(key: String, value: String): JDBCConnectorConf.this.type
- Definition Classes
- Conf → Configurable
- def setBatchSize(size: String): JDBCConnectorConf.this.type
- def setDbTable(table: String): JDBCConnectorConf.this.type
- def setFetchSize(size: String): JDBCConnectorConf.this.type
- def setLowerBound(lb: String): JDBCConnectorConf.this.type
- def setNumPartitions(numPartitions: String): JDBCConnectorConf.this.type
- def setPartitionColumn(col: String): JDBCConnectorConf.this.type
- def setPassword(pw: String): JDBCConnectorConf.this.type
- def setSaveMode(saveMode: String): JDBCConnectorConf.this.type
- def setSaveMode(saveMode: SaveMode): JDBCConnectorConf.this.type
- def setTruncate(boo: String): JDBCConnectorConf.this.type
- def setUpperBound(ub: String): JDBCConnectorConf.this.type
- def setUrl(url: String): JDBCConnectorConf.this.type
- def setUser(user: String): JDBCConnectorConf.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()