Class FlexibleQueryMBeanImpl
java.lang.Object
de.hybris.platform.jmx.mbeans.impl.JMXBindableTenantAwareObject
de.hybris.platform.jmx.mbeans.impl.AbstractJMXMBean
de.hybris.platform.jmx.mbeans.impl.FlexibleQueryMBeanImpl
- All Implemented Interfaces:
FlexibleQueryMBean,org.springframework.beans.factory.InitializingBean
@ManagedResource(description="Overview of the hybris platform flexible query cache.")
public class FlexibleQueryMBeanImpl
extends AbstractJMXMBean
implements FlexibleQueryMBean
hybris MBean. Shows statistics for the hybris platform flexible query cache.
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jmx.mbeans.impl.AbstractJMXMBean
AbstractJMXMBean.TenantAwareExecutor<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class de.hybris.platform.jmx.mbeans.impl.AbstractJMXMBean
activateTenant, afterPropertiesSet, deactivateTenant, getBeanInterface, getObjectName, isJNDIContextAware, setBeanInterface, setJmxPathMethods inherited from class de.hybris.platform.jmx.mbeans.impl.JMXBindableTenantAwareObject
getJmxDomain, getJmxPath, getObjectNameString, getTenantId, setTenant
-
Constructor Details
-
FlexibleQueryMBeanImpl
public FlexibleQueryMBeanImpl()
-
-
Method Details
-
getMaxSize
@ManagedAttribute(description="Maximum entities size of the flexible query.") public Integer getMaxSize()- Specified by:
getMaxSizein interfaceFlexibleQueryMBean- Returns:
- the maximum entities size of the flexible query.
-
getCurrentSize
@ManagedAttribute(description="Current entities size of the flexible query.") public Integer getCurrentSize()- Specified by:
getCurrentSizein interfaceFlexibleQueryMBean- Returns:
- the current entities size of the flexible query.
-
getCurrentSizeInPercent
@ManagedAttribute(description="Current entities size of the flexible query in percent.") public Integer getCurrentSizeInPercent()- Specified by:
getCurrentSizeInPercentin interfaceFlexibleQueryMBean- Returns:
- the current entities size in percent of the flexible query.
-