Package | Description |
---|---|
org.spf4j.perf | |
org.spf4j.perf.impl | |
org.spf4j.perf.io |
Modifier and Type | Method and Description |
---|---|
static <T> T |
PerformanceMonitor.callAndMonitor(MeasurementRecorderSource mrs,
long warnMillis,
long errorMillis,
Callable<T> callable) |
static <T> T |
PerformanceMonitor.callAndMonitor(MeasurementRecorderSource mrs,
long warnMillis,
long errorMillis,
Callable<T> callable,
boolean isLogInfo,
Object... detail) |
static <T> Callable<T> |
PerformanceMonitor.performanceMonitoredCallable(MeasurementRecorderSource mrs,
long warnMillis,
long errorMillis,
Callable<T> callable) |
static <T> Callable<T> |
PerformanceMonitor.performanceMonitoredCallable(MeasurementRecorderSource mrs,
long warnMillis,
long errorMillis,
Callable<T> callable,
boolean isLogInfo,
Object... detail) |
Modifier and Type | Class and Description |
---|---|
class |
DirectRecorderSource |
class |
NopMeasurementRecorderSource |
class |
ScalableMeasurementRecorderSource |
Modifier and Type | Method and Description |
---|---|
static MeasurementRecorderSource |
RecorderFactory.createDirectRecorderSource(Object forWhat,
String unitOfMeasurement) |
static MeasurementRecorderSource |
RecorderFactory.createScalableCountingRecorderSource(Object forWhat,
String unitOfMeasurement,
int sampleTimeMillis) |
static MeasurementRecorderSource |
RecorderFactory.createScalableMinMaxAvgRecorderSource(Object forWhat,
String unitOfMeasurement,
int sampleTimeMillis) |
static MeasurementRecorderSource |
RecorderFactory.createScalableQuantizedRecorderSource(Object forWhat,
String unitOfMeasurement,
int sampleTimeMillis,
int factor,
int lowerMagnitude,
int higherMagnitude,
int quantasPerMagnitude) |
Copyright © 2014. All rights reserved.