Packages

object HdfsUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HdfsUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait LocalPath extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. def copyPath(from: Path, to: Path, conf: Configuration): Unit
  7. def createRandomString(size: Int): String
  8. def createTempDir(conf: Configuration, dir: String = ""): Path
  9. def createTempFile(conf: Configuration, prefix: String = ""): Path
  10. def defaultBlockSize(path: Path, conf: Configuration): Long
  11. def deletePath(path: Path, conf: Configuration): Unit
  12. def ensurePathExists(path: Path, conf: Configuration): Unit
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getLineScanner(path: Path, conf: Configuration): Option[LineScanner]
  18. def getLineScanner(path: String, conf: Configuration): Option[LineScanner]
  19. def getSequenceFileReader(fs: FileSystem, path: Path, conf: Configuration): org.apache.hadoop.io.SequenceFile.Reader
  20. def getTempDir(conf: Configuration): String
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def listFiles(path: Path, conf: Configuration): List[Path]
  24. def localCopy(conf: Configuration, path: Path): LocalPath
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def pathExists(path: Path, conf: Configuration): Boolean
  29. def putFilesInConf(filesAsCsv: String, inConf: Configuration): Configuration
  30. def read[T](path: Path, conf: Configuration)(disRead: (DataInputStream) ⇒ T): T
  31. def readBytes(path: Path, conf: Configuration): Array[Byte]
  32. def readRange(path: Path, start: Long, length: Int, conf: Configuration): Array[Byte]
  33. def renamePath(from: Path, to: Path, conf: Configuration): Unit
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def tmpPath(base: Path, prefix: String, conf: Configuration): Path
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def trim(uri: URI): URI
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. def write(path: Path, conf: Configuration)(dosWrite: (DataOutputStream) ⇒ Unit): Unit
  42. object LocalPath

Inherited from AnyRef

Inherited from Any

Ungrouped