@Generated(value="software.amazon.awssdk:codegen") public final class CrawlerMetrics extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CrawlerMetrics.Builder,CrawlerMetrics>
Metrics for a specified crawler.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CrawlerMetrics.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CrawlerMetrics.Builder |
builder() |
String |
crawlerName()
The name of the crawler.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
lastRuntimeSeconds()
The duration of the crawler's most recent run, in seconds.
|
Double |
medianRuntimeSeconds()
The median duration of this crawler's runs, in seconds.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CrawlerMetrics.Builder> |
serializableBuilderClass() |
Boolean |
stillEstimating()
True if the crawler is still estimating how long it will take to complete this run.
|
Integer |
tablesCreated()
The number of tables created by this crawler.
|
Integer |
tablesDeleted()
The number of tables deleted by this crawler.
|
Integer |
tablesUpdated()
The number of tables updated by this crawler.
|
Double |
timeLeftSeconds()
The estimated time left to complete a running crawl.
|
CrawlerMetrics.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String crawlerName()
The name of the crawler.
public final Double timeLeftSeconds()
The estimated time left to complete a running crawl.
public final Boolean stillEstimating()
True if the crawler is still estimating how long it will take to complete this run.
public final Double lastRuntimeSeconds()
The duration of the crawler's most recent run, in seconds.
public final Double medianRuntimeSeconds()
The median duration of this crawler's runs, in seconds.
public final Integer tablesCreated()
The number of tables created by this crawler.
public final Integer tablesUpdated()
The number of tables updated by this crawler.
public final Integer tablesDeleted()
The number of tables deleted by this crawler.
public CrawlerMetrics.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CrawlerMetrics.Builder,CrawlerMetrics>public static CrawlerMetrics.Builder builder()
public static Class<? extends CrawlerMetrics.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.