Class MetricsFeature


  • public class MetricsFeature
    extends java.lang.Object
    Features to tag metrics.
    • Constructor Summary

      Constructors 
      Constructor Description
      MetricsFeature​(java.lang.String newName)
      Constructs a Feature from a name.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Fetches the name of the Feature.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetricsFeature

        public MetricsFeature​(java.lang.String newName)
        Constructs a Feature from a name.
        Parameters:
        newName - name of the Feature
    • Method Detail

      • getName

        public java.lang.String getName()
        Fetches the name of the Feature.
        Returns:
        name of the Feature