public abstract class SchemaProvider extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected TypedProperties |
config |
protected org.apache.spark.api.java.JavaSparkContext |
jssc |
| Modifier | Constructor and Description |
|---|---|
protected |
SchemaProvider(TypedProperties props,
org.apache.spark.api.java.JavaSparkContext jssc) |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.avro.Schema |
getSourceSchema() |
org.apache.avro.Schema |
getTargetSchema() |
protected TypedProperties config
protected org.apache.spark.api.java.JavaSparkContext jssc
protected SchemaProvider(TypedProperties props, org.apache.spark.api.java.JavaSparkContext jssc)
Copyright © 2019 The Apache Software Foundation. All rights reserved.