Class AvroGenericCoderRegistrar

java.lang.Object
org.apache.beam.sdk.extensions.avro.AvroGenericCoderRegistrar
All Implemented Interfaces:
org.apache.beam.sdk.util.construction.CoderTranslatorRegistrar

@AutoService(org.apache.beam.sdk.util.construction.CoderTranslatorRegistrar.class) public class AvroGenericCoderRegistrar extends Object implements org.apache.beam.sdk.util.construction.CoderTranslatorRegistrar
Coder registrar for AvroGenericCoder.
  • Field Details

  • Constructor Details

    • AvroGenericCoderRegistrar

      public AvroGenericCoderRegistrar()
  • Method Details

    • getCoderURNs

      public Map<Class<? extends Coder>,String> getCoderURNs()
      Specified by:
      getCoderURNs in interface org.apache.beam.sdk.util.construction.CoderTranslatorRegistrar
    • getCoderTranslators

      public Map<Class<? extends Coder>,org.apache.beam.sdk.util.construction.CoderTranslator<? extends Coder>> getCoderTranslators()
      Specified by:
      getCoderTranslators in interface org.apache.beam.sdk.util.construction.CoderTranslatorRegistrar