@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CrawlerMetrics extends Object implements Serializable, Cloneable, StructuredPojo
Metrics for a specified crawler.
Constructor and Description |
---|
CrawlerMetrics() |
Modifier and Type | Method and Description |
---|---|
CrawlerMetrics |
clone() |
boolean |
equals(Object obj) |
String |
getCrawlerName()
The name of the crawler.
|
Double |
getLastRuntimeSeconds()
The duration of the crawler's most recent run, in seconds.
|
Double |
getMedianRuntimeSeconds()
The median duration of this crawler's runs, in seconds.
|
Boolean |
getStillEstimating()
True if the crawler is estimating its
|
Integer |
getTablesCreated()
A list of the tables created by this crawler.
|
Integer |
getTablesDeleted()
A list of the tables deleted by this crawler.
|
Integer |
getTablesUpdated()
A list of the tables created by this crawler.
|
Double |
getTimeLeftSeconds()
The estimated time left to complete a running crawl.
|
int |
hashCode() |
Boolean |
isStillEstimating()
True if the crawler is estimating its
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCrawlerName(String crawlerName)
The name of the crawler.
|
void |
setLastRuntimeSeconds(Double lastRuntimeSeconds)
The duration of the crawler's most recent run, in seconds.
|
void |
setMedianRuntimeSeconds(Double medianRuntimeSeconds)
The median duration of this crawler's runs, in seconds.
|
void |
setStillEstimating(Boolean stillEstimating)
True if the crawler is estimating its
|
void |
setTablesCreated(Integer tablesCreated)
A list of the tables created by this crawler.
|
void |
setTablesDeleted(Integer tablesDeleted)
A list of the tables deleted by this crawler.
|
void |
setTablesUpdated(Integer tablesUpdated)
A list of the tables created by this crawler.
|
void |
setTimeLeftSeconds(Double timeLeftSeconds)
The estimated time left to complete a running crawl.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CrawlerMetrics |
withCrawlerName(String crawlerName)
The name of the crawler.
|
CrawlerMetrics |
withLastRuntimeSeconds(Double lastRuntimeSeconds)
The duration of the crawler's most recent run, in seconds.
|
CrawlerMetrics |
withMedianRuntimeSeconds(Double medianRuntimeSeconds)
The median duration of this crawler's runs, in seconds.
|
CrawlerMetrics |
withStillEstimating(Boolean stillEstimating)
True if the crawler is estimating its
|
CrawlerMetrics |
withTablesCreated(Integer tablesCreated)
A list of the tables created by this crawler.
|
CrawlerMetrics |
withTablesDeleted(Integer tablesDeleted)
A list of the tables deleted by this crawler.
|
CrawlerMetrics |
withTablesUpdated(Integer tablesUpdated)
A list of the tables created by this crawler.
|
CrawlerMetrics |
withTimeLeftSeconds(Double timeLeftSeconds)
The estimated time left to complete a running crawl.
|
public void setCrawlerName(String crawlerName)
The name of the crawler.
crawlerName
- The name of the crawler.public String getCrawlerName()
The name of the crawler.
public CrawlerMetrics withCrawlerName(String crawlerName)
The name of the crawler.
crawlerName
- The name of the crawler.public void setTimeLeftSeconds(Double timeLeftSeconds)
The estimated time left to complete a running crawl.
timeLeftSeconds
- The estimated time left to complete a running crawl.public Double getTimeLeftSeconds()
The estimated time left to complete a running crawl.
public CrawlerMetrics withTimeLeftSeconds(Double timeLeftSeconds)
The estimated time left to complete a running crawl.
timeLeftSeconds
- The estimated time left to complete a running crawl.public void setStillEstimating(Boolean stillEstimating)
True if the crawler is estimating its
stillEstimating
- True if the crawler is estimating itspublic Boolean getStillEstimating()
True if the crawler is estimating its
public CrawlerMetrics withStillEstimating(Boolean stillEstimating)
True if the crawler is estimating its
stillEstimating
- True if the crawler is estimating itspublic Boolean isStillEstimating()
True if the crawler is estimating its
public void setLastRuntimeSeconds(Double lastRuntimeSeconds)
The duration of the crawler's most recent run, in seconds.
lastRuntimeSeconds
- The duration of the crawler's most recent run, in seconds.public Double getLastRuntimeSeconds()
The duration of the crawler's most recent run, in seconds.
public CrawlerMetrics withLastRuntimeSeconds(Double lastRuntimeSeconds)
The duration of the crawler's most recent run, in seconds.
lastRuntimeSeconds
- The duration of the crawler's most recent run, in seconds.public void setMedianRuntimeSeconds(Double medianRuntimeSeconds)
The median duration of this crawler's runs, in seconds.
medianRuntimeSeconds
- The median duration of this crawler's runs, in seconds.public Double getMedianRuntimeSeconds()
The median duration of this crawler's runs, in seconds.
public CrawlerMetrics withMedianRuntimeSeconds(Double medianRuntimeSeconds)
The median duration of this crawler's runs, in seconds.
medianRuntimeSeconds
- The median duration of this crawler's runs, in seconds.public void setTablesCreated(Integer tablesCreated)
A list of the tables created by this crawler.
tablesCreated
- A list of the tables created by this crawler.public Integer getTablesCreated()
A list of the tables created by this crawler.
public CrawlerMetrics withTablesCreated(Integer tablesCreated)
A list of the tables created by this crawler.
tablesCreated
- A list of the tables created by this crawler.public void setTablesUpdated(Integer tablesUpdated)
A list of the tables created by this crawler.
tablesUpdated
- A list of the tables created by this crawler.public Integer getTablesUpdated()
A list of the tables created by this crawler.
public CrawlerMetrics withTablesUpdated(Integer tablesUpdated)
A list of the tables created by this crawler.
tablesUpdated
- A list of the tables created by this crawler.public void setTablesDeleted(Integer tablesDeleted)
A list of the tables deleted by this crawler.
tablesDeleted
- A list of the tables deleted by this crawler.public Integer getTablesDeleted()
A list of the tables deleted by this crawler.
public CrawlerMetrics withTablesDeleted(Integer tablesDeleted)
A list of the tables deleted by this crawler.
tablesDeleted
- A list of the tables deleted by this crawler.public String toString()
toString
in class Object
Object.toString()
public CrawlerMetrics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.