| Package | Description |
|---|---|
| com.tagtraum.perf.gcviewer.imp | |
| com.tagtraum.perf.gcviewer.model |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractGCEvent<GCEvent> |
DataReaderSun1_3_1.parseLine(String line,
ParseInformation pos) |
protected abstract AbstractGCEvent<?> |
AbstractDataReaderSun.parseLine(String line,
ParseInformation pos) |
protected AbstractGCEvent<?> |
DataReaderSun1_6_0G1.parseLine(String line,
ParseInformation pos) |
protected AbstractGCEvent<?> |
DataReaderSun1_6_0.parseLine(String line,
ParseInformation pos) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDataReaderSun.setMemory(AbstractGCEvent<?> event,
String line,
ParseInformation pos) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGCEvent<T extends AbstractGCEvent<T>>
The abstract gc event is the base class for all types of events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentGCEvent
ConcurrentGCEvent.
|
class |
G1GcEvent
G1GcEvent may contain lots of detail information which provide information about the
different steps of the garbage collection.
|
class |
GCEvent
The GCEvent is the type of event that contains memory (preused, postused, total) and
pause information.
|
class |
GCEventUJL |
class |
VmOperationEvent
Stop the world events that are not GCEvents, but some other vm operations.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractGCEvent<T> |
AbstractGCEvent.cloneAndMerge(AbstractGCEvent<T> otherEvent) |
AbstractGCEvent<?> |
GCModel.get(int index)
Get all types of events in the order they were added to the model.
|
AbstractGCEvent<?> |
GCModel.getLastEventAdded()
Returns the event that was last added or
null if there is none yet. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<AbstractGCEvent<?>> |
GCModel.getEvents()
Returns an iterator to all events in the order they were added to the model.
|
List<AbstractGCEvent<?>> |
AbstractGCEvent.getPhases() |
Iterator<AbstractGCEvent<?>> |
GCModel.getStopTheWorldEvents()
Returns an iterator to all stop the world events (everything that stops the vm to perfom
its action - includes vm operations of present).
|
Iterator<AbstractGCEvent<?>> |
GCModel.getVmOperationsEvents()
Returns an iterator to all vm operation events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCModel.add(AbstractGCEvent<?> abstractEvent) |
void |
AbstractGCEvent.addPhase(AbstractGCEvent<?> phase) |
void |
GCEventUJL.addPhase(AbstractGCEvent<?> phase) |
ConcurrentGCEvent |
ConcurrentGCEvent.cloneAndMerge(AbstractGCEvent<ConcurrentGCEvent> otherEvent) |
GCEvent |
GCEvent.cloneAndMerge(AbstractGCEvent<GCEvent> otherEvent) |
AbstractGCEvent<T> |
AbstractGCEvent.cloneAndMerge(AbstractGCEvent<T> otherEvent) |
Copyright © 2019. All rights reserved.