io.eels.component

avro

package avro

Visibility
  1. Public
  2. All

Type Members

  1. trait AvroRecordMarshaller extends AnyRef

  2. case class AvroSink(out: OutputStream) extends Sink with Product with Serializable

  3. class AvroSinkWriter extends SinkWriter

  4. case class AvroSource(path: Path) extends Source with Using with Product with Serializable

  5. case class AvroSourceBuilder(path: String, params: Map[String, List[String]]) extends Builder[AvroSource] with Product with Serializable

  6. class DefaultAvroRecordMarshaller extends AvroRecordMarshaller with Logging

Value Members

  1. object AvroRecordFn extends Logging

  2. object AvroSchemaFn extends StrictLogging

  3. object AvroSink extends Serializable

  4. object AvroSourceParser extends SourceParser

Deprecated Value Members

  1. object AvroSchemaMerge

    Annotations
    @deprecated
    Deprecated

    use the functionality from avro4s when we can ditch 2.10 in eel

Ungrouped