Interface ChangeProcessorMBean
-
public interface ChangeProcessorMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getPrefilterExcludeCount()
Returns the number of commits that were excluded by the prefiltering mechanismint
getPrefilterIncludeCount()
Returns the number of commits that were included by the prefiltering mechanismint
getPrefilterSkipCount()
Returns the number of commits that skipped prefiltering, thus got included
-
-
-
Field Detail
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPrefilterExcludeCount
int getPrefilterExcludeCount()
Returns the number of commits that were excluded by the prefiltering mechanism
-
getPrefilterIncludeCount
int getPrefilterIncludeCount()
Returns the number of commits that were included by the prefiltering mechanism
-
getPrefilterSkipCount
int getPrefilterSkipCount()
Returns the number of commits that skipped prefiltering, thus got included
-
-