@ProviderType
public interface FilterProcessorMBean
Modifier and Type | Method and Description |
---|---|
long |
getInvocationsCount()
Returns the number of invocations collected since last resetting the
statistics.
|
double |
getMeanFilterDurationMsec()
Returns the mean filter invocation time in milliseconds since resetting
the statistics.
|
void |
resetStatistics()
Resets all statistics values and restarts from zero.
|
long getInvocationsCount()
resetStatistics()
double getMeanFilterDurationMsec()
resetStatistics()
void resetStatistics()
Copyright © 2017 The Apache Software Foundation. All rights reserved.