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 File
getRegistryHomeDirectory()
String
getRegistryName()
boolean
isCPUCostCollected()
void
setCpuCostCollected(boolean cpuCostCollected)
-
-
-
Method Detail
-
getRegistryName
public String getRegistryName()
- Specified by:
getRegistryName
in interfacecom.atlassian.instrumentation.RegistryConfiguration
-
isCPUCostCollected
public boolean isCPUCostCollected()
- Specified by:
isCPUCostCollected
in interfacecom.atlassian.instrumentation.RegistryConfiguration
-
setCpuCostCollected
public void setCpuCostCollected(boolean cpuCostCollected)
- Specified by:
setCpuCostCollected
in interfaceMutableRegistryConfiguration
-
getRegistryHomeDirectory
public File getRegistryHomeDirectory()
- Specified by:
getRegistryHomeDirectory
in interfacecom.atlassian.instrumentation.RegistryConfiguration
-
-