Package com.zeroc.IceMX
Class SubscriberMetrics
java.lang.Object
com.zeroc.Ice.Value
com.zeroc.IceMX.Metrics
com.zeroc.IceMX.SubscriberMetrics
- All Implemented Interfaces:
Serializable
,Cloneable
Provides information on IceStorm subscribers.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Number of forwarded events.int
Number of outstanding events.int
Number of queued events. -
Constructor Summary
ConstructorsConstructorDescriptionSubscriberMetrics
(String id, long total, int current, long totalLifetime, int failures, int queued, int outstanding, long delivered) -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
ice_getSlicedData, ice_postUnmarshal, ice_preMarshal
-
Field Details
-
queued
public int queuedNumber of queued events. -
outstanding
public int outstandingNumber of outstanding events. -
delivered
public long deliveredNumber of forwarded events.
-
-
Constructor Details
-
SubscriberMetrics
public SubscriberMetrics() -
SubscriberMetrics
public SubscriberMetrics(String id, long total, int current, long totalLifetime, int failures, int queued, int outstanding, long delivered)
-
-
Method Details