trait DbfsUtils extends Serializable with WithHelpMethods
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DbfsUtils
- WithHelpMethods
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def cp(from: String, to: String, recurse: Boolean = false): Boolean
- abstract def head(file: String, maxBytes: Int = 64 * 1024): String
- abstract def help(moduleOrMethod: String): Unit
- Definition Classes
- WithHelpMethods
- abstract def help(): Unit
- Definition Classes
- WithHelpMethods
- abstract def ls(dir: String): Seq[FileInfo]
- abstract def mkdirs(dir: String): Boolean
- abstract def mount(source: String, mountPoint: String, encryptionType: String = "", owner: String = null, extraConfigs: Map[String, String] = Map.empty[String, String]): Boolean
- abstract def mounts(): Seq[MountInfo]
- abstract def mv(from: String, to: String, recurse: Boolean = false): Boolean
- abstract def put(file: String, contents: String, overwrite: Boolean = false): Boolean
- abstract def refreshMounts(): Boolean
- abstract def rm(dir: String, recurse: Boolean = false): Boolean
- abstract def unmount(mountPoint: String): Boolean
- abstract def updateMount(source: String, mountPoint: String, encryptionType: String = "", owner: String = null, extraConfigs: Map[String, String] = Map.empty[String, String]): Boolean
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
- final def apply(): DbfsUtils.this.type
- Definition Classes
- WithHelpMethods
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()