Package com.zeroc.IceMX
Class MetricsAdmin.GetMetricsViewResult
java.lang.Object
com.zeroc.IceMX.MetricsAdmin.GetMetricsViewResult
- Enclosing interface:
- MetricsAdmin
Holds the result of operation getMetricsView.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe metrics view data.long
The local time of the process when the metrics object were retrieved. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.GetMetricsViewResult
(Map<String, Metrics[]> returnValue, long timestamp) This constructor makes shallow copies of the results for operation GetMetricsView. -
Method Summary
-
Field Details
-
returnValue
The metrics view data. -
timestamp
public long timestampThe local time of the process when the metrics object were retrieved.
-
-
Constructor Details
-
GetMetricsViewResult
public GetMetricsViewResult()Default constructor. -
GetMetricsViewResult
This constructor makes shallow copies of the results for operation GetMetricsView.- Parameters:
returnValue
- The metrics view data.timestamp
- The local time of the process when the metrics object were retrieved.
-
-
Method Details
-
write
-
read
-