Object

org.apache.spark.metrics.source

HiveCatalogMetrics

Related Doc: package source

Permalink

object HiveCatalogMetrics extends Source

:: Experimental :: Metrics for access to the hive external catalog.

Annotations
@Experimental()
Source
StaticSources.scala
Linear Supertypes
Source, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HiveCatalogMetrics
  2. Source
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val METRIC_FILES_DISCOVERED: Counter

    Permalink

    Tracks the total number of files discovered off of the filesystem by InMemoryFileIndex.

  5. val METRIC_FILE_CACHE_HITS: Counter

    Permalink

    Tracks the total number of files served from the file status cache instead of discovered.

  6. val METRIC_HIVE_CLIENT_CALLS: Counter

    Permalink

    Tracks the total number of Hive client calls (e.g.

    Tracks the total number of Hive client calls (e.g. to lookup a table).

  7. val METRIC_PARALLEL_LISTING_JOB_COUNT: Counter

    Permalink

    Tracks the total number of Spark jobs launched for parallel file listing.

  8. val METRIC_PARTITIONS_FETCHED: Counter

    Permalink

    Tracks the total number of partition metadata entries fetched via the client api.

  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. def incrementFetchedPartitions(n: Int): Unit

    Permalink
  17. def incrementFileCacheHits(n: Int): Unit

    Permalink
  18. def incrementFilesDiscovered(n: Int): Unit

    Permalink
  19. def incrementHiveClientCalls(n: Int): Unit

    Permalink
  20. def incrementParallelListingJobCount(n: Int): Unit

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. val metricRegistry: MetricRegistry

    Permalink
    Definition Classes
    HiveCatalogMetrics → Source
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def reset(): Unit

    Permalink

    Resets the values of all metrics to zero.

    Resets the values of all metrics to zero. This is useful in tests.

  27. val sourceName: String

    Permalink
    Definition Classes
    HiveCatalogMetrics → Source
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Source

Inherited from AnyRef

Inherited from Any

Ungrouped