| Package | Description |
|---|---|
| org.apache.hudi.utilities.sources |
| Modifier and Type | Method and Description |
|---|---|
Source.SourceType |
Source.getSourceType() |
static Source.SourceType |
Source.SourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Source.SourceType[] |
Source.SourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Source(TypedProperties props,
org.apache.spark.api.java.JavaSparkContext sparkContext,
org.apache.spark.sql.SparkSession sparkSession,
SchemaProvider schemaProvider,
Source.SourceType sourceType) |
Copyright © 2019 The Apache Software Foundation. All rights reserved.