Package apple.struct

Class au_qctrl


  • public final class au_qctrl
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        au_qctrl()  
      protected au_qctrl​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int aq_bufsz()
      Max size of audit record for audit(2).
      int aq_delay()
      Queue delay (not used).
      int aq_hiwater()
      Max # of audit recs in queue when threads with new ARs get blocked.
      int aq_lowater()
      # of audit recs in queue when blocked threads get unblocked.
      int aq_minfree()
      Minimum filesystem percent free space.
      void setAq_bufsz​(int value)
      Max size of audit record for audit(2).
      void setAq_delay​(int value)
      Queue delay (not used).
      void setAq_hiwater​(int value)
      Max # of audit recs in queue when threads with new ARs get blocked.
      void setAq_lowater​(int value)
      # of audit recs in queue when blocked threads get unblocked.
      void setAq_minfree​(int value)
      Minimum filesystem percent free space.
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • au_qctrl

        public au_qctrl()
      • au_qctrl

        protected au_qctrl​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • aq_hiwater

        public int aq_hiwater()
        Max # of audit recs in queue when threads with new ARs get blocked.
      • setAq_hiwater

        public void setAq_hiwater​(int value)
        Max # of audit recs in queue when threads with new ARs get blocked.
      • aq_lowater

        public int aq_lowater()
        # of audit recs in queue when blocked threads get unblocked.
      • setAq_lowater

        public void setAq_lowater​(int value)
        # of audit recs in queue when blocked threads get unblocked.
      • aq_bufsz

        public int aq_bufsz()
        Max size of audit record for audit(2).
      • setAq_bufsz

        public void setAq_bufsz​(int value)
        Max size of audit record for audit(2).
      • aq_delay

        public int aq_delay()
        Queue delay (not used).
      • setAq_delay

        public void setAq_delay​(int value)
        Queue delay (not used).
      • aq_minfree

        public int aq_minfree()
        Minimum filesystem percent free space.
      • setAq_minfree

        public void setAq_minfree​(int value)
        Minimum filesystem percent free space.