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 String
OWN_TIME_SUPPORT
-
Constructor Summary
Constructors Constructor Description TraceStateImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNumberOfOperations()
Iterator<ThreadStat.ThreadOperation>
getOperations()
ThreadStat.OperationDisposable
startOperation(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:
startOperation
in interfaceTraceState
-
getOperations
@NotNull public Iterator<ThreadStat.ThreadOperation> getOperations()
- Specified by:
getOperations
in interfaceTraceState
-
getNumberOfOperations
public int getNumberOfOperations()
- Specified by:
getNumberOfOperations
in interfaceTraceState
-
-