package paths
- Alphabetic
- Public
- Protected
Type Members
- case class SparkPath extends Product with Serializable
A canonical representation of a file path.
A canonical representation of a file path. This class is intended to provide type-safety to the way that Spark handles Paths. Paths can be represented as Strings in multiple ways, which are not always compatible. Spark regularly uses two ways: 1. hadoop Path.toString and java URI.toString.
Value Members
- object SparkPath extends Serializable