Package com.netcracker.profiler.io
Interface IDumpExporter
- All Known Implementing Classes:
DumpExporterFile
public interface IDumpExporter
-
Method Summary
Modifier and TypeMethodDescriptionvoidexportDump(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) voidexportGC(String podName, String streamName, OutputStream out, TemporalRequestParams temporal)
-
Method Details
-
exportDump
void exportDump(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp) throws IOException - Throws:
IOException
-
exportGC
void exportGC(String podName, String streamName, OutputStream out, TemporalRequestParams temporal) throws IOException - Throws:
IOException
-