Class ConfluenceInstrumentRegistryConfiguration
- java.lang.Object
-
- com.atlassian.confluence.util.profiling.ConfluenceInstrumentRegistryConfiguration
-
- All Implemented Interfaces:
MutableRegistryConfiguration,com.atlassian.instrumentation.RegistryConfiguration
public class ConfluenceInstrumentRegistryConfiguration extends Object implements MutableRegistryConfiguration
- Since:
- 6.1.0
-
-
Constructor Summary
Constructors Constructor Description ConfluenceInstrumentRegistryConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetRegistryHomeDirectory()StringgetRegistryName()booleanisCPUCostCollected()voidsetCpuCostCollected(boolean cpuCostCollected)
-
-
-
Method Detail
-
getRegistryName
public String getRegistryName()
- Specified by:
getRegistryNamein interfacecom.atlassian.instrumentation.RegistryConfiguration
-
isCPUCostCollected
public boolean isCPUCostCollected()
- Specified by:
isCPUCostCollectedin interfacecom.atlassian.instrumentation.RegistryConfiguration
-
setCpuCostCollected
public void setCpuCostCollected(boolean cpuCostCollected)
- Specified by:
setCpuCostCollectedin interfaceMutableRegistryConfiguration
-
getRegistryHomeDirectory
public File getRegistryHomeDirectory()
- Specified by:
getRegistryHomeDirectoryin interfacecom.atlassian.instrumentation.RegistryConfiguration
-
-