Packages

o

org.apache.spark.metrics.source

HiveCatalogMetrics

object HiveCatalogMetrics extends Source

Metrics for access to the hive external catalog.

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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val METRIC_FILES_DISCOVERED: Counter

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

  5. val METRIC_FILE_CACHE_HITS: Counter

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

  6. val METRIC_HIVE_CLIENT_CALLS: Counter

    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

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

  8. val METRIC_PARTITIONS_FETCHED: Counter

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

  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def incrementFetchedPartitions(n: Int): Unit
  16. def incrementFileCacheHits(n: Int): Unit
  17. def incrementFilesDiscovered(n: Int): Unit
  18. def incrementHiveClientCalls(n: Int): Unit
  19. def incrementParallelListingJobCount(n: Int): Unit
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val metricRegistry: MetricRegistry
    Definition Classes
    HiveCatalogMetrics → Source
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. def reset(): Unit

    Resets the values of all metrics to zero.

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

  26. val sourceName: String
    Definition Classes
    HiveCatalogMetrics → Source
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Source

Inherited from AnyRef

Inherited from Any

Ungrouped