Uses of Class
org.nuxeo.runtime.util.Watch.TimeInterval
-
Packages that use Watch.TimeInterval Package Description org.nuxeo.runtime.util -
-
Uses of Watch.TimeInterval in org.nuxeo.runtime.util
Fields in org.nuxeo.runtime.util declared as Watch.TimeInterval Modifier and Type Field Description Watch.TimeInterval
Watch. total
Fields in org.nuxeo.runtime.util with type parameters of type Watch.TimeInterval Modifier and Type Field Description Map<String,Watch.TimeInterval>
Watch. intervals
Methods in org.nuxeo.runtime.util that return Watch.TimeInterval Modifier and Type Method Description Watch.TimeInterval[]
Watch. getIntervals()
Watch.TimeInterval
Watch. getTotal()
Methods in org.nuxeo.runtime.util with parameters of type Watch.TimeInterval Modifier and Type Method Description int
Watch.TimeInterval. compareTo(Watch.TimeInterval o)
Constructor parameters in org.nuxeo.runtime.util with type arguments of type Watch.TimeInterval Constructor Description Watch(Map<String,Watch.TimeInterval> intervals)
-