Package com.google.cloud.hadoop.util
Interface ITraceOperation
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
TraceOperation
public interface ITraceOperation extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidannotate(String resultSize, int size)voidclose()ThreadTracegetTrace()
-
-
-
Method Detail
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
getTrace
ThreadTrace getTrace()
-
annotate
void annotate(String resultSize, int size)
-
-