Interface SchemaFactory

All Known Implementing Classes:
AvroSchemaFactory, ProtobufSchemaFactory, RawSchemaFactory

public interface SchemaFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    createSchema(HRN hrn, String layerId, org.apache.flink.configuration.ReadableConfig properties)
     
  • Method Details

    • createSchema

      PartitionSchema createSchema(HRN hrn, String layerId, org.apache.flink.configuration.ReadableConfig properties)