Packages

c

io.gatling.graphite

OldGraphitePathPattern

class OldGraphitePathPattern extends GraphitePathPattern

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OldGraphitePathPattern
  2. GraphitePathPattern
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OldGraphitePathPattern(runMessage: RunMessage, configuration: GatlingConfiguration)

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 activeUsers(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  5. def allResponses(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  6. val allResponsesPath: GraphitePath
  7. val allUsersPath: GraphitePath
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def count(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  11. def doneUsers(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def koResponses(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  19. def max(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  20. def mean(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  21. val metricRootPath: GraphitePath
  22. def metrics(userBreakdowns: Map[GraphitePath, UserBreakdown], responseMetricsByStatus: Map[GraphitePath, MetricByStatus]): Iterator[(String, Long)]
    Definition Classes
    GraphitePathPattern
  23. def min(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def okResponses(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  28. def percentiles1(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  29. def percentiles2(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  30. def percentiles3(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  31. def percentiles4(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  32. def responsePath(requestName: String, groupHierarchy: List[String]): GraphitePath
  33. def stdDev(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def usersPath(scenario: String): GraphitePath
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  40. def waitingUsers(path: GraphitePath): GraphitePath
    Attributes
    protected
    Definition Classes
    OldGraphitePathPatternGraphitePathPattern

Inherited from GraphitePathPattern

Inherited from AnyRef

Inherited from Any

Ungrouped