Interface AtlassianInstrumentation.AtlasSplitFactory
-
- Enclosing class:
- AtlassianInstrumentation
public static interface AtlassianInstrumentation.AtlasSplitFactory
Represents a factory for creatingAtlassianInstrumentation.AtlasSplit
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AtlassianInstrumentation.AtlasSplit
startSplit(String name)
Creates a split associated with a timer of a specified name.
-
-
-
Method Detail
-
startSplit
AtlassianInstrumentation.AtlasSplit startSplit(String name)
Creates a split associated with a timer of a specified name.- Parameters:
name
- the name of the timer to associate the split time with.- Returns:
- a started split.
-
-