org.smallmind.instrument
Class MetricKey

java.lang.Object
  extended by org.smallmind.instrument.MetricKey

public class MetricKey
extends Object


Constructor Summary
MetricKey(MetricType type, String domain, MetricProperty... properties)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDomain()
           
 MetricProperty[] getProperties()
           
 MetricType getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricKey

public MetricKey(MetricType type,
                 String domain,
                 MetricProperty... properties)
Method Detail

getType

public MetricType getType()

getDomain

public String getDomain()

getProperties

public MetricProperty[] getProperties()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.