Package com.zeroc.IceMX
Class InvocationMetrics
java.lang.Object
com.zeroc.Ice.Value
com.zeroc.IceMX.Metrics
com.zeroc.IceMX.InvocationMetrics
- All Implemented Interfaces:
Serializable
,Cloneable
Provide measurements for proxy invocations. Proxy invocations can
either be sent over the wire or be collocated.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvocationMetrics
(String id, long total, int current, long totalLifetime, int failures, int retry, int userException, Metrics[] remotes, Metrics[] collocated) -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
ice_getSlicedData, ice_postUnmarshal, ice_preMarshal
-
Field Details
-
retry
public int retryThe number of retries for the invocation(s). -
userException
public int userExceptionThe number of invocations that failed with a user exception. -
remotes
The remote invocation metrics map.- See Also:
-
collocated
The collocated invocation metrics map.- See Also:
-
-
Constructor Details
-
InvocationMetrics
public InvocationMetrics() -
InvocationMetrics
-
-
Method Details