| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
HudiTarget |
HudiTarget.clone() |
HudiTarget |
HudiTarget.withConnectionName(String connectionName)
The name of the connection to use to connect to the Hudi target.
|
HudiTarget |
HudiTarget.withExclusions(Collection<String> exclusions)
A list of glob patterns used to exclude from the crawl.
|
HudiTarget |
HudiTarget.withExclusions(String... exclusions)
A list of glob patterns used to exclude from the crawl.
|
HudiTarget |
HudiTarget.withMaximumTraversalDepth(Integer maximumTraversalDepth)
The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Hudi metadata folder in your
Amazon S3 path.
|
HudiTarget |
HudiTarget.withPaths(Collection<String> paths)
An array of Amazon S3 location strings for Hudi, each indicating the root folder with which the metadata files
for a Hudi table resides.
|
HudiTarget |
HudiTarget.withPaths(String... paths)
An array of Amazon S3 location strings for Hudi, each indicating the root folder with which the metadata files
for a Hudi table resides.
|
| Modifier and Type | Method and Description |
|---|---|
List<HudiTarget> |
CrawlerTargets.getHudiTargets()
Specifies Apache Hudi data store targets.
|
| Modifier and Type | Method and Description |
|---|---|
CrawlerTargets |
CrawlerTargets.withHudiTargets(HudiTarget... hudiTargets)
Specifies Apache Hudi data store targets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrawlerTargets.setHudiTargets(Collection<HudiTarget> hudiTargets)
Specifies Apache Hudi data store targets.
|
CrawlerTargets |
CrawlerTargets.withHudiTargets(Collection<HudiTarget> hudiTargets)
Specifies Apache Hudi data store targets.
|
Copyright © 2025. All rights reserved.