Interface ChangeProcessorMBean
-
public interface ChangeProcessorMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPrefilterExcludeCount()Returns the number of commits that were excluded by the prefiltering mechanismintgetPrefilterIncludeCount()Returns the number of commits that were included by the prefiltering mechanismintgetPrefilterSkipCount()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
-
-