Interface StopwatchMXBean
-
- All Superinterfaces:
org.javasimon.jmx.SimonSuperMXBean
,org.javasimon.jmx.StopwatchMXBean
- All Known Implementing Classes:
StopwatchMXBeanImpl
@Deprecated(since="11.4") public interface StopwatchMXBean extends org.javasimon.jmx.StopwatchMXBean
Deprecated.since 11.4: use dropwizard metrics timer instead- Author:
- matic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Map<String,Serializable>
sampleAsMap()
Deprecated.String
sampleAsString()
Deprecated.
-
-
-
Method Detail
-
sampleAsString
String sampleAsString()
Deprecated.
-
sampleAsMap
Map<String,Serializable> sampleAsMap()
Deprecated.
-
-