Class QueryStatsMBeanImpl

    • Method Detail

      • getSlowQueries

        public javax.management.openmbean.TabularData getSlowQueries()
        Description copied from interface: QueryStatsMBean
        Get the slow queries. Those are the ones that scan more than 100'000 nodes, or the configured maximum number of nodes to scan. (Raw execution time is not taken into account, as execution can be slow if the code is not compiled yet.)
        Specified by:
        getSlowQueries in interface QueryStatsMBean
        Returns:
        the slow queries table
      • setCaptureStackTraces

        public void setCaptureStackTraces​(boolean captureStackTraces)
        Description copied from interface: QueryStatsMBean
        Whether to capture a thread dump in addition to the thread name. No thread name / thread dump is captures for internal queries.
        Specified by:
        setCaptureStackTraces in interface QueryStatsMBean
        Parameters:
        captureStackTraces - the new valu
      • getEvictionCount

        public int getEvictionCount()