UnitPrefix

com.netflix.atlas.core.util.UnitPrefix
See theUnitPrefix companion object
case class UnitPrefix(symbol: String, text: String, factor: Double)

Common prefixes used for units or human readable strings.

Value parameters

factor

the multiplication factor for the prefix

symbol

the symbol shown for the prefix

text

text for the prefix

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def format(value: Double, fmtstr: String): String
def format(v: Double, fmtstr: String, scifmt: String): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product