Package org.alfresco.event.outbox
Class MetricsAdapter.MetricId
java.lang.Object
org.alfresco.event.outbox.MetricsAdapter.MetricId
- Enclosing interface:
- MetricsAdapter
Represents a metric identifier which consists of its name and optional tags (key-value).
-
Method Summary
-
Method Details
-
from
Creates an instance of theMetricsAdapter.MetricId- Parameters:
name- metric nametags- optional tags (with values).- Returns:
- a new
MetricsAdapter.MetricIdobject.
-
getName
- Returns:
- metric name
-
getTags
- Returns:
- unmodifiable collection of tags
-
equals
-
hashCode
public int hashCode() -
toString
-