Package de.hybris.platform.jmx.mbeans
Interface FlexibleQueryMBean
- All Known Implementing Classes:
FlexibleQueryMBeanImpl
public interface FlexibleQueryMBean
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getMaxSize
Integer getMaxSize()- Returns:
- the maximum entities size of the flexible query.
-
getCurrentSize
Integer getCurrentSize()- Returns:
- the current entities size of the flexible query.
-
getCurrentSizeInPercent
Integer getCurrentSizeInPercent()- Returns:
- the current entities size in percent of the flexible query.
-