Class InMemorySamplingService
java.lang.Object
org.apache.fineract.infrastructure.core.diagnostics.performance.sampling.core.AbstractSamplingService
org.apache.fineract.infrastructure.core.diagnostics.performance.sampling.core.InMemorySamplingService
- All Implemented Interfaces:
SamplingService
-
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoReset()Subclasses can override this to do specific cleanup.protected voidtakeSample(String key, Duration duration) Methods inherited from class org.apache.fineract.infrastructure.core.diagnostics.performance.sampling.core.AbstractSamplingService
reset, sample, sample
-
Method Details
-
getSamplingData
-
takeSample
- Specified by:
takeSamplein classAbstractSamplingService
-
doReset
protected void doReset()Description copied from class:AbstractSamplingServiceSubclasses can override this to do specific cleanup.- Overrides:
doResetin classAbstractSamplingService
-