Package io.deephaven.engine.tablelogger
Interface QueryOperationPerformanceLogLogger
- All Known Implementing Classes:
QueryOperationPerformanceLogLogger.Noop
public interface QueryOperationPerformanceLogLogger
Logs data that describes performance details on initialization times and memory usage of specific operations within
queries.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
log
(@NotNull QueryPerformanceNugget nugget) void
log
(Row.Flags flags, @NotNull QueryPerformanceNugget nugget)
-
Method Details
-
log
- Throws:
IOException
-
log
void log(@NotNull Row.Flags flags, @NotNull @NotNull QueryPerformanceNugget nugget) throws IOException - Throws:
IOException
-