Interface MutableRegistryConfiguration

  • All Superinterfaces:
    com.atlassian.instrumentation.RegistryConfiguration
    All Known Implementing Classes:
    ConfluenceInstrumentRegistryConfiguration

    public interface MutableRegistryConfiguration
    extends com.atlassian.instrumentation.RegistryConfiguration
    Interface to define method for RegistryConfiguration modification
    Since:
    6.1.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setCpuCostCollected​(boolean cpuCostCollected)  
      • Methods inherited from interface com.atlassian.instrumentation.RegistryConfiguration

        getRegistryHomeDirectory, getRegistryName, isCPUCostCollected
    • Method Detail

      • setCpuCostCollected

        void setCpuCostCollected​(boolean cpuCostCollected)