Class

io.minio.spark.benchmarks.dfsio.ControlFilesCreator

RDDMultipleSequenceFileOutputFormat

Related Doc: package ControlFilesCreator

Permalink

class RDDMultipleSequenceFileOutputFormat extends MultipleSequenceFileOutputFormat[Any, Any]

Linear Supertypes
MultipleSequenceFileOutputFormat[Any, Any], MultipleOutputFormat[Any, Any], FileOutputFormat[Any, Any], OutputFormat[Any, Any], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RDDMultipleSequenceFileOutputFormat
  2. MultipleSequenceFileOutputFormat
  3. MultipleOutputFormat
  4. FileOutputFormat
  5. OutputFormat
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RDDMultipleSequenceFileOutputFormat()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkOutputSpecs(arg0: FileSystem, arg1: JobConf): Unit

    Permalink
    Definition Classes
    FileOutputFormat → OutputFormat
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... ) @throws( ... )
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def generateActualKey(key: Any, value: Any): Any

    Permalink
    Definition Classes
    RDDMultipleSequenceFileOutputFormat → MultipleOutputFormat
  10. def generateActualValue(arg0: Any, arg1: Any): Any

    Permalink
    Attributes
    protected[org.apache.hadoop.mapred.lib]
    Definition Classes
    MultipleOutputFormat
  11. def generateFileNameForKeyValue(key: Any, value: Any, name: String): String

    Permalink
    Definition Classes
    RDDMultipleSequenceFileOutputFormat → MultipleOutputFormat
  12. def generateLeafFileName(arg0: String): String

    Permalink
    Attributes
    protected[org.apache.hadoop.mapred.lib]
    Definition Classes
    MultipleOutputFormat
  13. def getBaseRecordWriter(arg0: FileSystem, arg1: JobConf, arg2: String, arg3: Progressable): RecordWriter[Any, Any]

    Permalink
    Attributes
    protected[org.apache.hadoop.mapred.lib]
    Definition Classes
    MultipleSequenceFileOutputFormat → MultipleOutputFormat
    Annotations
    @throws( classOf[java.io.IOException] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  15. def getInputFileBasedOutputFileName(arg0: JobConf, arg1: String): String

    Permalink
    Attributes
    protected[org.apache.hadoop.mapred.lib]
    Definition Classes
    MultipleOutputFormat
  16. def getRecordWriter(arg0: FileSystem, arg1: JobConf, arg2: String, arg3: Progressable): RecordWriter[Any, Any]

    Permalink
    Definition Classes
    MultipleOutputFormat → FileOutputFormat → OutputFormat
    Annotations
    @throws( classOf[java.io.IOException] )
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from MultipleSequenceFileOutputFormat[Any, Any]

Inherited from MultipleOutputFormat[Any, Any]

Inherited from FileOutputFormat[Any, Any]

Inherited from OutputFormat[Any, Any]

Inherited from AnyRef

Inherited from Any

Ungrouped