Package com.gigaspaces.metrics
Class MetricRegistrySnapshot
java.lang.Object
com.gigaspaces.metrics.MetricRegistrySnapshot
Deprecated.
Part of the legacy metrics reporter system. Used only by deprecated reporters.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMetricRegistrySnapshot(long timestamp, Map<MetricTagsSnapshot, MetricGroupSnapshot> groups) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.longDeprecated.intDeprecated.
-
Constructor Details
-
MetricRegistrySnapshot
protected MetricRegistrySnapshot(long timestamp, Map<MetricTagsSnapshot, MetricGroupSnapshot> groups) Deprecated.
-
-
Method Details
-
getTimestamp
public long getTimestamp()Deprecated. -
getGroups
Deprecated. -
getTotalMetrics
public int getTotalMetrics()Deprecated.
-