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 Detail

      • FlexibleQueryMBeanImpl

        public FlexibleQueryMBeanImpl()
    • Method Detail

      • getMaxSize

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