final class TypedAvroSCollectionOps[T <: HasAvroAnnotation] extends AnyVal
- Source
- SCollectionSyntax.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypedAvroSCollectionOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TypedAvroSCollectionOps(self: SCollection[T])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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. - def toString(): String
- Definition Classes
- Any