| java.lang.Object | |
| ↳ | sun.tools.jstat.Scale |
A typesafe enumeration for describing data scaling semantics
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| GIGA | Scale representing a giga scaling | ||||||||||
| HOUR | Scale representing a hours scaling | ||||||||||
| HOUR2 | |||||||||||
| KILO | Scale representing a kilo scaling | ||||||||||
| MEGA | Scale representing a mega scaling | ||||||||||
| MICRO | Scale representing a micro scaling | ||||||||||
| MILLI | Scale representing a milli scaling | ||||||||||
| MINUTES | Scale representing a minutes scaling | ||||||||||
| MSEC | Scale representing a millisecond scaling | ||||||||||
| NANO | Scale representing a nano scaling | ||||||||||
| NSEC | Scale representing a nanosecond scaling | ||||||||||
| PERCENT | Scale representing a percent scaling | ||||||||||
| PETA | Scale representing a tera scaling | ||||||||||
| PICO | Scale representing a pico scaling | ||||||||||
| PSEC | Scale representing a picosecond scaling | ||||||||||
| RAW | Scale representing a no scaling | ||||||||||
| SEC | Scale representing a second scaling | ||||||||||
| SEC2 | |||||||||||
| TERA | Scale representing a tera scaling | ||||||||||
| USEC | Scale representing a microsecond scaling | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the scaling factor of this Scale object
| |||||||||||
Maps a string to its corresponding Scale object.
| |||||||||||
Returns the string representation of this Scale object.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns an enumeration of the keys for this enumerated type
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns the scaling factor of this Scale object
Maps a string to its corresponding Scale object.
| s | a string to match against Scale objects. |
|---|
Returns the string representation of this Scale object. The string representation is the name of the Scale object.
Returns an enumeration of the keys for this enumerated type