Package jetbrains.buildServer.util
Class TraceStateImpl
- java.lang.Object
-
- jetbrains.buildServer.util.TraceStateImpl
-
- All Implemented Interfaces:
TraceState
public class TraceStateImpl extends Object implements TraceState
-
-
Field Summary
Fields Modifier and Type Field Description static StringOWN_TIME_SUPPORT
-
Constructor Summary
Constructors Constructor Description TraceStateImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberOfOperations()Iterator<ThreadStat.ThreadOperation>getOperations()ThreadStat.OperationDisposablestartOperation(String operationDescription)
-
-
-
Field Detail
-
OWN_TIME_SUPPORT
public static final String OWN_TIME_SUPPORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
startOperation
@NotNull public ThreadStat.OperationDisposable startOperation(@NotNull String operationDescription)
- Specified by:
startOperationin interfaceTraceState
-
getOperations
@NotNull public Iterator<ThreadStat.ThreadOperation> getOperations()
- Specified by:
getOperationsin interfaceTraceState
-
getNumberOfOperations
public int getNumberOfOperations()
- Specified by:
getNumberOfOperationsin interfaceTraceState
-
-