abstract class GraphitePathPattern extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GraphitePathPattern
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new GraphitePathPattern(runMessage: RunMessage, configuration: GatlingConfiguration)
Abstract Value Members
- abstract def activeUsers(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def allResponses(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def allResponsesPath: GraphitePath
- abstract def allUsersPath: GraphitePath
- abstract def count(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def doneUsers(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def koResponses(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def max(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def mean(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def metricRootPath: GraphitePath
- Attributes
- protected
- abstract def min(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def okResponses(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def percentiles1(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def percentiles2(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def percentiles3(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def percentiles4(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def responsePath(requestName: String, groups: List[String]): GraphitePath
- abstract def stdDev(path: GraphitePath): GraphitePath
- Attributes
- protected
- abstract def usersPath(scenario: String): GraphitePath
- abstract def waitingUsers(path: GraphitePath): GraphitePath
- Attributes
- protected
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def metrics(userBreakdowns: Map[GraphitePath, UserBreakdown], responseMetricsByStatus: Map[GraphitePath, MetricByStatus]): Iterator[(String, Long)]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()