Packages

class SplitInfo extends AnyRef

Developer API
Annotations
@DeveloperApi()
Source
SplitInfo.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SplitInfo
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SplitInfo(inputFormatClazz: Class[_], hostLocation: String, path: String, length: Long, underlyingSplit: Any)

Value Members

  1. def equals(other: Any): Boolean
    Definition Classes
    SplitInfo → AnyRef → Any
  2. def hashCode(): Int
    Definition Classes
    SplitInfo → AnyRef → Any
  3. val hostLocation: String
  4. val inputFormatClazz: Class[_]
  5. val length: Long
  6. val path: String
  7. def toString(): String
    Definition Classes
    SplitInfo → AnyRef → Any
  8. val underlyingSplit: Any