Class Taxon


  • public class Taxon
    extends Object
    An internal class which represents a hierarchical identifier used by Kpow's KeyStrategy to key metrics data.
    • Constructor Detail

      • Taxon

        public Taxon​(String domain,
                     String domainId,
                     String object,
                     String objectId)
        Constructs a new Taxon instance.
        Parameters:
        domain - the domain of the taxon
        domainId - the domain ID of the taxon
        object - the object of the taxon
        objectId - the object ID of the taxon
    • Method Detail

      • getDomain

        public String getDomain()
        Returns the domain of the Taxon.
        Returns:
        the domain
      • getObject

        public String getObject()
        Returns the object of the Taxon.
        Returns:
        the object
      • getObjectId

        public String getObjectId()
        Returns the object ID of the Taxon.
        Returns:
        the object ID
      • getDomainId

        public String getDomainId()
        Returns the domain ID of the Taxon.
        Returns:
        the domain ID