Class FilterHandle
java.lang.Object
org.apache.sling.engine.impl.filter.FilterHandle
- All Implemented Interfaces:
Comparable<FilterHandle>
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(FilterHandle other) Note: this class has a natural ordering that is inconsistent with equals.boolean
long
getCalls()
javax.servlet.Filter
long
int
getOrder()
long
getTime()
get the total duration to process this filterlong
get the average duration per call of this filterint
hashCode()
-
Method Details
-
getFilter
public javax.servlet.Filter getFilter() -
getFilterId
public long getFilterId() -
getOrder
public int getOrder() -
getOrderSource
-
getCalls
public long getCalls() -
getTime
public long getTime()get the total duration to process this filter- Returns:
- duration in miliseconds
-
getTimePerCall
public long getTimePerCall()get the average duration per call of this filter- Returns:
- the average duration in microseconds
-
compareTo
Note: this class has a natural ordering that is inconsistent with equals.- Specified by:
compareTo
in interfaceComparable<FilterHandle>
-
hashCode
public int hashCode() -
equals
-