object PathUtils
- Alphabetic
- By Inheritance
- PathUtils
- AnyRef
- Any
- Hide All
- Show All
- 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()
-
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
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()
-
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.
-
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
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
uriIsChild(parent: URI, child: URI): Boolean
Check whether one URI is the parent of another 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()