Interface Statistic

  • All Superinterfaces:
    Identified
    All Known Implementing Classes:
    StatisticContainer

    public interface Statistic
    extends Identified
    A generic type used for all kinds of statistics. Statistic contains the statistics values for various entities. The following object contain statistics: * Disk * Host * HostNic * NumaNode * Nic * Vm * GlusterBrick * Step * GlusterVolume An example of a XML representation: [source,xml] ---- data.current.rx Receive data rate 0 GAUGE BYTES_PER_SECOND ... ---- NOTE: This statistics sub-collection is read-only.
    • Method Detail

      • kindPresent

        boolean kindPresent()
      • typePresent

        boolean typePresent()
      • unitPresent

        boolean unitPresent()
      • valuesPresent

        boolean valuesPresent()
      • brickPresent

        boolean brickPresent()
      • diskPresent

        boolean diskPresent()
      • glusterVolumePresent

        boolean glusterVolumePresent()
      • hostPresent

        boolean hostPresent()
      • hostNicPresent

        boolean hostNicPresent()
      • hostNumaNodePresent

        boolean hostNumaNodePresent()
      • nic

        Nic nic()
      • nicPresent

        boolean nicPresent()
      • stepPresent

        boolean stepPresent()
      • vm

        Vm vm()
      • vmPresent

        boolean vmPresent()