class FileConnectorConf extends ConnectorConf
- Annotations
- @Evolving()
- Alphabetic
- By Inheritance
- FileConnectorConf
- ConnectorConf
- Conf
- Configurable
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new FileConnectorConf()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+=(conf: Conf): FileConnectorConf.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 getEncoding: String
- def getFilenamePattern: Option[String]
-
def
getPath: String
Get path of file to be loaded.
Get path of file to be loaded. It could be a file path or a directory (for CSV and Parquet). In the case of a directory, the correctness of Spark partition structure should be guaranteed by user.
-
def
getReaderConf: Map[String, String]
Extra options that will be passed into DataFrameReader.
Extra options that will be passed into DataFrameReader. Keys like "path" should be removed
- Definition Classes
- FileConnectorConf → ConnectorConf
- def getS3AccessKey: Option[String]
- def getS3CredentialsProvider: Option[String]
- def getS3SecretKey: Option[String]
- def getS3SessionToken: Option[String]
- def getSaveMode: SaveMode
- def getSchema: Option[String]
- def getStorage: Storage
-
def
getWriterConf: Map[String, String]
Extra options that will be passed into DataFrameWriter.
Extra options that will be passed into DataFrameWriter. Keys like "path" should be removed
- Definition Classes
- FileConnectorConf → 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]): FileConnectorConf.this.type
- Definition Classes
- Conf
-
def
set(options: Map[String, String]): FileConnectorConf.this.type
- Definition Classes
- Conf
-
def
set(key: String, value: String): FileConnectorConf.this.type
- Definition Classes
- Conf → Configurable
- def setEncoding(encoding: String): FileConnectorConf.this.type
- def setPath(path: String): FileConnectorConf.this.type
- def setS3AccessKey(value: String): FileConnectorConf.this.type
- def setS3CredentialsProvider(value: String): FileConnectorConf.this.type
- def setS3SecretKey(value: String): FileConnectorConf.this.type
- def setS3SessionToken(value: String): FileConnectorConf.this.type
- def setSaveMode(saveMode: SaveMode): FileConnectorConf.this.type
- def setSaveMode(saveMode: String): FileConnectorConf.this.type
- def setStorage(storage: Storage): FileConnectorConf.this.type
- def setStorage(storage: String): FileConnectorConf.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()