CrawlerMetrics

Metrics for a specified crawler.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the crawler.

Link copied to clipboard

The duration of the crawler's most recent run, in seconds.

Link copied to clipboard

The median duration of this crawler's runs, in seconds.

Link copied to clipboard

True if the crawler is still estimating how long it will take to complete this run.

Link copied to clipboard

The number of tables created by this crawler.

Link copied to clipboard

The number of tables deleted by this crawler.

Link copied to clipboard

The number of tables updated by this crawler.

Link copied to clipboard

The estimated time left to complete a running crawl.

Functions

Link copied to clipboard
inline fun copy(block: CrawlerMetrics.Builder.() -> Unit = {}): CrawlerMetrics
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String