Class AvroUtils.FixedBytesField

  • Enclosing class:
    AvroUtils

    public static class AvroUtils.FixedBytesField
    extends java.lang.Object
    Wrapper for fixed byte fields.
    • Method Detail

      • getSize

        public int getSize()
        Get the size.
      • toBeamType

        public org.apache.beam.sdk.schemas.Schema.FieldType toBeamType()
        Convert to a Beam type.
      • toAvroType

        public org.apache.avro.Schema toAvroType​(java.lang.String name,
                                                 java.lang.String namespace)
        Convert to an AVRO type.