java.lang.Object
com.zeroc.Ice.Value
com.zeroc.IceMX.Metrics
com.zeroc.IceMX.ChildInvocationMetrics
com.zeroc.IceMX.RemoteMetrics
- All Implemented Interfaces:
Serializable,Cloneable
Provides information on invocations that are specifically sent over Ice connections. Remote metrics are embedded
within
InvocationMetrics.
Remarks:
The Slice compiler generated this class from Slice class ::IceMX::RemoteMetrics.
- See Also:
-
Field Summary
Fields inherited from class com.zeroc.IceMX.ChildInvocationMetrics
replySize, size -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aRemoteMetrics.RemoteMetrics(String id, long total, int current, long totalLifetime, int failures, long size, long replySize) Constructs aRemoteMetricswith values for all its fields. -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
ice_getSlicedData, ice_postUnmarshal, ice_preMarshal
-
Constructor Details
-
RemoteMetrics
public RemoteMetrics()Constructs aRemoteMetrics. -
RemoteMetrics
public RemoteMetrics(String id, long total, int current, long totalLifetime, int failures, long size, long replySize) Constructs aRemoteMetricswith 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.size- The size of the invocation.replySize- The size of the invocation reply.
-
-
Method Details
-
clone
Description copied from class:ValueReturns a shallow field-for-field copy of this object.- Overrides:
clonein classChildInvocationMetrics- Returns:
- the cloned object
-
ice_staticId
Gets the type ID of the associated Slice interface.- Returns:
- the string "::IceMX::RemoteMetrics"
-
ice_id
Returns the Slice type ID of the most-derived class supported by this object.- Overrides:
ice_idin classChildInvocationMetrics- Returns:
- the Slice type ID
-