c

com.spotify.parquet.tensorflow

TensorflowExampleParquetOutputFormat

class TensorflowExampleParquetOutputFormat extends ParquetOutputFormat[Example]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TensorflowExampleParquetOutputFormat
  2. ParquetOutputFormat
  3. FileOutputFormat
  4. OutputFormat
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TensorflowExampleParquetOutputFormat()

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 checkOutputSpecs(arg0: JobContext): Unit
    Definition Classes
    FileOutputFormat → OutputFormat
    Annotations
    @throws(classOf[org.apache.hadoop.mapred.FileAlreadyExistsException]) @throws(classOf[java.io.IOException])
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getDefaultWorkFile(arg0: TaskAttemptContext, arg1: String): Path
    Definition Classes
    FileOutputFormat
    Annotations
    @throws(classOf[java.io.IOException])
  12. def getOutputCommitter(arg0: TaskAttemptContext): OutputCommitter
    Definition Classes
    ParquetOutputFormat → FileOutputFormat → OutputFormat
    Annotations
    @throws(classOf[java.io.IOException])
  13. def getRecordWriter(arg0: Configuration, arg1: Path, arg2: CompressionCodecName, arg3: Mode): RecordWriter[Void, Example]
    Definition Classes
    ParquetOutputFormat
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.InterruptedException])
  14. def getRecordWriter(arg0: Configuration, arg1: Path, arg2: CompressionCodecName): RecordWriter[Void, Example]
    Definition Classes
    ParquetOutputFormat
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.InterruptedException])
  15. def getRecordWriter(arg0: TaskAttemptContext, arg1: Path, arg2: Mode): RecordWriter[Void, Example]
    Definition Classes
    ParquetOutputFormat
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.InterruptedException])
  16. def getRecordWriter(arg0: TaskAttemptContext, arg1: Path): RecordWriter[Void, Example]
    Definition Classes
    ParquetOutputFormat
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.InterruptedException])
  17. def getRecordWriter(arg0: TaskAttemptContext, arg1: Mode): RecordWriter[Void, Example]
    Definition Classes
    ParquetOutputFormat
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.InterruptedException])
  18. def getRecordWriter(arg0: TaskAttemptContext): RecordWriter[Void, Example]
    Definition Classes
    ParquetOutputFormat → FileOutputFormat → OutputFormat
    Annotations
    @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.InterruptedException])
  19. def getWriteSupport(arg0: Configuration): WriteSupport[Example]
    Definition Classes
    ParquetOutputFormat
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from FileOutputFormat[Void, Example]

Inherited from OutputFormat[Void, Example]

Inherited from AnyRef

Inherited from Any

Ungrouped