Class MTC.TraceSurroundings
- java.lang.Object
-
- org.apache.ignite.internal.processors.tracing.MTC.TraceSurroundings
-
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- MTC
public static class MTC.TraceSurroundings extends Object implements AutoCloseable
Helper for managing of span life cycle. It help to end current span and also reattach previous one to thread afterclose()would be call.
-
-
Method Detail
-
close
public void close()
Close life cycle of current span.- Specified by:
closein interfaceAutoCloseable
-
-