Package com.zeroc.IceMX
Class TopicMetrics
java.lang.Object
com.zeroc.Ice.Value
com.zeroc.IceMX.Metrics
com.zeroc.IceMX.TopicMetrics
- All Implemented Interfaces:
Serializable
,Cloneable
Provides information on IceStorm topics.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Number of events forwarded on the topic by IceStorm topic links.long
Number of events published on the topic by publishers. -
Constructor Summary
ConstructorsConstructorDescriptionTopicMetrics
(String id, long total, int current, long totalLifetime, int failures, long published, long forwarded) -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
ice_getSlicedData, ice_postUnmarshal, ice_preMarshal
-
Field Details
-
published
public long publishedNumber of events published on the topic by publishers. -
forwarded
public long forwardedNumber of events forwarded on the topic by IceStorm topic links.
-
-
Constructor Details
-
TopicMetrics
public TopicMetrics() -
TopicMetrics
public TopicMetrics(String id, long total, int current, long totalLifetime, int failures, long published, long forwarded)
-
-
Method Details