Package

io.eels.component

avro

Permalink

package avro

Visibility
  1. Public
  2. All

Type Members

  1. trait AvroRecordMarshaller extends AnyRef

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

    Permalink
  3. class AvroSinkWriter extends SinkWriter

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

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

    Permalink
  6. class DefaultAvroRecordMarshaller extends AvroRecordMarshaller with Logging

    Permalink

Value Members

  1. object AvroRecordFn extends Logging

    Permalink
  2. object AvroSchemaFn extends StrictLogging

    Permalink
  3. object AvroSink extends Serializable

    Permalink
  4. object AvroSourceParser extends SourceParser

    Permalink

Deprecated Value Members

  1. object AvroSchemaMerge

    Permalink
    Annotations
    @deprecated
    Deprecated

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

Ungrouped