case class YtHadoopPath(ypath: YPathEnriched, meta: YtTableMeta) extends Path with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- YtHadoopPath
- Serializable
- Product
- Equals
- Path
- ObjectInputValidation
- Serializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new YtHadoopPath(ypath: YPathEnriched, meta: YtTableMeta)
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
compareTo(arg0: Path): Int
- Definition Classes
- Path → Comparable
-
def
depth(): Int
- Definition Classes
- Path
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- Path → AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getFileSystem(arg0: Configuration): FileSystem
- Definition Classes
- Path
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
getName(): String
- Definition Classes
- Path
-
def
getParent(): Path
- Definition Classes
- Path
-
def
hashCode(): Int
- Definition Classes
- Path → AnyRef → Any
-
def
isAbsolute(): Boolean
- Definition Classes
- Path
-
def
isAbsoluteAndSchemeAuthorityNull(): Boolean
- Definition Classes
- Path
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isRoot(): Boolean
- Definition Classes
- Path
-
def
isUriPathAbsolute(): Boolean
- Definition Classes
- Path
-
def
makeQualified(arg0: URI, arg1: Path): Path
- Definition Classes
- Path
- Annotations
- @LimitedPrivate()
- val meta: YtTableMeta
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
suffix(arg0: String): Path
- Definition Classes
- Path
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Path → AnyRef → Any
- def toStringPath: String
-
def
toUri(): URI
- Definition Classes
- Path
- def toYPath: YPath
-
def
validateObject(): Unit
- Definition Classes
- Path → ObjectInputValidation
- 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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val ypath: YPathEnriched