Package com.netcracker.profiler.io
Class DumpExporterFile
java.lang.Object
com.netcracker.profiler.io.DumpExporterFile
- All Implemented Interfaces:
IDumpExporter
@Component
@Profile("filestorage")
public class DumpExporterFile
extends Object
implements IDumpExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportDump(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) voidexportGC(String podName, String streamName, OutputStream out, TemporalRequestParams temporal)
-
Constructor Details
-
DumpExporterFile
public DumpExporterFile()
-
-
Method Details
-
exportDump
public void exportDump(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp) throws IOException - Specified by:
exportDumpin interfaceIDumpExporter- Throws:
IOException
-
exportGC
public void exportGC(String podName, String streamName, OutputStream out, TemporalRequestParams temporal) throws IOException - Specified by:
exportGCin interfaceIDumpExporter- Throws:
IOException
-