Packages

c

com.yammer.metrics.reporting

CustomMetricsServlet

class CustomMetricsServlet extends MetricsServlet with MetricsRegistryListener with Logging

Linear Supertypes
Logging, MetricsRegistryListener, EventListener, MetricsServlet, MetricProcessor[Context], HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CustomMetricsServlet
  2. Logging
  3. MetricsRegistryListener
  4. EventListener
  5. MetricsServlet
  6. MetricProcessor
  7. HttpServlet
  8. GenericServlet
  9. Serializable
  10. ServletConfig
  11. Servlet
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new CustomMetricsServlet(registry: MetricsRegistry)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def debug(msg: => String, e: => Throwable): Unit
    Definition Classes
    Logging
  7. def debug(msg: => String): Unit
    Definition Classes
    Logging
  8. def destroy(): Unit
    Definition Classes
    GenericServlet → Servlet
  9. def doDelete(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
  10. def doGet(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[reporting]
    Definition Classes
    MetricsServlet → HttpServlet
    Annotations
    @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
  11. def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
  12. def doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
  13. def doPost(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
  14. def doPut(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
  15. def doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def error(msg: => String, e: => Throwable): Unit
    Definition Classes
    Logging
  19. def error(msg: => String): Unit
    Definition Classes
    Logging
  20. def fatal(msg: => String, e: => Throwable): Unit
    Definition Classes
    Logging
  21. def fatal(msg: => String): Unit
    Definition Classes
    Logging
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def getInitParameter(arg0: String): String
    Definition Classes
    GenericServlet → ServletConfig
  25. def getInitParameterNames(): Enumeration[String]
    Definition Classes
    GenericServlet → ServletConfig
  26. def getLastModified(arg0: HttpServletRequest): Long
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
  27. def getServletConfig(): ServletConfig
    Definition Classes
    GenericServlet → Servlet
  28. def getServletContext(): ServletContext
    Definition Classes
    GenericServlet → ServletConfig
  29. def getServletInfo(): String
    Definition Classes
    GenericServlet → Servlet
  30. def getServletName(): String
    Definition Classes
    GenericServlet → ServletConfig
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def info(msg: => String, e: => Throwable): Unit
    Definition Classes
    Logging
  33. def info(msg: => String): Unit
    Definition Classes
    Logging
  34. def init(arg0: ServletConfig): Unit
    Definition Classes
    MetricsServlet → GenericServlet → Servlet
    Annotations
    @throws(classOf[javax.servlet.ServletException])
  35. def init(): Unit
    Definition Classes
    GenericServlet
    Annotations
    @throws(classOf[javax.servlet.ServletException])
  36. def isDebugEnabled: Boolean
    Definition Classes
    Logging
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def isTraceEnabled: Boolean
    Definition Classes
    Logging
  39. def log(arg0: String, arg1: Throwable): Unit
    Definition Classes
    GenericServlet
  40. def log(arg0: String): Unit
    Definition Classes
    GenericServlet
  41. val logIdent: String
    Attributes
    protected
    Definition Classes
    Logging
  42. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  43. def loggerName: String
    Attributes
    protected
    Definition Classes
    Logging
  44. def msgWithLogIdent(msg: String): String
    Attributes
    protected
    Definition Classes
    Logging
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  47. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. def onMetricAdded(name: MetricName, metric: Metric): Unit
    Definition Classes
    CustomMetricsServlet → MetricsRegistryListener
  49. def onMetricRemoved(name: MetricName): Unit
    Definition Classes
    CustomMetricsServlet → MetricsRegistryListener
  50. def processCounter(arg0: MetricName, arg1: Counter, arg2: Context): Unit
    Definition Classes
    MetricsServlet → MetricProcessor
    Annotations
    @throws(classOf[java.lang.Exception])
  51. def processGauge(arg0: MetricName, arg1: Gauge[_ <: AnyRef], arg2: Context): Unit
    Definition Classes
    MetricsServlet → MetricProcessor
    Annotations
    @throws(classOf[java.lang.Exception])
  52. def processHistogram(arg0: MetricName, arg1: Histogram, arg2: Context): Unit
    Definition Classes
    MetricsServlet → MetricProcessor
    Annotations
    @throws(classOf[java.lang.Exception])
  53. def processMeter(name: MetricName, meter: Metered, context: Context): Unit
    Definition Classes
    CustomMetricsServlet → MetricsServlet → MetricProcessor
  54. def processTimer(arg0: MetricName, arg1: Timer, arg2: Context): Unit
    Definition Classes
    MetricsServlet → MetricProcessor
    Annotations
    @throws(classOf[java.lang.Exception])
  55. var registry: MetricsRegistry
  56. def service(arg0: ServletRequest, arg1: ServletResponse): Unit
    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
  57. def service(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit
    Attributes
    protected[http]
    Definition Classes
    HttpServlet
    Annotations
    @throws(classOf[javax.servlet.ServletException]) @throws(classOf[java.io.IOException])
  58. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  59. def toString(): String
    Definition Classes
    AnyRef → Any
  60. def trace(msg: => String, e: => Throwable): Unit
    Definition Classes
    Logging
  61. def trace(msg: => String): Unit
    Definition Classes
    Logging
  62. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  65. def warn(msg: => String, e: => Throwable): Unit
    Definition Classes
    Logging
  66. def warn(msg: => String): Unit
    Definition Classes
    Logging
  67. def writeRegularMetrics(json: JsonGenerator, classPrefix: String, showFullSamples: Boolean): Unit
    Definition Classes
    CustomMetricsServlet → MetricsServlet

Inherited from Logging

Inherited from MetricsRegistryListener

Inherited from EventListener

Inherited from MetricsServlet

Inherited from MetricProcessor[Context]

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any

Ungrouped