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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
AVRO_CODER_URN
- See Also:
-
-
Constructor Details
-
AvroGenericCoderRegistrar
public AvroGenericCoderRegistrar()
-
-
Method Details
-
getCoderURNs
- Specified by:
getCoderURNs
in interfaceorg.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 interfaceorg.apache.beam.sdk.util.construction.CoderTranslatorRegistrar
-