Package de.hybris.platform.jmx.mbeans
Interface FlexibleQueryMBean
-
- All Known Implementing Classes:
FlexibleQueryMBeanImpl
public interface FlexibleQueryMBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.IntegergetCurrentSize()java.lang.IntegergetCurrentSizeInPercent()java.lang.IntegergetMaxSize()
-
-
-
Method Detail
-
getMaxSize
java.lang.Integer getMaxSize()
- Returns:
- the maximum entities size of the flexible query.
-
getCurrentSize
java.lang.Integer getCurrentSize()
- Returns:
- the current entities size of the flexible query.
-
getCurrentSizeInPercent
java.lang.Integer getCurrentSizeInPercent()
- Returns:
- the current entities size in percent of the flexible query.
-
-