Class MonitorFields.PageCache

  • Enclosing class:
    MonitorFields

    public static final class MonitorFields.PageCache
    extends java.lang.Object
    Page cache related fields.
    Since:
    11.0.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CLEAR_COUNT
      Number of cache cleanups performed field.
      static java.lang.String FIELD_ID
      Identifier of the page cache field.
    • Constructor Summary

      Constructors 
      Constructor Description
      PageCache()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • FIELD_ID

        public static final java.lang.String FIELD_ID
        Identifier of the page cache field.
        Since:
        11.0.0
        See Also:
        Constant Field Values
      • CLEAR_COUNT

        public static final java.lang.String CLEAR_COUNT
        Number of cache cleanups performed field.
        Since:
        11.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • PageCache

        public PageCache()