Class/Object

com.globo.bigdata.ghdfs

HdfsManager

Related Docs: object HdfsManager | package ghdfs

Permalink

class HdfsManager extends AnyRef

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

Instance Constructors

  1. new HdfsManager(hdfs: FileSystem)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def copyMerge(sourcePath: Path, destinationPath: Path, deleteSource: Boolean, separatorString: String): Boolean

    Permalink
  7. def create(hadoopPath: Path): FSDataOutputStream

    Permalink
  8. def delete(f: Path, recursive: Boolean): Boolean

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getFS: FileSystem

    Permalink
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def list[T](hadoopPath: Path, caller: (Path) ⇒ RemoteIterator[T]): Iterator[T]

    Permalink
  17. def listCorruptFileBlocks(hadoopPath: Path): Iterator[Path]

    Permalink
  18. def listFiles(hadoopPath: Path, recursive: Boolean = false): Iterator[LocatedFileStatus]

    Permalink
  19. def listLocatedStatus(hadoopPath: Path): Iterator[LocatedFileStatus]

    Permalink
  20. def listStatusIterator(hadoopPath: Path): Iterator[FileStatus]

    Permalink
  21. def move(sourcePath: Path, destinationPath: Path): Unit

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def open(hadoopPath: Path): FSDataInputStream

    Permalink
  26. def read(hadoopPath: Path): FSDataInputStream

    Permalink
  27. def status(hadoopPath: Path): FileStatus

    Permalink
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def write(hadoopPath: Path): FSDataOutputStream

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped