Package com.zeroc.IceMX
Class CollocatedMetrics
java.lang.Object
com.zeroc.Ice.Value
com.zeroc.IceMX.Metrics
com.zeroc.IceMX.ChildInvocationMetrics
com.zeroc.IceMX.CollocatedMetrics
- All Implemented Interfaces:
Serializable
,Cloneable
Provides information on invocations that are collocated. Collocated
metrics are embedded within
InvocationMetrics
.- See Also:
-
Field Summary
Fields inherited from class com.zeroc.IceMX.ChildInvocationMetrics
replySize, size
-
Constructor Summary
ConstructorsConstructorDescriptionCollocatedMetrics
(String id, long total, int current, long totalLifetime, int failures, long size, long replySize) -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
ice_getSlicedData, ice_postUnmarshal, ice_preMarshal
-
Constructor Details
-
CollocatedMetrics
public CollocatedMetrics() -
CollocatedMetrics
public CollocatedMetrics(String id, long total, int current, long totalLifetime, int failures, long size, long replySize)
-
-
Method Details
-
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 classChildInvocationMetrics
- Returns:
- The cloned object.
-
ice_staticId
-
ice_id
Description copied from class:Value
Returns the Slice type ID of the most-derived interface supported by this object.- Overrides:
ice_id
in classChildInvocationMetrics
- Returns:
- The return value is always
::Ice::Object
.
-