object HdfsUtils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HdfsUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def copyPath(from: Path, to: Path, conf: Configuration): Unit
- def createRandomString(size: Int): String
- def createTempDir(conf: Configuration, dir: String = ""): Path
- def createTempFile(conf: Configuration, prefix: String = ""): Path
- def defaultBlockSize(path: Path, conf: Configuration): Long
- def deletePath(path: Path, conf: Configuration): Unit
- def ensurePathExists(path: Path, conf: Configuration): Unit
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getLineScanner(path: Path, conf: Configuration): Option[LineScanner]
- def getLineScanner(path: String, conf: Configuration): Option[LineScanner]
- def getSequenceFileReader(fs: FileSystem, path: Path, conf: Configuration): org.apache.hadoop.io.SequenceFile.Reader
- def getTempDir(conf: Configuration): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def listFiles(path: Path, conf: Configuration): List[Path]
- def localCopy(conf: Configuration, path: Path): LocalPath
-
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 pathExists(path: Path, conf: Configuration): Boolean
- def putFilesInConf(filesAsCsv: String, inConf: Configuration): Configuration
- def read[T](path: Path, conf: Configuration)(disRead: (DataInputStream) ⇒ T): T
- def readBytes(path: Path, conf: Configuration): Array[Byte]
- def readRange(path: Path, start: Long, length: Int, conf: Configuration): Array[Byte]
- def renamePath(from: Path, to: Path, conf: Configuration): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tmpPath(base: Path, prefix: String, conf: Configuration): Path
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def trim(uri: URI): URI
-
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()
- def write(path: Path, conf: Configuration)(dosWrite: (DataOutputStream) ⇒ Unit): Unit
- object LocalPath