| Package | Description |
|---|---|
| com.tagtraum.perf.gcviewer.exp | |
| com.tagtraum.perf.gcviewer.exp.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDataWriter
Abstract base class for all classes implementing
DataWriter. |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVDataWriter
Write GC history with comma separated values.
|
class |
CSVTSDataWriter
Export GC history with comma separated values.
|
class |
PlainDataWriter
Writes the model using the toString()-methode of
GCEvent. |
class |
PNGDataWriter
PNG data writter
|
class |
SimpleGcWriter
Exports stop-the-world events in the "simple gc log" format (compatible to GCHisto).
|
class |
SummaryDataWriter
SummaryDataWriter writes a csv-file of quite a few parameters of the
GCModel class. |
| Modifier and Type | Method and Description |
|---|---|
static DataWriter |
DataWriterFactory.getDataWriter(File file,
DataWriterType type)
Standard factory method to retrieve one of the
DataWriter implementations. |
static DataWriter |
DataWriterFactory.getDataWriter(File file,
DataWriterType type,
Map<String,Object> configuration)
Factory method to retrieve one of the
DataWriter implementations including
the option to add a map of configuration objects. |
Copyright © 2019. All rights reserved.