Interface GCInspectorMXBean

  • All Known Implementing Classes:
    GCInspector

    public interface GCInspectorMXBean
    • Method Detail

      • getAndResetStats

        double[] getAndResetStats()
      • setGcWarnThresholdInMs

        void setGcWarnThresholdInMs​(long threshold)
      • getGcWarnThresholdInMs

        long getGcWarnThresholdInMs()
      • setGcLogThresholdInMs

        void setGcLogThresholdInMs​(long threshold)
      • getGcLogThresholdInMs

        long getGcLogThresholdInMs()
      • getStatusThresholdInMs

        long getStatusThresholdInMs()