Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
CrawlerMetrics |
CrawlerMetrics.clone() |
CrawlerMetrics |
CrawlerMetrics.withCrawlerName(String crawlerName)
The name of the crawler.
|
CrawlerMetrics |
CrawlerMetrics.withLastRuntimeSeconds(Double lastRuntimeSeconds)
The duration of the crawler's most recent run, in seconds.
|
CrawlerMetrics |
CrawlerMetrics.withMedianRuntimeSeconds(Double medianRuntimeSeconds)
The median duration of this crawler's runs, in seconds.
|
CrawlerMetrics |
CrawlerMetrics.withStillEstimating(Boolean stillEstimating)
True if the crawler is still estimating how long it will take to complete this run.
|
CrawlerMetrics |
CrawlerMetrics.withTablesCreated(Integer tablesCreated)
The number of tables created by this crawler.
|
CrawlerMetrics |
CrawlerMetrics.withTablesDeleted(Integer tablesDeleted)
The number of tables deleted by this crawler.
|
CrawlerMetrics |
CrawlerMetrics.withTablesUpdated(Integer tablesUpdated)
The number of tables updated by this crawler.
|
CrawlerMetrics |
CrawlerMetrics.withTimeLeftSeconds(Double timeLeftSeconds)
The estimated time left to complete a running crawl.
|
Modifier and Type | Method and Description |
---|---|
List<CrawlerMetrics> |
GetCrawlerMetricsResult.getCrawlerMetricsList()
A list of metrics for the specified crawler.
|
Modifier and Type | Method and Description |
---|---|
GetCrawlerMetricsResult |
GetCrawlerMetricsResult.withCrawlerMetricsList(CrawlerMetrics... crawlerMetricsList)
A list of metrics for the specified crawler.
|
Modifier and Type | Method and Description |
---|---|
void |
GetCrawlerMetricsResult.setCrawlerMetricsList(Collection<CrawlerMetrics> crawlerMetricsList)
A list of metrics for the specified crawler.
|
GetCrawlerMetricsResult |
GetCrawlerMetricsResult.withCrawlerMetricsList(Collection<CrawlerMetrics> crawlerMetricsList)
A list of metrics for the specified crawler.
|
Copyright © 2018. All rights reserved.