sealed trait CloudStorage extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- CloudStorage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract val connection: ServerConnection
- Attributes
- protected
- abstract def createDownloadStream(fileName: String, compress: Boolean, storageInfo: Map[String, String]): InputStream
- Attributes
- protected
- abstract def createUploadStream(fileName: String, dir: Option[String], compress: Boolean, storageInfo: Map[String, String]): OutputStream
- Attributes
- protected
- abstract def deleteFile(fileName: String): Unit
- abstract def deleteFiles(fileNames: List[String]): Unit
- abstract def download(sc: SparkContext, format: SupportedFormat = SupportedFormat.CSV, compress: Boolean = true, subDir: String = ""): RDD[String]
- abstract def fileExists(fileName: String): Boolean
- abstract val maxRetryCount: Int
- Attributes
- protected
- abstract val proxyInfo: Option[ProxyInfo]
- Attributes
- protected
- abstract val sfURL: String
- Attributes
- protected
- abstract val useExponentialBackoff: Boolean
- Attributes
- protected
Concrete 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
- val MAX_SLEEP_TIME_IN_MS: Int
- Attributes
- protected
- val RETRY_SLEEP_TIME_UNIT_IN_MS: Int
- Attributes
- protected
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def createDownloadStreamWithRetry(fileName: String, compress: Boolean, storageInfo: Map[String, String], maxRetryCount: Int): InputStream
- def download(fileName: String, compress: Boolean): InputStream
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getFileName(fileIndex: Int, format: SupportedFormat, compress: Boolean): String
- Attributes
- protected
- def getStageInfo(isWrite: Boolean, fileName: String = ""): (Map[String, String], List[String])
- Attributes
- protected
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def retrySleepTimeInMS(retry: Int): Int
- Attributes
- protected
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def upload(data: RDD[String], format: SupportedFormat = SupportedFormat.CSV, dir: Option[String], compress: Boolean = true): List[FileUploadResult]
- def upload(fileName: String, dir: Option[String], compress: Boolean): OutputStream
- def uploadPartition(rows: Iterator[String], format: SupportedFormat, compress: Boolean, directory: String, partitionID: Int, storageInfo: Option[Map[String, String]], fileTransferMetadata: Option[SnowflakeFileTransferMetadata]): SingleElementIterator
- Attributes
- protected
- def uploadRDD(data: RDD[String], format: SupportedFormat = SupportedFormat.CSV, dir: Option[String], compress: Boolean = true, storageInfo: Map[String, String]): List[FileUploadResult]
- Attributes
- protected
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated