Package

com.eharmony.aloha.audit.impl

avro

Permalink

package avro

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class AvroScoreAuditor[N] extends MorphableAuditor[Score, N, Score] with Serializable

    Permalink

    An auditor for encoding information in a tree structure as a com.eharmony.aloha.audit.impl.avro.Score which exposes a org.apache.avro.generic.GenericRecord interface.

    An auditor for encoding information in a tree structure as a com.eharmony.aloha.audit.impl.avro.Score which exposes a org.apache.avro.generic.GenericRecord interface.

    See the resources in aloha-avro-score for the Avro schema.

    NOTE: java.util.List instances contained in these auditors instances don't allow many list operations that mutate the lists and should be considered immutable.

    Created by ryan on 2/26/17.

    N

    the natural output type of a model whose data is to be audited.

Value Members

  1. object AvroScoreAuditor extends Serializable

    Permalink
  2. object Implicits

    Permalink

    Created by ryan.deak on 7/5/17.

Ungrouped