Class IndicatorGaugeMonitorEntry

  • All Implemented Interfaces:
    java.io.Serializable

    @NotMutable
    @ThreadSafety(level=COMPLETELY_THREADSAFE)
    public final class IndicatorGaugeMonitorEntry
    extends GaugeMonitorEntry
    This class defines an indicator gauge monitor entry, which obtains its information from a non-numeric value in a monitor entry.
    NOTE: This class, and other classes within the com.unboundid.ldap.sdk.unboundidds package structure, are only supported for use against Ping Identity, UnboundID, and Nokia/Alcatel-Lucent 8661 server products. These classes provide support for proprietary functionality or for external specifications that are not considered stable or mature enough to be guaranteed to work in an interoperable way with other types of LDAP servers.
    See Also:
    Serialized Form
    • Constructor Detail

      • IndicatorGaugeMonitorEntry

        public IndicatorGaugeMonitorEntry​(Entry entry)
        Creates a new indicator gauge monitor entry from the provided entry.
        Parameters:
        entry - The entry to be parsed as a indicator gauge monitor entry. It must not be null.
    • Method Detail

      • getCurrentValue

        public java.lang.String getCurrentValue()
        Retrieves the current value for the gauge, if available.
        Returns:
        The current value for the gauge, or null if it was not included in the monitor entry.
      • getPreviousValue

        public java.lang.String getPreviousValue()
        Retrieves the previous value for the gauge, if available.
        Returns:
        The previous value for the gauge, or null if it was not included in the monitor entry.
      • getObservedValues

        public java.util.List<java.lang.String> getObservedValues()
        Retrieves the set of observed values for the gauge, if available.
        Returns:
        The set of observed values for the gauge, or null if it was not included in the monitor entry.
      • getMonitorAttributes

        public java.util.Map<java.lang.String,​MonitorAttributegetMonitorAttributes()
        Retrieves the set of parsed monitor attributes for this monitor entry, mapped from a unique identifier (in all lowercase characters) to the corresponding monitor attribute.
        Overrides:
        getMonitorAttributes in class GaugeMonitorEntry
        Returns:
        The set of parsed monitor attributes for this monitor entry.