Class CoherenceTagsConfigSource

java.lang.Object
com.oracle.coherence.mp.metrics.CoherenceTagsConfigSource
All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSource

public class CoherenceTagsConfigSource extends Object implements org.eclipse.microprofile.config.spi.ConfigSource
Allows us to register Coherence-specific tags by augmenting the value returned by the GLOBAL_TAGS_VARIABLE config property.
Since:
20.06
Author:
Aleks Seovic 2020.03.26
  • Constructor Details

    • CoherenceTagsConfigSource

      public CoherenceTagsConfigSource()
  • Method Details

    • getProperties

      public Map<String,String> getProperties()
      Specified by:
      getProperties in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getPropertyNames

      public Set<String> getPropertyNames()
      Specified by:
      getPropertyNames in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getOrdinal

      public int getOrdinal()
      Specified by:
      getOrdinal in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getValue

      public String getValue(String propertyName)
      Specified by:
      getValue in interface org.eclipse.microprofile.config.spi.ConfigSource
    • getName

      public String getName()
      Specified by:
      getName in interface org.eclipse.microprofile.config.spi.ConfigSource