Uses of Class
com.gigaspaces.metrics.MetricRegistrySnapshot
Packages that use MetricRegistrySnapshot
Package
Description
-
Uses of MetricRegistrySnapshot in com.gigaspaces.metrics
Methods in com.gigaspaces.metrics that return MetricRegistrySnapshotMethods in com.gigaspaces.metrics with parameters of type MetricRegistrySnapshotModifier and TypeMethodDescriptionprotected voidMetricReporter.report(MetricRegistrySnapshot snapshot) Deprecated.protected voidMetricReporter.report(MetricRegistrySnapshot snapshot, MetricTagsSnapshot tags, MetricGroupSnapshot group) Deprecated.protected voidMetricReporter.report(MetricRegistrySnapshot snapshot, MetricTagsSnapshot tags, String key, Object value) Deprecated.Method parameters in com.gigaspaces.metrics with type arguments of type MetricRegistrySnapshotModifier and TypeMethodDescriptionvoidMetricReporter.report(List<MetricRegistrySnapshot> snapshots) Deprecated. -
Uses of MetricRegistrySnapshot in com.gigaspaces.metrics.influxdb
Methods in com.gigaspaces.metrics.influxdb with parameters of type MetricRegistrySnapshotModifier and TypeMethodDescriptionprotected voidInfluxDBReporter.report(MetricRegistrySnapshot snapshot, MetricTagsSnapshot tags, String key, Object value) -
Uses of MetricRegistrySnapshot in com.gigaspaces.metrics.influxdb.v_08
Method parameters in com.gigaspaces.metrics.influxdb.v_08 with type arguments of type MetricRegistrySnapshotModifier and TypeMethodDescriptionvoidInfluxDBReporter.report(List<MetricRegistrySnapshot> snapshots) -
Uses of MetricRegistrySnapshot in com.gigaspaces.metrics.reporters
Methods in com.gigaspaces.metrics.reporters with parameters of type MetricRegistrySnapshotModifier and TypeMethodDescriptionprotected voidConsoleReporter.report(MetricRegistrySnapshot snapshot) Deprecated.protected voidConsoleReporter.report(MetricRegistrySnapshot snapshot, MetricTagsSnapshot tags, MetricGroupSnapshot group) Deprecated.protected voidConsoleReporter.report(MetricRegistrySnapshot snapshot, MetricTagsSnapshot tags, String key, Object value) Deprecated.protected voidFileReporter.report(MetricRegistrySnapshot snapshot) Deprecated.protected voidFileReporter.report(MetricRegistrySnapshot snapshot, MetricTagsSnapshot tags, MetricGroupSnapshot group) Deprecated.protected voidFileReporter.report(MetricRegistrySnapshot snapshot, MetricTagsSnapshot tags, String key, Object value) Deprecated.Method parameters in com.gigaspaces.metrics.reporters with type arguments of type MetricRegistrySnapshotModifier and TypeMethodDescriptionvoidConsoleReporter.report(List<MetricRegistrySnapshot> snapshots) Deprecated.voidFileReporter.report(List<MetricRegistrySnapshot> snapshots) Deprecated.