Class AvroSchemaFactory
java.lang.Object
com.here.platform.data.client.flink.impl.schema.AvroSchemaFactory
- All Implemented Interfaces:
SchemaFactory
-
Constructor Summary
ConstructorsConstructorDescriptionAvroSchemaFactory(scala.Function1<String, BlobConverter> createblobConverterFn, com.here.platform.data.client.flink.scaladsl.LayerTypeProvider layerTypeProvider) -
Method Summary
Modifier and TypeMethodDescriptioncreateSchema(HRN hrn, String layerId, org.apache.flink.configuration.ReadableConfig properties)
-
Constructor Details
-
AvroSchemaFactory
public AvroSchemaFactory(scala.Function1<String, BlobConverter> createblobConverterFn, com.here.platform.data.client.flink.scaladsl.LayerTypeProvider layerTypeProvider)
-
-
Method Details
-
createSchema
public PartitionSchema createSchema(HRN hrn, String layerId, org.apache.flink.configuration.ReadableConfig properties) - Specified by:
createSchemain interfaceSchemaFactory
-