Packages

object PathUtils

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

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. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. def pathToQualifiedPath(hadoopConfiguration: Configuration, path: Path): Path

    Qualify a path, making the path both absolute and qualifies with a scheme.

    Qualify a path, making the path both absolute and qualifies with a scheme. If the input path is not absolute, the default working directory is used. If the input path does not have a scheme, the default URI used in the Hadoop Configuration is used.

  16. def sourceURIToDestinationURI(file: URI, sourceURI: URI, destinationURI: URI, updateOverwritePathBehaviour: Boolean): URI

    Transform a source input path URI into a destination path URI.

    Transform a source input path URI into a destination path URI. This function determines how a source file path is mapped to the destination. The behaviour is different depending on if update or overwrite is used. This follows the behaviour of Hadoop DistCP. See the Hadoop DistCP documentation for more explanation of this behaviour.

    file

    URI of source file

    sourceURI

    URI of root copy folder on source FileSystem

    destinationURI

    URI of root copy folder on destination FileSystem

    updateOverwritePathBehaviour

    Whether to use the overwrite/update path behaviour

    returns

    Source file path URI mapped to the destination FileSystem

  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    AnyRef → Any
  19. def uriIsChild(parent: URI, child: URI): Boolean

    Check whether one URI is the parent of another URI

  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped