Class TopicMetrics

All Implemented Interfaces:
Serializable, Cloneable

public class TopicMetrics extends Metrics
Provides information about one or more IceStorm topics.
See Also:
  • Field Details

    • published

      public long published
      The number of events published on the topic(s) by publishers.
    • forwarded

      public long forwarded
      The number of events forwarded on the topic(s) by IceStorm topic links.
  • Constructor Details

    • TopicMetrics

      public TopicMetrics()
      Constructs a TopicMetrics.
    • TopicMetrics

      public TopicMetrics(String id, long total, int current, long totalLifetime, int failures, long published, long forwarded)
      Constructs a TopicMetrics with values for all its fields.
      Parameters:
      id - The metrics identifier.
      total - The total number of objects observed by this metrics.
      current - The number of objects currently observed by this metrics.
      totalLifetime - The sum of the lifetime of each observed objects.
      failures - The number of failures observed.
      published - The number of events published on the topic(s) by publishers.
      forwarded - The number of events forwarded on the topic(s) by IceStorm topic links.
  • Method Details

    • clone

      public TopicMetrics clone()
      Description copied from class: Value
      Returns a copy of the object. The cloned object contains field-for-field copies of the state.
      Overrides:
      clone in class Metrics
      Returns:
      The cloned object.
    • ice_staticId

      public static String ice_staticId()
      Gets the type ID of the associated Slice interface.
      Returns:
      the string "::IceMX::TopicMetrics"
    • ice_id

      public String ice_id()
      Returns the Slice type ID of the most-derived interface supported by this object.
      Overrides:
      ice_id in class Metrics
      Returns:
      The return value is always ::Ice::Object.