Package io.deephaven.enterprise.logger
Interface ResourceUtilizationLogger
- All Known Implementing Classes:
ResourceUtilizationFormat2Logger
public interface ResourceUtilizationLogger
Implementations of this interface are used to log the total memory usage and count of workers managed by
Remote Query Dispatchers.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NULL
-
-
Method Details
-
log
void log(long timestamp, String loggingProcessName, String resourceProcessName, int heapUsageMB, int heapAvailableMiB, int workerCount, String comment) throws IOException - Throws:
IOException
-
isClosed
boolean isClosed() -
close
- Throws:
IOException
-