Interface DataCollectorAdmin

    • Field Detail

      • DATA_COLLECTOR_ADMIN

        static final java.lang.String DATA_COLLECTOR_ADMIN
        See Also:
        Constant Field Values
    • Method Detail

      • getStat

        long[] getStat()
        Get latest blade statistics
        Returns:
        the latest blade statistics in the form of an array of integer values.
        See Also:
        getLabels()
      • getLabels

        java.lang.String[] getLabels()
        Get labels describing the statistics
        Returns:
        the statistics labels, in the same order as the values returned by getStat()
        See Also:
        getStat()