Packages

c

com.spotify.scio.avro.syntax

TypedAvroSCollectionOps

final class TypedAvroSCollectionOps[T <: HasAvroAnnotation] extends AnyVal

Source
SCollectionSyntax.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedAvroSCollectionOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TypedAvroSCollectionOps(self: SCollection[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def saveAsTypedAvroFile(path: String, numShards: Int = AvroTypedIO.WriteParam.DefaultNumShards, suffix: String = AvroTypedIO.WriteParam.DefaultSuffix, codec: CodecFactory = AvroTypedIO.WriteParam.DefaultCodec, metadata: Map[String, AnyRef] = AvroTypedIO.WriteParam.DefaultMetadata, shardNameTemplate: String = AvroTypedIO.WriteParam.DefaultShardNameTemplate, tempDirectory: String = AvroTypedIO.WriteParam.DefaultTempDirectory, filenamePolicySupplier: FilenamePolicySupplier = AvroTypedIO.WriteParam.DefaultFilenamePolicySupplier, prefix: String = AvroTypedIO.WriteParam.DefaultPrefix, datumFactory: AvroDatumFactory[GenericRecord] = AvroTypedIO.WriteParam.DefaultDatumFactory)(implicit tt: scala.reflect.api.JavaUniverse.TypeTag[T], coder: Coder[T]): ClosedTap[T]

    Save this SCollection as an Avro file.

    Save this SCollection as an Avro file. Note that element type T must be a case class annotated with AvroType.toSchema.

  8. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped