o

org.apache.beam.sdk.extensions.smb

ParquetTypeSortedBucketIO

object ParquetTypeSortedBucketIO

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParquetTypeSortedBucketIO
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Read[T](tupleTag: TupleTag[T], inputDirectories: Seq[String] = Nil, filenameSuffix: String = DefaultSuffix, filterPredicate: FilterPredicate = null, predicate: Predicate[T] = null, configuration: Configuration = new Configuration())(implicit evidence$21: Coder[T], evidence$22: ParquetType[T]) extends SortedBucketIO.Read[T] with Product with Serializable
  2. case class TransformOutput[K1, K2, T](keyFieldPrimary: String, keyFieldSecondary: Option[String], compression: CompressionCodecName = ParquetTypeFileOperations.DefaultCompression, configuration: Configuration = new Configuration(), filenamePrefix: String = SortedBucketIO.DEFAULT_FILENAME_PREFIX, outputDirectory: ResourceId = null, tempDirectory: ResourceId = null, filenameSuffix: String = DefaultSuffix)(implicit evidence$28: ClassTag[K1], evidence$29: ClassTag[K2], evidence$30: ClassTag[T], evidence$31: Coder[T], evidence$32: ParquetType[T]) extends SortedBucketIO.TransformOutput[K1, K2, T] with Product with Serializable
  3. case class Write[K1, K2, T](keyFieldPrimary: String, keyFieldSecondary: Option[String], compression: CompressionCodecName = ParquetTypeFileOperations.DefaultCompression, configuration: Configuration = new Configuration(), numBuckets: Integer = null, numShards: Int = SortedBucketIO.DEFAULT_NUM_SHARDS, filenamePrefix: String = SortedBucketIO.DEFAULT_FILENAME_PREFIX, hashType: HashType = SortedBucketIO.DEFAULT_HASH_TYPE, outputDirectory: ResourceId = null, tempDirectory: ResourceId = null, filenameSuffix: String = DefaultSuffix, sorterMemoryMb: Int = SortedBucketIO.DEFAULT_SORTER_MEMORY_MB, keyCacheSize: Int = 0)(implicit evidence$23: ClassTag[K1], evidence$24: ClassTag[K2], evidence$25: ClassTag[T], evidence$26: Coder[T], evidence$27: ParquetType[T]) extends SortedBucketIO.Write[K1, K2, T] with Product with Serializable

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. def read[T](tupleTag: TupleTag[T])(implicit arg0: Coder[T], arg1: ParquetType[T]): Read[T]
  15. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. def transformOutput[K1, K2, T](keyFieldPrimary: String, keyFieldSecondary: String)(implicit arg0: ClassTag[K1], arg1: ClassTag[K2], arg2: ClassTag[T], arg3: Coder[T], arg4: ParquetType[T]): TransformOutput[K1, K2, T]
  18. def transformOutput[K, T](keyField: String)(implicit arg0: ClassTag[K], arg1: ClassTag[T], arg2: Coder[T], arg3: ParquetType[T]): TransformOutput[K, Void, T]
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  20. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  22. def write[K1, K2, T](keyFieldPrimary: String, keyFieldSecondary: String)(implicit arg0: ClassTag[K1], arg1: ClassTag[K2], arg2: ClassTag[T], arg3: Coder[T], arg4: ParquetType[T]): Write[K1, K2, T]
  23. def write[K, T](keyField: String)(implicit arg0: ClassTag[K], arg1: ClassTag[T], arg2: Coder[T], arg3: ParquetType[T]): Write[K, Void, T]

Deprecated Value Members

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

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped