Packages

c

org.yupana.core.utils.metric

StandaloneMetricCollector

class StandaloneMetricCollector extends StandardMetricCollector

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandaloneMetricCollector
  2. StandardMetricCollector
  3. MetricQueryCollector
  4. MetricCollector
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StandaloneMetricCollector(query: Query, user: String, operationName: String, metricsUpdateInterval: Int, reporter: MetricReporter[MetricQueryCollector])

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. def allMetrics: Seq[MetricImpl]
    Definition Classes
    StandardMetricCollector → MetricCollector
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def checkpoint(): Unit
    Definition Classes
    StandardMetricCollector → MetricCollector
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. val collectResultRows: MetricImpl
  9. val createContext: MetricImpl
  10. val createDimensionFilters: MetricImpl
  11. val createScans: MetricImpl
  12. def dynamicMetric(name: String): Metric
    Definition Classes
    StandardMetricCollector → MetricCollector
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. val evaluateExpressions: MetricImpl
  16. val extractDataComputation: MetricImpl
  17. val extractKeyData: MetricImpl
  18. val filter: MetricImpl
  19. val filterRows: MetricImpl
  20. def finish(): Unit
    Definition Classes
    StandardMetricCollector → MetricCollector
  21. val finishAt: Long
    Attributes
    protected
    Definition Classes
    MetricCollector
  22. lazy val fullId: String
    Definition Classes
    MetricCollector
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  25. def id: String
    Definition Classes
    MetricQueryCollector → MetricCollector
  26. val initQueryContext: MetricImpl
  27. val isEnabled: Boolean
    Definition Classes
    StandardMetricCollector → MetricCollector
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val isSparkQuery: Boolean
  30. def meta: String
    Definition Classes
    MetricQueryCollector → MetricCollector
  31. def metricUpdated(metric: Metric, time: Long): Unit
    Definition Classes
    StandardMetricCollector → MetricCollector
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  35. val operationName: String
    Definition Classes
    StandardMetricCollector → MetricCollector
  36. val partitionId: Option[String]
    Definition Classes
    StandaloneMetricCollector → MetricCollector
  37. val postFilter: MetricImpl
  38. val query: Query
  39. def queryStatus: QueryStatus
    Definition Classes
    MetricCollector
  40. val readExternalLinks: MetricImpl
  41. val reduceOperation: MetricImpl
  42. def resultDuration: Long
    Definition Classes
    MetricCollector
  43. val scan: MetricImpl
  44. def setQueryStatus(newStatus: QueryStatus): Unit
    Definition Classes
    MetricCollector
  45. def start(): Unit
    Definition Classes
    StandardMetricCollector → MetricCollector
  46. val startAt: Long
    Attributes
    protected
    Definition Classes
    MetricCollector
  47. def startTime: Long
    Definition Classes
    MetricCollector
  48. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  49. def toString(): String
    Definition Classes
    AnyRef → Any
  50. val user: String
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. val windowFunctions: MetricImpl

Deprecated Value Members

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

    (Since version 9)

Inherited from MetricQueryCollector

Inherited from MetricCollector

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped