Class 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.
  • Constructor Details

    • FlexibleQueryMBeanImpl

      public FlexibleQueryMBeanImpl()
  • Method Details

    • getMaxSize

      @ManagedAttribute(description="Maximum entities size of the flexible query.") public Integer getMaxSize()
      Specified by:
      getMaxSize in interface FlexibleQueryMBean
      Returns:
      the maximum entities size of the flexible query.
    • getCurrentSize

      @ManagedAttribute(description="Current entities size of the flexible query.") public Integer getCurrentSize()
      Specified by:
      getCurrentSize in interface FlexibleQueryMBean
      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:
      getCurrentSizeInPercent in interface FlexibleQueryMBean
      Returns:
      the current entities size in percent of the flexible query.