Packages

case class YtHadoopPath(ypath: YPathEnriched, meta: YtTableMeta) extends Path with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Path, ObjectInputValidation, Serializable, Comparable[Path], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YtHadoopPath
  2. Serializable
  3. Product
  4. Equals
  5. Path
  6. ObjectInputValidation
  7. Serializable
  8. Comparable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new YtHadoopPath(ypath: YPathEnriched, meta: YtTableMeta)

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def compareTo(arg0: Path): Int
    Definition Classes
    Path → Comparable
  7. def depth(): Int
    Definition Classes
    Path
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    Path → AnyRef → Any
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getFileSystem(arg0: Configuration): FileSystem
    Definition Classes
    Path
    Annotations
    @throws( classOf[java.io.IOException] )
  12. def getName(): String
    Definition Classes
    Path
  13. def getParent(): Path
    Definition Classes
    Path
  14. def hashCode(): Int
    Definition Classes
    Path → AnyRef → Any
  15. def isAbsolute(): Boolean
    Definition Classes
    Path
  16. def isAbsoluteAndSchemeAuthorityNull(): Boolean
    Definition Classes
    Path
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isRoot(): Boolean
    Definition Classes
    Path
  19. def isUriPathAbsolute(): Boolean
    Definition Classes
    Path
  20. def makeQualified(arg0: URI, arg1: Path): Path
    Definition Classes
    Path
    Annotations
    @LimitedPrivate()
  21. val meta: YtTableMeta
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def suffix(arg0: String): Path
    Definition Classes
    Path
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    Path → AnyRef → Any
  28. def toStringPath: String
  29. def toUri(): URI
    Definition Classes
    Path
  30. def toYPath: YPath
  31. def validateObject(): Unit
    Definition Classes
    Path → ObjectInputValidation
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. val ypath: YPathEnriched

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def makeQualified(arg0: FileSystem): Path
    Definition Classes
    Path
    Annotations
    @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Path

Inherited from ObjectInputValidation

Inherited from Serializable

Inherited from Comparable[Path]

Inherited from AnyRef

Inherited from Any

Ungrouped