Package org.libvirt

Class ConnectGetAllDomainStatsFlags

java.lang.Object
org.libvirt.ConnectGetAllDomainStatsFlags

public final class ConnectGetAllDomainStatsFlags extends Object
Bit flags for Connect.getAllDomainStats(int, int) and Connect.getDomainListStats(Domain[], int, int).

Matches the VIR_CONNECT_GET_ALL_DOMAINS_STATS_* constants from libvirt.

See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Include active domains.
    static final int
    Expand block stats to cover backing chains.
    static final int
    Fail if any requested stats group is not supported by the daemon.
    static final int
    Include inactive domains.
    static final int
    Skip domains whose lock cannot be acquired immediately.
    static final int
    Include domains in other states.
    static final int
    Include paused domains.
    static final int
    Include persistent domains.
    static final int
    Include running domains.
    static final int
    Include shutoff domains.
    static final int
    Include transient domains.
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • ACTIVE

      public static final int ACTIVE
      Include active domains.
      See Also:
    • INACTIVE

      public static final int INACTIVE
      Include inactive domains.
      See Also:
    • PERSISTENT

      public static final int PERSISTENT
      Include persistent domains.
      See Also:
    • TRANSIENT

      public static final int TRANSIENT
      Include transient domains.
      See Also:
    • RUNNING

      public static final int RUNNING
      Include running domains.
      See Also:
    • PAUSED

      public static final int PAUSED
      Include paused domains.
      See Also:
    • SHUTOFF

      public static final int SHUTOFF
      Include shutoff domains.
      See Also:
    • OTHER

      public static final int OTHER
      Include domains in other states.
      See Also:
    • NOWAIT

      public static final int NOWAIT
      Skip domains whose lock cannot be acquired immediately.
      See Also:
    • BACKING

      public static final int BACKING
      Expand block stats to cover backing chains.
      See Also:
    • ENFORCE_STATS

      public static final int ENFORCE_STATS
      Fail if any requested stats group is not supported by the daemon.
      See Also: