Uses of Class
org.apache.jackrabbit.oak.commons.time.Stopwatch
-
Packages that use Stopwatch Package Description org.apache.jackrabbit.oak.commons.time Internal ("private") utilities related to timing...org.apache.jackrabbit.oak.plugins.document.mongo org.apache.jackrabbit.oak.plugins.index org.apache.jackrabbit.oak.segment.aws.tool org.apache.jackrabbit.oak.segment.azure.tool -
-
Uses of Stopwatch in org.apache.jackrabbit.oak.commons.time
Methods in org.apache.jackrabbit.oak.commons.time that return Stopwatch Modifier and Type Method Description static StopwatchStopwatch. createStarted()static StopwatchStopwatch. createStarted(Clock clock)static StopwatchStopwatch. createStarted(Supplier<Long> ticker)static StopwatchStopwatch. createUnstarted()static StopwatchStopwatch. createUnstarted(Supplier<Long> ticker)StopwatchStopwatch. reset()Resets the stop watch, and puts it into stopped state.StopwatchStopwatch. start()Starts the stop watch, will fail when running.StopwatchStopwatch. stop()Stops the stop watch, will fail when not running. -
Uses of Stopwatch in org.apache.jackrabbit.oak.plugins.document.mongo
Methods in org.apache.jackrabbit.oak.plugins.document.mongo that return Stopwatch Modifier and Type Method Description protected StopwatchMongoDocumentStore. startWatch() -
Uses of Stopwatch in org.apache.jackrabbit.oak.plugins.index
Methods in org.apache.jackrabbit.oak.plugins.index with parameters of type Stopwatch Modifier and Type Method Description static StringMetricsFormatter. createMetricsWithDurationOnly(Stopwatch taskStartWatch)static StringFormattingUtils. formatToMillis(Stopwatch stopwatch)static StringFormattingUtils. formatToSeconds(Stopwatch stopwatch) -
Uses of Stopwatch in org.apache.jackrabbit.oak.segment.aws.tool
Methods in org.apache.jackrabbit.oak.segment.aws.tool with parameters of type Stopwatch Modifier and Type Method Description static StringAwsToolUtils. printableStopwatch(Stopwatch s) -
Uses of Stopwatch in org.apache.jackrabbit.oak.segment.azure.tool
Methods in org.apache.jackrabbit.oak.segment.azure.tool with parameters of type Stopwatch Modifier and Type Method Description static StringToolUtils. printableStopwatch(Stopwatch s)
-