Package org.apache.sling.engine.jmx
Interface FilterProcessorMBean
-
@ProviderType public interface FilterProcessorMBeanThis is the management interface for the Filter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetInvocationsCount()Returns the number of invocations collected since last resetting the statistics.doublegetMeanFilterDurationMsec()Returns the mean filter invocation time in milliseconds since resetting the statistics.voidresetStatistics()Resets all statistics values and restarts from zero.
-
-
-
Method Detail
-
getInvocationsCount
long getInvocationsCount()
Returns the number of invocations collected since last resetting the statistics.- Returns:
- Get invocation count
- See Also:
resetStatistics()
-
getMeanFilterDurationMsec
double getMeanFilterDurationMsec()
Returns the mean filter invocation time in milliseconds since resetting the statistics.- Returns:
- Get mean filter duration
- See Also:
resetStatistics()
-
resetStatistics
void resetStatistics()
Resets all statistics values and restarts from zero.
-
-