Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W Y Z 

A

About - Class in com.tagtraum.perf.gcviewer.ctrl.action
 
About(Frame) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.About
 
about() - Method in class com.tagtraum.perf.gcviewer.ctrl.action.About
 
AboutDialog - Class in com.tagtraum.perf.gcviewer.view
About dialog showing version and contributors information.
AboutDialog(Frame) - Constructor for class com.tagtraum.perf.gcviewer.view.AboutDialog
 
AbstractDataReader - Class in com.tagtraum.perf.gcviewer.imp
Baseclass for every DataReader implementation.
AbstractDataReader(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.AbstractDataReader
 
AbstractDataReaderSun - Class in com.tagtraum.perf.gcviewer.imp
The AbstractDataReaderSun is the base class of most Sun / Oracle parser implementations.
AbstractDataReaderSun(GCResource, InputStream, GcLogType) - Constructor for class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
Create an instance of this class passing an inputStream and the type of the logfile.
AbstractDataWriter - Class in com.tagtraum.perf.gcviewer.exp
Abstract base class for all classes implementing DataWriter.
AbstractDataWriter(OutputStream) - Constructor for class com.tagtraum.perf.gcviewer.exp.AbstractDataWriter
 
AbstractDataWriter(OutputStream, Map<String, Object>) - Constructor for class com.tagtraum.perf.gcviewer.exp.AbstractDataWriter
 
AbstractGCEvent<T extends AbstractGCEvent<T>> - Class in com.tagtraum.perf.gcviewer.model
The abstract gc event is the base class for all types of events.
AbstractGCEvent() - Constructor for class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
AbstractGCEvent.CollectionType - Enum in com.tagtraum.perf.gcviewer.model
 
AbstractGCEvent.Concurrency - Enum in com.tagtraum.perf.gcviewer.model
 
AbstractGCEvent.ExtendedType - Class in com.tagtraum.perf.gcviewer.model
Wrapper for the AbstractGCEvent.Type class adding a field for the full type name.
AbstractGCEvent.GcPattern - Enum in com.tagtraum.perf.gcviewer.model
Patterns of additional information for gc events.
AbstractGCEvent.Generation - Enum in com.tagtraum.perf.gcviewer.model
 
AbstractGCEvent.Type - Class in com.tagtraum.perf.gcviewer.model
Representation of an event type
AbstractGCModelLoaderImpl - Class in com.tagtraum.perf.gcviewer.ctrl.impl
Base class for GCModelLoaders
AbstractGCModelLoaderImpl() - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.AbstractGCModelLoaderImpl
 
AbstractGcResource - Class in com.tagtraum.perf.gcviewer.model
Base class for GCResource implementations
AbstractGcResource(String, Logger) - Constructor for class com.tagtraum.perf.gcviewer.model.AbstractGcResource
 
accept(File) - Method in class com.tagtraum.perf.gcviewer.view.util.ExtensionFileFilter
 
ACTION_OK - Static variable in class com.tagtraum.perf.gcviewer.view.ScreenCenteredDialog
 
ActionCommands - Enum in com.tagtraum.perf.gcviewer.view
Enumeration of all actions used in GCViewer.
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.About
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.Arrange
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.Exit
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.Export
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.LicenseAction
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.OpenFile
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.OpenRecent
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.OpenSeries
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.OpenURL
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.OSXFullScreen
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.ReadmeAction
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.Refresh
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.Watch
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.WindowMenuItemAction
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.Zoom
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.ViewMenuController
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.WatchStateController
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.view.AboutDialog
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.view.GCModelLoaderView
 
actionPerformed(ActionEvent) - Method in class com.tagtraum.perf.gcviewer.view.ScreenCenteredDialog
 
add(File[]) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderController
 
add(GCResource) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderController
 
add(List<GCResource>) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderController
 
add(File[]) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderControllerImpl
 
add(GCResource) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderControllerImpl
 
add(List<GCResource>) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderControllerImpl
 
add(RecentGCResourcesEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.RecentGCResourcesMenuController
 
add(double) - Method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
add(double, int) - Method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
add(int) - Method in class com.tagtraum.perf.gcviewer.math.IntData
 
add(int, int) - Method in class com.tagtraum.perf.gcviewer.math.IntData
 
add(T) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
add(GCEvent) - Method in class com.tagtraum.perf.gcviewer.model.GCEvent
 
add(AbstractGCEvent<?>) - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
add(RecentGCResourcesEvent) - Method in interface com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesListener
Invoked, when an item is added to the model.
add(List<GCResource>) - Method in class com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesModel
Add a list of GCResource to the model.
add(String) - Method in class com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesModel
Add a single resourceName or a list of names separated by ";".
addChartPanelView(ChartPanelView) - Method in class com.tagtraum.perf.gcviewer.view.GCDocument
 
addDocument(GCDocument) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGui
 
addGcModelLoader(GCModelLoader) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderGroupTracker
Add a GCModelLoader to be tracked by this tracker.
addGcModelLoader(GCModelLoader) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderGroupTrackerImpl
 
addGCResource(GCModelLoader, ViewMenuController) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCDocumentController
 
addOSXHandler(String, String, String, Action) - Static method in class com.tagtraum.perf.gcviewer.view.util.OSXSupport
Adds an OS X handler to the application
addPhase(AbstractGCEvent<?>) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
addPhase(AbstractGCEvent<?>) - Method in class com.tagtraum.perf.gcviewer.model.GCEventUJL
 
addPoint(double, double) - Method in class com.tagtraum.perf.gcviewer.math.RegressionLine
 
addPoint(double, double) - Method in class com.tagtraum.perf.gcviewer.view.renderer.PolygonChartRenderer.ScaledPolygon
Adds Point to the polygon optimising the polygon so as not to add points that can't be seen in the graph because they are on the same pixel after scaling.
addPointNotOptimised(double, double) - Method in class com.tagtraum.perf.gcviewer.view.renderer.PolygonChartRenderer.ScaledPolygon
Adds the given point without optimisation.
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoader
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderGroupTracker
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderGroupTrackerImpl
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderFacade
Add propertyChangeListener for underlying MonitoredBufferedInputStreams property "progress".
addPropertyChangeListener(PropertyChangeListener) - Method in class com.tagtraum.perf.gcviewer.imp.MonitoredBufferedInputStream
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGcResource
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.tagtraum.perf.gcviewer.model.GCResource
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
addRecentResourceNamesListener(RecentGCResourcesListener) - Method in class com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesModel
 
addSeparatorToViewMenu() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
addSeparatorToWindowMenu() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
addTimeOffsetChangeListener(PropertyChangeListener) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
addToFileMenu(JMenuItem) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
addToFileMenu(RecentGCResourcesMenu) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
addToFileMenu(Action) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
addToHelpMenu(Action) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
addToViewMenu(String, JCheckBoxMenuItem) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
addToViewMenu(Action) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
addToViewMenuInvisible(String, JCheckBoxMenuItem) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
Adds menuItem to the internal list of view menu items, but doesn't display this item.
addToWindowMenu(Action) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
Add action to "window" menu.
addToWindowMenuGroup(JCheckBoxMenuItem) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
Add checkbox item to window menu group (only one of these items can be active at a time).
addWatchToggleButton(JToggleButton) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiToolBar
 
addZoomComboBox(JComboBox<String>) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiToolBar
 
ANTI_ALIAS - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
APPLICATION_STOPPED_TIME - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
Arrange - Class in com.tagtraum.perf.gcviewer.ctrl.action
 
Arrange(GCViewerGui) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.Arrange
 
ASCMS - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_CMF - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_CMI - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_CONCURRENT_ABORTABLE_PRECLEAN - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_CONCURRENT_ABORTABLE_PRECLEAN_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_CONCURRENT_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_CONCURRENT_MARK_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_CONCURRENT_PRECLEAN - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_CONCURRENT_PRECLEAN_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_CONCURRENT_RESET - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_CONCURRENT_RESET_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_CONCURRENT_SWEEP - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_CONCURRENT_SWEEP_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_INITIAL_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASCMS_REMARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASPAR_NEW - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ASPAR_NEW_PROMOTION_FAILED - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
AutoCompletionComboBox - Class in com.tagtraum.perf.gcviewer.view
AutoCompletionComboBox.
AutoCompletionComboBox() - Constructor for class com.tagtraum.perf.gcviewer.view.AutoCompletionComboBox
 
AutoCompletionTextField - Class in com.tagtraum.perf.gcviewer.view
AutoCompletionTextField.
AutoCompletionTextField() - Constructor for class com.tagtraum.perf.gcviewer.view.AutoCompletionTextField
 
autoSetScaleFactor() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
average() - Method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
average(double[]) - Static method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
average() - Method in class com.tagtraum.perf.gcviewer.math.IntData
 

B

BuildInfoReader - Class in com.tagtraum.perf.gcviewer.util
Small helper class to provide current version of GCViewer.
BuildInfoReader() - Constructor for class com.tagtraum.perf.gcviewer.util.BuildInfoReader
 
buildName(List<GCResource>) - Static method in class com.tagtraum.perf.gcviewer.model.GcResourceSeries
 
buildName(String, String) - Static method in class com.tagtraum.perf.gcviewer.model.GcResourceSeries
 

C

callTarget(Object) - Method in class com.tagtraum.perf.gcviewer.view.util.OSXAdapter
 
ChartPanelView - Class in com.tagtraum.perf.gcviewer.view
This class holds all chart and model data panels and provides them to GCDocument for layouting.
ChartPanelView(GCPreferences, GCResource) - Constructor for class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
ChartRenderer - Class in com.tagtraum.perf.gcviewer.view
ChartRenderer.
ChartRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.ChartRenderer
 
clone() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
clone() - Method in class com.tagtraum.perf.gcviewer.model.GCEvent
 
cloneAndMerge(AbstractGCEvent<T>) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
cloneAndMerge(AbstractGCEvent<ConcurrentGCEvent>) - Method in class com.tagtraum.perf.gcviewer.model.ConcurrentGCEvent
 
cloneAndMerge(AbstractGCEvent<GCEvent>) - Method in class com.tagtraum.perf.gcviewer.model.GCEvent
 
close() - Method in class com.tagtraum.perf.gcviewer.exp.AbstractDataWriter
 
close() - Method in interface com.tagtraum.perf.gcviewer.exp.DataWriter
 
close() - Method in class com.tagtraum.perf.gcviewer.log.TextAreaLogHandler
 
close() - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
CMD_CANCEL - Static variable in class com.tagtraum.perf.gcviewer.view.GCModelLoaderView
 
CMS - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_CMF - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_CMI - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_CONCURRENT_ABORTABLE_PRECLEAN - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_CONCURRENT_ABORTABLE_PRECLEAN_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_CONCURRENT_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_CONCURRENT_MARK_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_CONCURRENT_PRECLEAN - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_CONCURRENT_PRECLEAN_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_CONCURRENT_RESET - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_CONCURRENT_RESET_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_CONCURRENT_SWEEP - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_CONCURRENT_SWEEP_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_INITIAL_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_PERM - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
CMS_REMARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
com.tagtraum.perf.gcviewer - package com.tagtraum.perf.gcviewer
 
com.tagtraum.perf.gcviewer.ctrl - package com.tagtraum.perf.gcviewer.ctrl
 
com.tagtraum.perf.gcviewer.ctrl.action - package com.tagtraum.perf.gcviewer.ctrl.action
 
com.tagtraum.perf.gcviewer.ctrl.impl - package com.tagtraum.perf.gcviewer.ctrl.impl
 
com.tagtraum.perf.gcviewer.exp - package com.tagtraum.perf.gcviewer.exp
 
com.tagtraum.perf.gcviewer.exp.impl - package com.tagtraum.perf.gcviewer.exp.impl
 
com.tagtraum.perf.gcviewer.imp - package com.tagtraum.perf.gcviewer.imp
 
com.tagtraum.perf.gcviewer.log - package com.tagtraum.perf.gcviewer.log
 
com.tagtraum.perf.gcviewer.math - package com.tagtraum.perf.gcviewer.math
 
com.tagtraum.perf.gcviewer.model - package com.tagtraum.perf.gcviewer.model
 
com.tagtraum.perf.gcviewer.util - package com.tagtraum.perf.gcviewer.util
 
com.tagtraum.perf.gcviewer.view - package com.tagtraum.perf.gcviewer.view
 
com.tagtraum.perf.gcviewer.view.model - package com.tagtraum.perf.gcviewer.view.model
 
com.tagtraum.perf.gcviewer.view.renderer - package com.tagtraum.perf.gcviewer.view.renderer
 
com.tagtraum.perf.gcviewer.view.util - package com.tagtraum.perf.gcviewer.view.util
 
computePolygon(ModelChart, GCModel) - Method in class com.tagtraum.perf.gcviewer.view.renderer.GCTimesRenderer
 
computePolygon(ModelChart, GCModel) - Method in class com.tagtraum.perf.gcviewer.view.renderer.InitialMarkLevelRenderer
 
computePolygon(ModelChart, GCModel) - Method in class com.tagtraum.perf.gcviewer.view.renderer.PolygonChartRenderer
 
computePolygon(ModelChart, GCModel) - Method in class com.tagtraum.perf.gcviewer.view.renderer.TotalHeapRenderer
 
computePolygon(ModelChart, GCModel) - Method in class com.tagtraum.perf.gcviewer.view.renderer.TotalTenuredRenderer
 
computePolygon(ModelChart, GCModel) - Method in class com.tagtraum.perf.gcviewer.view.renderer.TotalYoungRenderer
 
computePolygon(ModelChart, GCModel) - Method in class com.tagtraum.perf.gcviewer.view.renderer.UsedHeapRenderer
 
computePolygon(ModelChart, GCModel) - Method in class com.tagtraum.perf.gcviewer.view.renderer.UsedTenuredRenderer
 
computePolygon(ModelChart, GCModel) - Method in class com.tagtraum.perf.gcviewer.view.renderer.UsedYoungRenderer
 
CONCURRENT_COLLECTION_BEGIN - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.ConcurrentGcBegionEndRenderer
 
CONCURRENT_COLLECTION_BEGIN_END - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
CONCURRENT_COLLECTION_END - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.ConcurrentGcBegionEndRenderer
 
ConcurrentGcBegionEndRenderer - Class in com.tagtraum.perf.gcviewer.view.renderer
ConcurrentGcStardEndRenderer draws lines for every begin and end of a concurrent GC event.
ConcurrentGcBegionEndRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.ConcurrentGcBegionEndRenderer
 
ConcurrentGCEvent - Class in com.tagtraum.perf.gcviewer.model
ConcurrentGCEvent.
ConcurrentGCEvent() - Constructor for class com.tagtraum.perf.gcviewer.model.ConcurrentGCEvent
 
contains(String, List<String>, boolean) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
Tests if line starts with one of the strings in lineStartStrings.
createDefaultModel() - Method in class com.tagtraum.perf.gcviewer.view.AutoCompletionTextField
 
createEmptyImageIcon(int, int) - Static method in class com.tagtraum.perf.gcviewer.view.util.ImageHelper
Creates an empty image.
createFor(GCResource) - Static method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderFactory
Creates an appropriate GCModelLoader for the given GCResource
createMemoryScaledPolygon() - Method in class com.tagtraum.perf.gcviewer.view.renderer.PolygonChartRenderer
 
createMonoColoredImageIcon(Paint, int, int) - Static method in class com.tagtraum.perf.gcviewer.view.util.ImageHelper
Creates a rectangular mono colored image.
createPaint(Polygon) - Method in class com.tagtraum.perf.gcviewer.view.renderer.PolygonChartRenderer
 
createRootPane() - Method in class com.tagtraum.perf.gcviewer.view.ScreenCenteredDialog
 
createTimeScaledPolygon() - Method in class com.tagtraum.perf.gcviewer.view.renderer.PolygonChartRenderer
 
CSVDataWriter - Class in com.tagtraum.perf.gcviewer.exp.impl
Write GC history with comma separated values.
CSVDataWriter(OutputStream) - Constructor for class com.tagtraum.perf.gcviewer.exp.impl.CSVDataWriter
 
CsvSummaryExportFormatter - Class in com.tagtraum.perf.gcviewer.exp.impl
Write Summary Information in CSV format.
CsvSummaryExportFormatter() - Constructor for class com.tagtraum.perf.gcviewer.exp.impl.CsvSummaryExportFormatter
 
CSVTSDataWriter - Class in com.tagtraum.perf.gcviewer.exp.impl
Export GC history with comma separated values.
CSVTSDataWriter(OutputStream) - Constructor for class com.tagtraum.perf.gcviewer.exp.impl.CSVTSDataWriter
 
currentAF - Variable in class com.tagtraum.perf.gcviewer.imp.IBMJ9SAXHandler
 

D

DataReader - Interface in com.tagtraum.perf.gcviewer.imp
Date: Jan 30, 2002 Time: 5:01:01 PM
DataReaderException - Exception in com.tagtraum.perf.gcviewer.imp
Specific exception type to indicate that something went wrong while trying to read data from a gc log file / url.
DataReaderException() - Constructor for exception com.tagtraum.perf.gcviewer.imp.DataReaderException
 
DataReaderException(String, Throwable) - Constructor for exception com.tagtraum.perf.gcviewer.imp.DataReaderException
 
DataReaderException(String) - Constructor for exception com.tagtraum.perf.gcviewer.imp.DataReaderException
 
DataReaderException(Throwable) - Constructor for exception com.tagtraum.perf.gcviewer.imp.DataReaderException
 
DataReaderFacade - Class in com.tagtraum.perf.gcviewer.imp
DataReaderFacade is a helper class providing a simple interface to read a gc log file including standard error handling.
DataReaderFacade() - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderFacade
 
DataReaderFactory - Class in com.tagtraum.perf.gcviewer.imp
Date: Jan 30, 2002 Time: 6:47:45 PM
DataReaderFactory() - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderFactory
 
DataReaderGo - Class in com.tagtraum.perf.gcviewer.imp
Parses GC log output from Go 1.9.
DataReaderGo(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderGo
 
DataReaderHPUX1_2 - Class in com.tagtraum.perf.gcviewer.imp
DataReader for HP-UX 1.2/1.3/1.4.0
DataReaderHPUX1_2(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderHPUX1_2
 
DataReaderHPUX1_4_1 - Class in com.tagtraum.perf.gcviewer.imp
DataReader for HP-UX 1.4.1/1.4.2
DataReaderHPUX1_4_1(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderHPUX1_4_1
 
DataReaderIBM1_3_0 - Class in com.tagtraum.perf.gcviewer.imp
Parses -verbose:gc output from IBM JDK 1.3.0.
DataReaderIBM1_3_0(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderIBM1_3_0
 
DataReaderIBM1_3_1 - Class in com.tagtraum.perf.gcviewer.imp
Parses -verbose:gc output from IBM JDK 1.3.0.
DataReaderIBM1_3_1(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderIBM1_3_1
 
DataReaderIBM1_4_2 - Class in com.tagtraum.perf.gcviewer.imp
Parses -verbose:gc output from IBM JDK 1.4.2.
DataReaderIBM1_4_2(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderIBM1_4_2
 
DataReaderIBM_J9_5_0 - Class in com.tagtraum.perf.gcviewer.imp
Parses -verbose:gc output from IBM J9 JVM 5.0.
DataReaderIBM_J9_5_0(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderIBM_J9_5_0
 
DataReaderIBM_J9_R28 - Class in com.tagtraum.perf.gcviewer.imp
Parser for IBM gc logs R26_Java6 + R27_Java7 + R28_Java8
DataReaderIBM_J9_R28(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderIBM_J9_R28
 
DataReaderIBMi5OS1_4_2 - Class in com.tagtraum.perf.gcviewer.imp
Parses -verbose:gc output from IBM i5/OS JDK 1.4.2.
DataReaderIBMi5OS1_4_2(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderIBMi5OS1_4_2
Constructor for the IBM i5/OS GC reader.
DataReaderJRockit1_4_2 - Class in com.tagtraum.perf.gcviewer.imp
DataReaderJRockit1_4_2.
DataReaderJRockit1_4_2(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderJRockit1_4_2
 
DataReaderJRockit1_5_0 - Class in com.tagtraum.perf.gcviewer.imp
DataReaderJRockit1_5_0
DataReaderJRockit1_5_0(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderJRockit1_5_0
 
DataReaderJRockit1_6_0 - Class in com.tagtraum.perf.gcviewer.imp
DataReaderJRockit1_6_0
DataReaderJRockit1_6_0(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderJRockit1_6_0
 
DataReaderSun1_2_2 - Class in com.tagtraum.perf.gcviewer.imp
Parses -verbose:gc output from Sun JDK 1.2.2.
DataReaderSun1_2_2(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderSun1_2_2
 
DataReaderSun1_3_1 - Class in com.tagtraum.perf.gcviewer.imp
Parses -verbose:gc output from Sun JDK 1.3.1.
DataReaderSun1_3_1(GCResource, InputStream, GcLogType) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderSun1_3_1
 
DataReaderSun1_6_0 - Class in com.tagtraum.perf.gcviewer.imp
Parses log output from Sun / Oracle Java 1.4 / 1.5 / 1.6.
DataReaderSun1_6_0(GCResource, InputStream, GcLogType) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderSun1_6_0
 
DataReaderSun1_6_0G1 - Class in com.tagtraum.perf.gcviewer.imp
Parses log output from Sun / Oracle Java 1.6.
DataReaderSun1_6_0G1(GCResource, InputStream, GcLogType) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderSun1_6_0G1
 
DataReaderTools - Class in com.tagtraum.perf.gcviewer.imp
Tools useful for (most) DataReader implementations.
DataReaderTools(Logger) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderTools
 
DataReaderUnifiedJvmLogging - Class in com.tagtraum.perf.gcviewer.imp
DataReaderUnifiedJvmLogging can parse all gc events of unified jvm logs with default decorations.
DataReaderUnifiedJvmLogging(GCResource, InputStream) - Constructor for class com.tagtraum.perf.gcviewer.imp.DataReaderUnifiedJvmLogging
 
DataWriter - Interface in com.tagtraum.perf.gcviewer.exp
Writes a GCModel into a given Stream.
DataWriterFactory - Class in com.tagtraum.perf.gcviewer.exp.impl
Factory for all available DataWriter implementations.
DataWriterFactory() - Constructor for class com.tagtraum.perf.gcviewer.exp.impl.DataWriterFactory
 
DataWriterType - Enum in com.tagtraum.perf.gcviewer.exp
Enumeration for the different types of data writers that exist.
DATE_TIME_FORMATTER - Static variable in class com.tagtraum.perf.gcviewer.util.DateHelper
 
DateHelper - Class in com.tagtraum.perf.gcviewer.util
 
DateHelper() - Constructor for class com.tagtraum.perf.gcviewer.util.DateHelper
 
DEF_NEW - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
DEFAULT_FILLPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.TotalHeapRenderer
 
DEFAULT_FILLPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.TotalTenuredRenderer
 
DEFAULT_FILLPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.TotalYoungRenderer
 
DEFAULT_LINEPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.FullGCLineRenderer
 
DEFAULT_LINEPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.GCRectanglesRenderer
 
DEFAULT_LINEPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.GCTimesRenderer
 
DEFAULT_LINEPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.IncLineRenderer
 
DEFAULT_LINEPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.InitialMarkLevelRenderer
 
DEFAULT_LINEPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.TotalHeapRenderer
 
DEFAULT_LINEPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.TotalTenuredRenderer
 
DEFAULT_LINEPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.TotalYoungRenderer
 
DEFAULT_LINEPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.UsedHeapRenderer
 
DEFAULT_LINEPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.UsedTenuredRenderer
 
DEFAULT_LINEPAINT - Static variable in class com.tagtraum.perf.gcviewer.view.renderer.UsedYoungRenderer
 
DesktopPane - Class in com.tagtraum.perf.gcviewer.view
DesktopPane is the "background" of the application after opening.
DesktopPane() - Constructor for class com.tagtraum.perf.gcviewer.view.DesktopPane
 
details - Variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
details() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
displayUrl(Component, String) - Static method in class com.tagtraum.perf.gcviewer.view.util.UrlDisplayHelper
Display given url in the default browser.
displayUrl(Component, URL) - Static method in class com.tagtraum.perf.gcviewer.view.util.UrlDisplayHelper
Convenience method to display an url.
displayUrlIsSupported() - Static method in class com.tagtraum.perf.gcviewer.view.util.UrlDisplayHelper
Returns true if the platform supports displaying of urls.
doClick(int) - Method in class com.tagtraum.perf.gcviewer.view.StayOpenCheckBoxMenuItem
Overridden to reopen the menu.
doInBackground() - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.AbstractGCModelLoaderImpl
 
doMain(String[]) - Method in class com.tagtraum.perf.gcviewer.GCViewer
 
done() - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.AbstractGCModelLoaderImpl
 
DoubleData - Class in com.tagtraum.perf.gcviewer.math
 
DoubleData() - Constructor for class com.tagtraum.perf.gcviewer.math.DoubleData
 
dragEnter(DropTargetDragEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.FileDropTargetListener
 
drop(DropTargetDropEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.FileDropTargetListener
 

E

endElement(String, String, String) - Method in class com.tagtraum.perf.gcviewer.imp.IBMJ9SAXHandler
 
equals(Object) - Method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
equals(Object) - Method in class com.tagtraum.perf.gcviewer.math.IntData
 
equals(Object) - Method in class com.tagtraum.perf.gcviewer.math.RegressionLine
 
equals(Object) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
equals(Object) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.ExtendedType
 
equals(Object) - Method in class com.tagtraum.perf.gcviewer.model.ConcurrentGCEvent
 
equals(Object) - Method in class com.tagtraum.perf.gcviewer.model.GCEvent
 
equals(Object) - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
equals(Object) - Method in class com.tagtraum.perf.gcviewer.model.GcResourceFile
 
equals(Object) - Method in class com.tagtraum.perf.gcviewer.model.GcResourceSeries
 
equals(Object) - Method in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup
 
EVENT_CLOSED - Static variable in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
EVENT_MINIMIZED - Static variable in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
execute() - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoader
 
execute() - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderGroupTracker
Start execution of all loaders tracked by this tracker.
execute() - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderGroupTrackerImpl
 
Exit - Class in com.tagtraum.perf.gcviewer.ctrl.action
 
Exit(Frame) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.Exit
 
Export - Class in com.tagtraum.perf.gcviewer.ctrl.action
 
Export(GCViewerGui) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.Export
 
exportFile(GCModel, File, String, DataWriterType) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.Export
 
exportSummaryFromModel(GCModel, String) - Method in class com.tagtraum.perf.gcviewer.exp.impl.SummaryDataWriter
 
EXT_FILE_FILTERS - Static variable in class com.tagtraum.perf.gcviewer.view.util.ExtensionFileFilter
 
extension - Variable in class com.tagtraum.perf.gcviewer.view.util.ExtensionFileFilter
 
ExtensionFileFilter - Class in com.tagtraum.perf.gcviewer.view.util
ExtensionFileFilter.
ExtensionFileFilter(String) - Constructor for class com.tagtraum.perf.gcviewer.view.util.ExtensionFileFilter
 
extractTypeFromParsedString(String) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 

F

FileDropTargetListener - Class in com.tagtraum.perf.gcviewer.ctrl.impl
DragAndDrop Listener implementation to support add / open of files using drag and drop.
FileDropTargetListener(GCModelLoaderController, FileDropTargetListener.DropFlavor) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.FileDropTargetListener
Create new instance with controller as target for files and flavor if listener.
FileDropTargetListener.DropFlavor - Enum in com.tagtraum.perf.gcviewer.ctrl.impl
The FileDropTargetListener can be used in two flavors: OPEN a new log file and ADD a log file to the current selected document.
fireAddEvent(int, GCResourceGroup) - Method in class com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesModel
 
fireRemoveEvent(int) - Method in class com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesModel
 
flush() - Method in class com.tagtraum.perf.gcviewer.log.TextAreaLogHandler
 
format(LogRecord) - Method in class com.tagtraum.perf.gcviewer.log.TextAreaFormatter
 
format - Variable in class com.tagtraum.perf.gcviewer.util.MemoryFormat
 
format(double, StringBuffer, FieldPosition) - Method in class com.tagtraum.perf.gcviewer.util.MemoryFormat
 
format(long, StringBuffer, FieldPosition) - Method in class com.tagtraum.perf.gcviewer.util.MemoryFormat
 
format(Date, StringBuffer, FieldPosition) - Method in class com.tagtraum.perf.gcviewer.util.TimeFormat
 
formatDate(ZonedDateTime) - Static method in class com.tagtraum.perf.gcviewer.util.DateHelper
 
formatLine(String, String, String) - Method in class com.tagtraum.perf.gcviewer.exp.impl.CsvSummaryExportFormatter
 
formatLine(String, String, String) - Method in interface com.tagtraum.perf.gcviewer.exp.impl.ISummaryExportFormatter
 
FormattedValue - Class in com.tagtraum.perf.gcviewer.util
Class to keep the formatted amount, separate from the units.
FormattedValue(StringBuffer, char) - Constructor for class com.tagtraum.perf.gcviewer.util.FormattedValue
 
FormattedValue(StringBuffer, String) - Constructor for class com.tagtraum.perf.gcviewer.util.FormattedValue
 
formatToFormatted(double) - Method in class com.tagtraum.perf.gcviewer.util.MemoryFormat
 
formatToFormatted(double, StringBuffer, FieldPosition, boolean) - Method in class com.tagtraum.perf.gcviewer.util.MemoryFormat
 
formatToFormatted(Date) - Method in class com.tagtraum.perf.gcviewer.util.TimeFormat
 
FULL_GC - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
FULL_GC_LINES - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
FullGCLineRenderer - Class in com.tagtraum.perf.gcviewer.view.renderer
FullGCLineRenderer.
FullGCLineRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.FullGCLineRenderer
 

G

G1_CLEANUP - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_CONCURRENT_CLEANUP_END - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_CONCURRENT_CLEANUP_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_CONCURRENT_COUNT_END - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_CONCURRENT_COUNT_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_CONCURRENT_MARK_ABORT - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_CONCURRENT_MARK_END - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_CONCURRENT_MARK_RESET_FOR_OVERFLOW - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_CONCURRENT_MARK_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_CONCURRENT_ROOT_REGION_SCAN_END - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_CONCURRENT_ROOT_REGION_SCAN_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_EDEN - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_GC_REFPROC - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_MIXED - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_MIXED_TO_SPACE_EXHAUSTED - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_MIXED_TO_SPACE_OVERFLOW - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_PARTIAL - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_PARTIAL_INITIAL_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_PARTIAL_INITIAL_MARK_TO_SPACE_OVERFLOW - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_PARTIAL_TO_SPACE_OVERFLOW - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_REMARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_YOUNG - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_YOUNG_INITIAL_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_YOUNG_INITIAL_MARK_TO_SPACE_EXHAUSTED - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_YOUNG_INITIAL_MARK_TO_SPACE_OVERFLOW - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_YOUNG_MARK_STACK_FULL - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_YOUNG_TO_SPACE_EXHAUSTED - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_YOUNG_TO_SPACE_EXHAUSTED_INITIAL_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1_YOUNG_TO_SPACE_OVERFLOW - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
G1GcEvent - Class in com.tagtraum.perf.gcviewer.model
G1GcEvent may contain lots of detail information which provide information about the different steps of the garbage collection.
G1GcEvent() - Constructor for class com.tagtraum.perf.gcviewer.model.G1GcEvent
 
GC - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
GC_PREFERENCES - Static variable in class com.tagtraum.perf.gcviewer.exp.impl.DataWriterFactory
 
GC_TIMES_LINE - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
GC_TIMES_RECTANGLES - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
GCDocument - Class in com.tagtraum.perf.gcviewer.view
GCDocument.
GCDocument(GCPreferences, String) - Constructor for class com.tagtraum.perf.gcviewer.view.GCDocument
 
GCDocumentController - Class in com.tagtraum.perf.gcviewer.ctrl.impl
Controller for GCDocument.
GCDocumentController(GCDocument) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.GCDocumentController
 
GCEvent - Class in com.tagtraum.perf.gcviewer.model
The GCEvent is the type of event that contains memory (preused, postused, total) and pause information.
GCEvent() - Constructor for class com.tagtraum.perf.gcviewer.model.GCEvent
 
GCEvent(double, int, int, int, double, AbstractGCEvent.Type) - Constructor for class com.tagtraum.perf.gcviewer.model.GCEvent
 
GCEventUJL - Class in com.tagtraum.perf.gcviewer.model
 
GCEventUJL() - Constructor for class com.tagtraum.perf.gcviewer.model.GCEventUJL
 
gcLogType - Variable in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
the log type allowing for small differences between different versions of the gc logs
GcLogType - Enum in com.tagtraum.perf.gcviewer.imp
Enumeration of all supported gc log file types.
GCModel - Class in com.tagtraum.perf.gcviewer.model
Collection of GCEvents.
GCModel() - Constructor for class com.tagtraum.perf.gcviewer.model.GCModel
 
GCModel.Format - Class in com.tagtraum.perf.gcviewer.model
 
GCModelLoader - Interface in com.tagtraum.perf.gcviewer.ctrl
Loads the model in a background thread (progress can be tracked using propertyChangeListeners).
GCModelLoaderController - Interface in com.tagtraum.perf.gcviewer.ctrl
Controller class for GCModelLoader.
GCModelLoaderControllerImpl - Class in com.tagtraum.perf.gcviewer.ctrl.impl
Controller class for GCModelLoader.
GCModelLoaderFactory - Class in com.tagtraum.perf.gcviewer.ctrl.impl
 
GCModelLoaderFactory() - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderFactory
 
GCModelLoaderGroupTracker - Interface in com.tagtraum.perf.gcviewer.ctrl
Helperclass to track several modelLoaders and get an event, when all loaders have finished loading.
GCModelLoaderGroupTrackerImpl - Class in com.tagtraum.perf.gcviewer.ctrl.impl
Helperclass to track several modelLoaders and get an event, when all loaders have finished loading.
GCModelLoaderGroupTrackerImpl() - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderGroupTrackerImpl
 
GCModelLoaderImpl - Class in com.tagtraum.perf.gcviewer.ctrl.impl
Loads the model in a background thread (progress can be tracked by propertyChangeListeners).
GCModelLoaderImpl(GCResource) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderImpl
 
GCModelLoaderView - Class in com.tagtraum.perf.gcviewer.view
Display the GCModel loading process for a GCDocument.
GCModelLoaderView(GCResource) - Constructor for class com.tagtraum.perf.gcviewer.view.GCModelLoaderView
 
GCModelSeriesLoaderImpl - Class in com.tagtraum.perf.gcviewer.ctrl.impl
An AbstractGCModelLoaderImpl that loads GCResources as a series of logs
GCModelSeriesLoaderImpl(GcResourceSeries) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelSeriesLoaderImpl
 
GCPreferences - Class in com.tagtraum.perf.gcviewer.view.model
Holds preferences of GCViewer and can load / store them from / in a file.
GCPreferences() - Constructor for class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
GCRectanglesRenderer - Class in com.tagtraum.perf.gcviewer.view.renderer
Renders all stop the world event pauses as rectangles.
GCRectanglesRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.GCRectanglesRenderer
 
gcResource - Variable in class com.tagtraum.perf.gcviewer.imp.AbstractDataReader
the resource being read
GCResource - Interface in com.tagtraum.perf.gcviewer.model
Interface for GC resources
GcResourceFile - Class in com.tagtraum.perf.gcviewer.model
Identifies a GC resource: a file or URL resource containing GC info.
GcResourceFile(File) - Constructor for class com.tagtraum.perf.gcviewer.model.GcResourceFile
 
GcResourceFile(String) - Constructor for class com.tagtraum.perf.gcviewer.model.GcResourceFile
 
GCResourceGroup - Class in com.tagtraum.perf.gcviewer.view.model
Holds a group of resource names (those displayed in the same GCDocument).
GCResourceGroup(List<GCResource>) - Constructor for class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup
 
GCResourceGroup(String) - Constructor for class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup
Initialise a group from a single string consisting of GcResourceFiles separated by "";"" and contents of a GcResourceSeries separated by ">".
GcResourceSeries - Class in com.tagtraum.perf.gcviewer.model
An (artificial) GCResource that represents a collection of actual GCResources that are to be treated as one consecutive log.
GcResourceSeries(List<GCResource>) - Constructor for class com.tagtraum.perf.gcviewer.model.GcResourceSeries
 
GcSeriesLoader - Class in com.tagtraum.perf.gcviewer.ctrl.impl
Allows to load an (unordered) list of GCResource and treats them as a consecutive series of GCResources.
GcSeriesLoader(DataReaderFacade) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.GcSeriesLoader
 
GCTimesRenderer - Class in com.tagtraum.perf.gcviewer.view.renderer
Renders all stop the world event pauses.
GCTimesRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.GCTimesRenderer
 
GCViewer - Class in com.tagtraum.perf.gcviewer
Main class of GCViewer.
GCViewer() - Constructor for class com.tagtraum.perf.gcviewer.GCViewer
 
GCViewer(GCViewerGuiController, GCViewerArgsParser) - Constructor for class com.tagtraum.perf.gcviewer.GCViewer
 
GCViewerArgsParser - Class in com.tagtraum.perf.gcviewer
Parser for commandline arguments.
GCViewerArgsParser() - Constructor for class com.tagtraum.perf.gcviewer.GCViewerArgsParser
 
GCViewerArgsParserException - Exception in com.tagtraum.perf.gcviewer
Exception to indicate illegal argument in GCViewerArgsParser.
GCViewerArgsParserException(String) - Constructor for exception com.tagtraum.perf.gcviewer.GCViewerArgsParserException
 
GCViewerGui - Class in com.tagtraum.perf.gcviewer.view
This is the main window of GCViewer.
GCViewerGui() - Constructor for class com.tagtraum.perf.gcviewer.view.GCViewerGui
 
GCViewerGuiBuilder - Class in com.tagtraum.perf.gcviewer.ctrl.impl
This class is responsible for construction of GCViewerGui, whose construction is quite complex.
GCViewerGuiBuilder() - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.GCViewerGuiBuilder
 
GCViewerGuiController - Class in com.tagtraum.perf.gcviewer.ctrl.impl
Main controller class of GCViewer.
GCViewerGuiController() - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.GCViewerGuiController
 
GCViewerGuiInternalFrameController - Class in com.tagtraum.perf.gcviewer.ctrl.impl
Controller class for internal frames of GCViewerGui.
GCViewerGuiInternalFrameController() - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.GCViewerGuiInternalFrameController
 
GCViewerGuiMenuBar - Class in com.tagtraum.perf.gcviewer.view
MenuBar for GCViewerGui.
GCViewerGuiMenuBar() - Constructor for class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
GCViewerGuiToolBar - Class in com.tagtraum.perf.gcviewer.view
Toolbar for GCViewerGui.
GCViewerGuiToolBar() - Constructor for class com.tagtraum.perf.gcviewer.view.GCViewerGuiToolBar
 
GCViewerUncaughtExceptionHandler - Class in com.tagtraum.perf.gcviewer.ctrl.impl
UncaughtExceptionHandler for GCViewer - makes sure, no exception goes completely unnoticed.
GCViewerUncaughtExceptionHandler(Component) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.GCViewerUncaughtExceptionHandler
 
generation - Variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
get(int) - Method in class com.tagtraum.perf.gcviewer.model.GCModel
Get all types of events in the order they were added to the model.
getActionMap() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGui
 
getAllGCDocuments() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGui
 
getArgumentCount() - Method in class com.tagtraum.perf.gcviewer.GCViewerArgsParser
 
getBooleanProperty(String) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
getBuffer() - Method in class com.tagtraum.perf.gcviewer.util.FormattedValue
 
getBuildDate() - Static method in class com.tagtraum.perf.gcviewer.util.BuildInfoReader
Read build date from properties file in classpath if it can be found.
getBytesRead() - Method in class com.tagtraum.perf.gcviewer.imp.MonitoredBufferedInputStream
Get the number of bytes read since creation or since last resetBytesRead() call.
getChartFilePath() - Method in class com.tagtraum.perf.gcviewer.GCViewerArgsParser
 
getChartPanelView(int) - Method in class com.tagtraum.perf.gcviewer.view.GCDocument
 
getChartPanelView(GCResource) - Method in class com.tagtraum.perf.gcviewer.view.GCDocument
Returns the ChartPanelView that displays gcResource.
getChartPanelViewCount() - Method in class com.tagtraum.perf.gcviewer.view.GCDocument
 
getCmsInitiatingOccupancyFraction() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
Return statistical data about fraction of tenured heap when concurrent collection cycles are started.
getCollectionType() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.ExtendedType
 
getCollectionType() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
getComboBoxModel() - Method in class com.tagtraum.perf.gcviewer.view.AutoCompletionTextField
 
getConcurrency() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.ExtendedType
 
getConcurrency() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
getConcurrentEventPauses() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getConcurrentGCEvents() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
Returns an iterator to all concurrent gc events.
getConfiguration() - Method in class com.tagtraum.perf.gcviewer.exp.AbstractDataWriter
Access to the additional configuration objects (may be empty but never null).
getContentLength() - Method in class com.tagtraum.perf.gcviewer.imp.MonitoredBufferedInputStream
 
getCreationDate(GCModel) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GcSeriesLoader
 
getCreationDateFromFile(GCModel) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GcSeriesLoader
 
getCreationTime() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getCurrentPostGCSlope() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getDataReader(GCResource, InputStream) - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderFactory
Returns the DataReader determined by content analysis.
getDataReaderTools() - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReader
 
getDataWriter(File, DataWriterType) - Static method in class com.tagtraum.perf.gcviewer.exp.impl.DataWriterFactory
Standard factory method to retrieve one of the DataWriter implementations.
getDataWriter(File, DataWriterType, Map<String, Object>) - Static method in class com.tagtraum.perf.gcviewer.exp.impl.DataWriterFactory
Factory method to retrieve one of the DataWriter implementations including the option to add a map of configuration objects.
getDate() - Method in class com.tagtraum.perf.gcviewer.view.TimeOffsetPanel
 
getDatestamp() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
getDescription() - Method in class com.tagtraum.perf.gcviewer.view.util.ExtensionFileFilter
 
getDesktopPane() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGui
 
getDuration() - Method in class com.tagtraum.perf.gcviewer.model.ConcurrentGCEvent
Time this step in the concurrent GC mechanism took.
getEditorComponent() - Method in class com.tagtraum.perf.gcviewer.view.AutoCompletionTextField
 
getErrorCount() - Method in class com.tagtraum.perf.gcviewer.log.TextAreaLogHandler
 
getEvents() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
Returns an iterator to all events in the order they were added to the model.
getExtendedType() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
getFileMenu() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
getFirstDateStamp() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getFirstDateStamp() - Method in class com.tagtraum.perf.gcviewer.util.ParseInformation
 
getFirstDateStampFromModel(GCModel) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GcSeriesLoader
 
getFirstPauseTimeStamp() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getFirstTimeStamp() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getFirstTimeStampFromModel(GCModel) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GcSeriesLoader
 
getFootprint() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getFootprint() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
getFootprint() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
getFootprintAfterFullGC() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getFootprintAfterGC() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getFormat() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getFreedMemory() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getFreedMemoryByFullGC() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getFreedMemoryByGC() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getFullGcEventPauses() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getFullGCEvents() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
Returns an iterator to all full gc events.
getFullGCPause() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getFullGCPauseInterval() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getGcEventPauses() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getGcEventPhases() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getGCEvents() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
Returns an iterator to all garbage collection events (without full gcs / vm operations).
getGcLineProperty(String) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
getGcLineProperty(String, boolean) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
getGCPause() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getGcResource() - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoader
 
getGcResource() - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderImpl
 
getGcResource() - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelSeriesLoaderImpl
 
getGcResource() - Method in class com.tagtraum.perf.gcviewer.GCViewerArgsParser
 
getGCResource() - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
getGCResourceList() - Method in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup
Get all resources names as an array of strings.
getGCResources() - Method in class com.tagtraum.perf.gcviewer.view.GCDocument
Returns a list of the GCResources displayed in this document.
getGCViewerGui() - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderControllerImpl
 
getGeneration() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.ExtendedType
 
getGeneration() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
Returns the generation of the event including generation of detail events if present.
getGeneration() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
getGeneration() - Method in class com.tagtraum.perf.gcviewer.model.GCEventUJL
 
getGroupStringShort() - Method in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup
Get short version of resource names.
If more than one resource is in this group, returns only file name without path.
getHeapAllocatedSizes() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getHeapUsedSizes() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getInternalFrame() - Method in class com.tagtraum.perf.gcviewer.ctrl.action.WindowMenuItemAction
 
getItem() - Method in class com.tagtraum.perf.gcviewer.view.AutoCompletionTextField
 
getLastEventAdded() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
Returns the event that was last added or null if there is none yet.
getLastFile() - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
getLastMaximizedChartPanelView() - Method in class com.tagtraum.perf.gcviewer.view.GCDocument
 
getLastModified() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getLastPauseTimeStamp() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getLastSelectedFiles() - Method in class com.tagtraum.perf.gcviewer.ctrl.action.OpenFile
 
getLineNumber() - Method in class com.tagtraum.perf.gcviewer.util.ParseInformation
 
getLinePaint() - Method in class com.tagtraum.perf.gcviewer.view.ChartRenderer
 
getLogger() - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReader
Returns a logger instance that logs in the context of the current GCResource being loaded.
getLogger() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGcResource
 
getLogger() - Method in interface com.tagtraum.perf.gcviewer.model.GCResource
 
getLoggerName() - Method in interface com.tagtraum.perf.gcviewer.imp.MonitoredBufferedInputStream.ProgressCallback
 
getMax() - Method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
getMax() - Method in class com.tagtraum.perf.gcviewer.math.IntData
 
getMaxPause() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
getMaxPause() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
getMemoryInKiloByte(double, char, String) - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderTools
Returns the amount of memory in kilobyte.
getMessage() - Method in exception com.tagtraum.perf.gcviewer.imp.ParseException
 
getMin() - Method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
getMin() - Method in class com.tagtraum.perf.gcviewer.math.IntData
 
getModel() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGcResource
 
getModel() - Method in interface com.tagtraum.perf.gcviewer.model.GCResource
 
getModel() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
getModelChart() - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
getModelChart() - Method in class com.tagtraum.perf.gcviewer.view.ChartRenderer
 
getModelChart() - Method in class com.tagtraum.perf.gcviewer.view.GCDocument
 
getModelChartAndDetails() - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
getModelLoaderView() - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
getModelMetricsPanel() - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
getN() - Method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
getN() - Method in class com.tagtraum.perf.gcviewer.math.IntData
 
getName() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.ExtendedType
 
getName() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
getNumber() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
getOSXApplication() - Static method in class com.tagtraum.perf.gcviewer.view.util.OSXSupport
Get an Apple eAWT Application object
getPattern() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.ExtendedType
 
getPattern() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
getPause() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
getPause() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getPauseInterval() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getPercentageRead() - Method in class com.tagtraum.perf.gcviewer.imp.MonitoredBufferedInputStream
Calculate percentage read.
getPerm() - Method in class com.tagtraum.perf.gcviewer.model.GCEvent
Returns information on perm generation.
getPermAllocatedSizes() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getPermUsedSizes() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getPhases() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
getPointCount() - Method in class com.tagtraum.perf.gcviewer.math.RegressionLine
 
getPosition() - Method in class com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesEvent
 
getPostConcurrentCycleHeapUsedSizes() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getPostConcurrentCycleTenuredUsedSizes() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getPostFullGCSlope() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getPostGCSlope() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getPostUsed() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
getPreferences() - Method in class com.tagtraum.perf.gcviewer.view.GCDocument
 
getPreferences() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGui
 
getPreferredSize() - Method in class com.tagtraum.perf.gcviewer.view.ScreenCenteredDialog
 
getPreUsed() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
getPromotion() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getRecentFiles() - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
getRecentGCResourcesMenu() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGui
 
getRecentGCResourcesModel() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
getRecentResourceNamesModel() - Method in class com.tagtraum.perf.gcviewer.view.RecentGCResourcesMenu
 
getRelativePostFullGCIncrease() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getRelativePostGCIncrease() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getResourceName() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGcResource
 
getResourceName() - Method in interface com.tagtraum.perf.gcviewer.model.GCResource
 
getResourceNameAsUrl() - Method in class com.tagtraum.perf.gcviewer.model.GcResourceFile
 
getResourceNameAsUrlString() - Method in class com.tagtraum.perf.gcviewer.model.GcResourceFile
Same as GcResourceFile.getResourceNameAsUrl(), but still returns a string, if MalFormedURLException occurred.
getResourceNameGroup() - Method in class com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesEvent
 
getResourceNameGroups() - Method in class com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesModel
 
getResourceNamesStartingWith(String) - Method in class com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesModel
 
getResourcesInOrder() - Method in class com.tagtraum.perf.gcviewer.model.GcResourceSeries
 
getRunningTime() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getScaleFactor() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
getScaleFactor() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
getSelectedGCDocument() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGui
 
getSelectedItem() - Method in class com.tagtraum.perf.gcviewer.view.OpenUrlView
Get selected value from internal comboBox.
getStartDate() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
Best effort calculation of this GCModels start date based on the available information
getStopTheWorldEvents() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
Returns an iterator to all stop the world events (everything that stops the vm to perfom its action - includes vm operations of present).
getString(String) - Static method in class com.tagtraum.perf.gcviewer.util.LocalisationHelper
Returns localised text as result of lookup with key.
getString(String, Object...) - Static method in class com.tagtraum.perf.gcviewer.util.LocalisationHelper
Returns localised text as result of lookup with key using values as parameters for the text.
getSum() - Method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
getSum() - Method in class com.tagtraum.perf.gcviewer.math.IntData
 
getSummaryFilePath() - Method in class com.tagtraum.perf.gcviewer.GCViewerArgsParser
 
getTenured() - Method in class com.tagtraum.perf.gcviewer.model.GCEvent
Returns information on young generation.
getTenuredAllocatedSizes() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getTenuredUsedSizes() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getTextArea() - Method in class com.tagtraum.perf.gcviewer.log.TextAreaLogHandler
 
getTextAreaLogHandler() - Method in class com.tagtraum.perf.gcviewer.view.GCModelLoaderView
 
getThroughput() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getTimestamp(String, ParseInformation, ZonedDateTime) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
If the next thing in line is a timestamp, it is parsed and returned.
getTimestamp() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
getToolBar() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGui
 
getTotal() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
getType() - Method in class com.tagtraum.perf.gcviewer.GCViewerArgsParser
 
getType() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.ExtendedType
 
getTypeAsString() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
getTypeAsString() - Method in class com.tagtraum.perf.gcviewer.model.G1GcEvent
 
getUnits() - Method in class com.tagtraum.perf.gcviewer.util.FormattedValue
 
getURL() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getUrlGroupString() - Method in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup
Get all resource names of the group formatted as URLs separated by a ";"
getValue() - Method in class com.tagtraum.perf.gcviewer.util.FormattedValue
 
getVersion() - Static method in class com.tagtraum.perf.gcviewer.util.BuildInfoReader
Read version from properties file in classpath if it can be found.
getViewBar() - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
getViewMenu() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
getViewMenuItems() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
getVmOperationEventPauses() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getVmOperationPause() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getVmOperationsEvents() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
Returns an iterator to all vm operation events.
getWatchMenuItem() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
Returns MenuItem, which is associated with "WATCH" action command.
getWatchToggleButton() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiToolBar
 
getWindowHeight() - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
getWindowMenu() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
 
getWindowWidth() - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
getWindowX() - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
getWindowY() - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
getYoung() - Method in class com.tagtraum.perf.gcviewer.model.GCEvent
Returns information on young generation.
getYoungAllocatedSizes() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getYoungUsedSizes() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
getZoomComboBox() - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiToolBar
 
GO - Static variable in class com.tagtraum.perf.gcviewer.model.GCModel.Format
 
GZIP - Static variable in class com.tagtraum.perf.gcviewer.util.HttpUrlConnectionHelper
 

H

hasCorrectTimestamp() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
hasDateStamp() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
hasDetails() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
hasDuration() - Method in class com.tagtraum.perf.gcviewer.model.ConcurrentGCEvent
 
hasErrors() - Method in class com.tagtraum.perf.gcviewer.log.TextAreaLogHandler
 
hashCode() - Method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
hashCode() - Method in class com.tagtraum.perf.gcviewer.math.IntData
 
hashCode() - Method in class com.tagtraum.perf.gcviewer.math.RegressionLine
 
hashCode() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.ExtendedType
 
hashCode() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
hashCode() - Method in class com.tagtraum.perf.gcviewer.model.ConcurrentGCEvent
 
hashCode() - Method in class com.tagtraum.perf.gcviewer.model.GCEvent
 
hashCode() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
hashCode() - Method in class com.tagtraum.perf.gcviewer.model.GcResourceFile
 
hashCode() - Method in class com.tagtraum.perf.gcviewer.model.GcResourceSeries
 
hashCode() - Method in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup
 
hasMemoryInformation() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
hasMemoryInformation(GCEvent) - Method in class com.tagtraum.perf.gcviewer.view.renderer.PolygonChartRenderer
Returns true if event is of a type that contains memory information.
hasNextDetail(String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
hasOSXFullScreenSupport() - Static method in class com.tagtraum.perf.gcviewer.view.util.OSXSupport
Mac OS X Lion full screen support was added in Java for Mac OS X 10.7 Update 1 and 10.6 Update 6.
hasPause() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
hasPoints() - Method in class com.tagtraum.perf.gcviewer.math.RegressionLine
 
hasUnderlyingResourceChanged() - Method in interface com.tagtraum.perf.gcviewer.model.GCResource
Returns true, if the underlying resource has changed.
hasUnderlyingResourceChanged() - Method in class com.tagtraum.perf.gcviewer.model.GcResourceFile
 
hasUnderlyingResourceChanged() - Method in class com.tagtraum.perf.gcviewer.model.GcResourceSeries
 
HttpUrlConnectionHelper - Class in com.tagtraum.perf.gcviewer.util
Helper class dealing with opening an HttpURLConnection and it's error situations.

I

IBM_AF - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
IBM_AF_GLOBAL - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
IBM_AF_SCAVENGE - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
IBM_CONCURRENT_COLLECTION_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
IBM_GLOBAL - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
IBM_NURSERY - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
IBM_SCAVENGE - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
IBM_SYS - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
IBM_SYS_EXPLICIT_GLOBAL - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
IBM_SYS_GLOBAL - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
IBM_TENURE - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
IBM_VERBOSE_GC - Static variable in class com.tagtraum.perf.gcviewer.model.GCModel.Format
 
IBMJ9SAXHandler - Class in com.tagtraum.perf.gcviewer.imp
Simple (only for the -Xgcpolicy:optthruput output) IBMJ9 verbose GC reader.
IBMJ9SAXHandler(GCResource, GCModel) - Constructor for class com.tagtraum.perf.gcviewer.imp.IBMJ9SAXHandler
 
ImageHelper - Class in com.tagtraum.perf.gcviewer.view.util
Helper class to deal with images.
ImageHelper() - Constructor for class com.tagtraum.perf.gcviewer.view.util.ImageHelper
 
in - Variable in class com.tagtraum.perf.gcviewer.imp.AbstractDataReader
the reader accessing the log file
INC_GC - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
INC_GC_LINES - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
IncLineRenderer - Class in com.tagtraum.perf.gcviewer.view.renderer
IncLineRenderer.
IncLineRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.IncLineRenderer
 
initComponents() - Method in class com.tagtraum.perf.gcviewer.view.ScreenCenteredDialog
 
initGCViewerGui(GCViewerGui, GCModelLoaderController) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCViewerGuiBuilder
 
INITIAL_MARK_LEVEL - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
initializeMacOSX(Action, Action, Action, Image, Window) - Static method in class com.tagtraum.perf.gcviewer.view.util.OSXSupport
Initializes various Mac OS X adaptations, using reflection and proxies in order to be compilable on other platforms.
InitialMarkLevelRenderer - Class in com.tagtraum.perf.gcviewer.view.renderer
Draws a line indicating the level of memory at the initial-mark event.
InitialMarkLevelRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.InitialMarkLevelRenderer
 
IntData - Class in com.tagtraum.perf.gcviewer.math
 
IntData() - Constructor for class com.tagtraum.perf.gcviewer.math.IntData
 
internalFrameActivated(InternalFrameEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCViewerGuiInternalFrameController
 
internalFrameClosing(InternalFrameEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCViewerGuiInternalFrameController
 
internalFrameDeactivated(InternalFrameEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCViewerGuiInternalFrameController
 
internalFrameOpened(InternalFrameEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCViewerGuiInternalFrameController
 
invalidate() - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
invalidate() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
invoke(Object, Method, Object[]) - Method in class com.tagtraum.perf.gcviewer.view.util.OSXAdapter
 
isAddCheckBoxSelected() - Method in class com.tagtraum.perf.gcviewer.view.OpenFileView
 
isAddCheckBoxSelected() - Method in class com.tagtraum.perf.gcviewer.view.OpenUrlView
 
isAntiAlias() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isAntiAlias() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isCheckboxSelected() - Method in class com.tagtraum.perf.gcviewer.view.TimeOffsetPanel
 
isConcurrencyHelper() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
isConcurrent() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
isConcurrentCollectionEnd() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
isConcurrentCollectionStart() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
isCorrectMethod(Method, Object[]) - Method in class com.tagtraum.perf.gcviewer.view.util.OSXAdapter
 
isDifferent(File) - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
isDifferent(URL) - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
isDrawLine() - Method in class com.tagtraum.perf.gcviewer.view.ChartRenderer
 
isFull() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
isFull() - Method in class com.tagtraum.perf.gcviewer.model.GCEventUJL
 
isInc() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
isInitialMark() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
isLine() - Method in class com.tagtraum.perf.gcviewer.math.RegressionLine
 
isMinimized() - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
isOpaque() - Method in class com.tagtraum.perf.gcviewer.view.DesktopPane
 
isOSX() - Static method in class com.tagtraum.perf.gcviewer.view.util.OSXSupport
Determine whether we are running on MAC OS X or not
isOSXNewEAWT() - Static method in class com.tagtraum.perf.gcviewer.view.util.OSXSupport
A new version of Apple's eAWT was introduced in Java for Mac OS X 10.6 Update 3 and 10.5 Update 8.
isPropertiesLoaded() - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
isReadCancelled() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGcResource
 
isReadCancelled() - Method in interface com.tagtraum.perf.gcviewer.model.GCResource
Returns true, if reading of this GCResource should be cancelled.
isReload() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGcResource
 
isReload() - Method in interface com.tagtraum.perf.gcviewer.model.GCResource
If this resource is being reloaded, this will return true.
isRemark() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
isShowConcurrentCollectionBeginEnd() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isShowConcurrentCollectionBeginEnd() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isShowDataPanel() - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
isShowDateStamp() - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
isShowDateStamp() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isShowDateStamp() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isShowFullGCLines() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isShowFullGCLines() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isShowGCTimesLine() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isShowGCTimesLine() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isShowGCTimesRectangles() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isShowGCTimesRectangles() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isShowIncGCLines() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isShowIncGCLines() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isShowInitialMarkLevel() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isShowInitialMarkLevel() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isShowModelMetricsPanel() - Method in class com.tagtraum.perf.gcviewer.view.GCDocument
 
isShowModelMetricsPanel() - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
isShowTenured() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isShowTenured() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isShowTotalMemoryLine() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isShowTotalMemoryLine() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isShowUsedMemoryLine() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isShowUsedMemoryLine() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isShowUsedTenuredMemoryLine() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isShowUsedTenuredMemoryLine() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isShowUsedYoungMemoryLine() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isShowUsedYoungMemoryLine() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isShowYoung() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
isShowYoung() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
isStopTheWorld() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
isSystem() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
Returns true, if this event was triggered by a call to "System.gc()"
ISummaryExportFormatter - Interface in com.tagtraum.perf.gcviewer.exp.impl
 
isViewBarVisible() - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
isWatched() - Method in class com.tagtraum.perf.gcviewer.view.GCDocument
 

J

JROCKIT_16_OLD_GC - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
JROCKIT_16_PARALLEL_NURSERY_GC - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
JROCKIT_16_YOUNG_GC - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
JROCKIT_GC - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
JROCKIT_NURSERY_GC - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
JROCKIT_PARALLEL_NURSERY_GC - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 

L

LicenseAction - Class in com.tagtraum.perf.gcviewer.ctrl.action
 
LicenseAction(Frame) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.LicenseAction
 
load(GcResourceSeries) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GcSeriesLoader
 
load() - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
Loads properties from a file.
loadGcModel() - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.AbstractGCModelLoaderImpl
 
loadGcModel() - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderImpl
 
loadGcModel() - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelSeriesLoaderImpl
 
loadImage(String) - Static method in class com.tagtraum.perf.gcviewer.view.util.ImageHelper
Loads an image from the given path.
loadImageIcon(String) - Static method in class com.tagtraum.perf.gcviewer.view.util.ImageHelper
Loads an image from a given path and returns it as an ImageIcon.
loadModel(GCResource) - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderFacade
Loads a model from a given gcResource logging all exceptions that occur.
loadModelFromSeries(GcResourceSeries) - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderFacade
Loads the GCResources as a rotated series of logfiles.
LocalisationHelper - Class in com.tagtraum.perf.gcviewer.util
Helperclass to support localisation.
LocalisationHelper() - Constructor for class com.tagtraum.perf.gcviewer.util.LocalisationHelper
 
LOG_INFORMATION_COMMANDLINE_FLAGS - Static variable in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
LOG_INFORMATION_HOTSPOT - Static variable in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
LOG_INFORMATION_MEMORY - Static variable in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
LOG_INFORMATION_OPENJDK - Static variable in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
LOG_INFORMATION_STRINGS - Static variable in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
logException(Logger, Level, String, Throwable) - Static method in class com.tagtraum.perf.gcviewer.util.LoggerHelper
Logs a given exception using the given logger.
LOGFILE_ROLLING_BEGIN - Static variable in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
LOGFILE_ROLLING_END - Static variable in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
LoggerHelper - Class in com.tagtraum.perf.gcviewer.util
This class contains convenience methods to support logging.
LoggerHelper() - Constructor for class com.tagtraum.perf.gcviewer.util.LoggerHelper
 
lookup(AbstractGCEvent.Type) - Static method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.ExtendedType
 
lookup(AbstractGCEvent.Type, String) - Static method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.ExtendedType
 
lookup(String) - Static method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 

M

main(String[]) - Static method in class com.tagtraum.perf.gcviewer.GCViewer
 
MAX_NEGATIVE_INTEGER_CHARS - Static variable in class com.tagtraum.perf.gcviewer.util.NumberParser
 
MAX_NEGATIVE_LONG_CHARS - Static variable in class com.tagtraum.perf.gcviewer.util.NumberParser
 
MAX_POSITIVE_INTEGER_CHARS - Static variable in class com.tagtraum.perf.gcviewer.util.NumberParser
 
MAX_POSITIVE_LONG_CHARS - Static variable in class com.tagtraum.perf.gcviewer.util.NumberParser
 
MemoryFormat - Class in com.tagtraum.perf.gcviewer.util
MemoryFormat.
MemoryFormat() - Constructor for class com.tagtraum.perf.gcviewer.util.MemoryFormat
 
Metaspace - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ModelChart - Interface in com.tagtraum.perf.gcviewer.view
Interface with all important methods for the model chart showing the graphs of the gc file.
MODELCHART_TIMESTAMP_RULER_FORMAT_CHANGED - Static variable in interface com.tagtraum.perf.gcviewer.view.model.PropertyChangeEventConsts
used to indicate that the format of the timestamp ruler has changed (seconds since beginning vs.
ModelChartImpl - Class in com.tagtraum.perf.gcviewer.view
Graphical chart of the gc file.
ModelChartImpl() - Constructor for class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
ModelDetailsPanel - Class in com.tagtraum.perf.gcviewer.view
Lists detailed information about gc events.
ModelDetailsPanel() - Constructor for class com.tagtraum.perf.gcviewer.view.ModelDetailsPanel
 
ModelMetricsPanel - Class in com.tagtraum.perf.gcviewer.view
Panel that contains characteristic data about the gc file.
ModelMetricsPanel() - Constructor for class com.tagtraum.perf.gcviewer.view.ModelMetricsPanel
 
MonitoredBufferedInputStream - Class in com.tagtraum.perf.gcviewer.imp
Like BufferedInputStream, but keeps counter of total bytes received.
MonitoredBufferedInputStream(InputStream, long) - Constructor for class com.tagtraum.perf.gcviewer.imp.MonitoredBufferedInputStream
 
MonitoredBufferedInputStream(InputStream, int, long) - Constructor for class com.tagtraum.perf.gcviewer.imp.MonitoredBufferedInputStream
 
MonitoredBufferedInputStream.ProgressCallback - Interface in com.tagtraum.perf.gcviewer.imp
 

N

NAME - Static variable in interface com.tagtraum.perf.gcviewer.exp.impl.ISummaryExportFormatter
 
nextCharIsBracket(String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
nextIsDatestamp(String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
Returns true if text at parsePosition is a datestamp.
nextIsTimestamp(String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
Returns true, if next "token" is a timestamp.
NumberParser - Class in com.tagtraum.perf.gcviewer.util
Fast methods for parsing ints and longs.
NumberParser() - Constructor for class com.tagtraum.perf.gcviewer.util.NumberParser
 

O

ONE_KB - Static variable in class com.tagtraum.perf.gcviewer.util.MemoryFormat
 
ONE_MB - Static variable in class com.tagtraum.perf.gcviewer.util.MemoryFormat
 
open(File[]) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderController
 
open(GCResource) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderController
Open a gc log resource from a filename or URL.
open(List<GCResource>) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderController
 
open(File[]) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderControllerImpl
 
open(GCResource) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderControllerImpl
 
open(List<GCResource>) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderControllerImpl
 
openAsSeries(List<GCResource>) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderController
Opens the given GCResources as a series of rotated logfiles.
openAsSeries(List<GCResource>) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderControllerImpl
 
OpenFile - Class in com.tagtraum.perf.gcviewer.ctrl.action
 
OpenFile(GCModelLoaderController, GCViewerGui) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.OpenFile
 
OpenFileView - Class in com.tagtraum.perf.gcviewer.view
View class to display "open file" gui element.
OpenFileView() - Constructor for class com.tagtraum.perf.gcviewer.view.OpenFileView
 
openInputStream(HttpURLConnection, String, AtomicLong) - Static method in class com.tagtraum.perf.gcviewer.util.HttpUrlConnectionHelper
Sets request properties, connects and opens the input stream depending on the HTTP response.
openInputStream(HttpURLConnection, String) - Static method in class com.tagtraum.perf.gcviewer.util.HttpUrlConnectionHelper
 
OpenRecent - Class in com.tagtraum.perf.gcviewer.ctrl.action
Action to open an entry of the recent urls menu.
OpenRecent(GCModelLoaderController, GCResourceGroup) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.OpenRecent
 
OpenSeries - Class in com.tagtraum.perf.gcviewer.ctrl.action
Allows to open a series of log files, treating them as a consecutive log.
OpenSeries(GCModelLoaderController, GCViewerGui) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.OpenSeries
 
OpenURL - Class in com.tagtraum.perf.gcviewer.ctrl.action
 
OpenURL(GCModelLoaderController, JFrame) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.OpenURL
 
OpenUrlView - Class in com.tagtraum.perf.gcviewer.view
View class to display "open Url" dialog.
OpenUrlView(JFrame) - Constructor for class com.tagtraum.perf.gcviewer.view.OpenUrlView
Constructor taking a "parent" frame as parameter.
OSXAdapter - Class in com.tagtraum.perf.gcviewer.view.util
 
OSXAdapter(String, Object, Method) - Constructor for class com.tagtraum.perf.gcviewer.view.util.OSXAdapter
 
OSXFullScreen - Class in com.tagtraum.perf.gcviewer.ctrl.action
Used to enter and exit full screen mode on Mac OS X Lion and later.
OSXFullScreen(GCViewerGui) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.OSXFullScreen
 
OSXSupport - Class in com.tagtraum.perf.gcviewer.view.util
Handles Mac OS X specific stuff.
OSXSupport() - Constructor for class com.tagtraum.perf.gcviewer.view.util.OSXSupport
 
out - Variable in class com.tagtraum.perf.gcviewer.exp.AbstractDataWriter
PrintWriter where the output should be written to.

P

paintComponent(Graphics) - Method in class com.tagtraum.perf.gcviewer.view.ChartRenderer
 
paintComponent(Graphics2D) - Method in class com.tagtraum.perf.gcviewer.view.ChartRenderer
 
paintComponent(Graphics) - Method in class com.tagtraum.perf.gcviewer.view.DesktopPane
 
paintComponent(Graphics2D) - Method in class com.tagtraum.perf.gcviewer.view.renderer.ConcurrentGcBegionEndRenderer
 
paintComponent(Graphics2D) - Method in class com.tagtraum.perf.gcviewer.view.renderer.FullGCLineRenderer
 
paintComponent(Graphics2D) - Method in class com.tagtraum.perf.gcviewer.view.renderer.GCRectanglesRenderer
 
paintComponent(Graphics2D) - Method in class com.tagtraum.perf.gcviewer.view.renderer.IncLineRenderer
 
paintComponent(Graphics2D) - Method in class com.tagtraum.perf.gcviewer.view.renderer.PolygonChartRenderer
 
PAR_NEW - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
PAR_NEW_PROMOTION_FAILED - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
PAR_OLD_GEN - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
parse(String, ParsePosition) - Method in class com.tagtraum.perf.gcviewer.util.MemoryFormat
 
parse(String, ParsePosition) - Method in class com.tagtraum.perf.gcviewer.util.TimeFormat
 
parseArguments(String[]) - Method in class com.tagtraum.perf.gcviewer.GCViewerArgsParser
Parse arguments given in parameter.
parseDate(String) - Static method in class com.tagtraum.perf.gcviewer.util.DateHelper
 
parseDatestamp(String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
Parses a datestamp in line at pos.
parseDetailEventsIfExist(String, ParseInformation, GCEvent) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
Parses detail events if any exist at current pos in line.
parseDouble(String, int, int) - Static method in class com.tagtraum.perf.gcviewer.util.NumberParser
 
parseDouble(String) - Static method in class com.tagtraum.perf.gcviewer.util.NumberParser
 
ParseException - Exception in com.tagtraum.perf.gcviewer.imp
Is thrown whenever a ParseError occurs.
ParseException(String) - Constructor for exception com.tagtraum.perf.gcviewer.imp.ParseException
 
ParseException(String, String) - Constructor for exception com.tagtraum.perf.gcviewer.imp.ParseException
 
ParseException(String, String, ParseInformation) - Constructor for exception com.tagtraum.perf.gcviewer.imp.ParseException
 
ParseInformation - Class in com.tagtraum.perf.gcviewer.util
This class holds information about the current parsing process.
ParseInformation(int) - Constructor for class com.tagtraum.perf.gcviewer.util.ParseInformation
 
parseInt(char[], int, int) - Static method in class com.tagtraum.perf.gcviewer.util.NumberParser
 
parseInt(String) - Static method in class com.tagtraum.perf.gcviewer.util.NumberParser
 
parseInt(String, int, int) - Static method in class com.tagtraum.perf.gcviewer.util.NumberParser
 
parseLine(String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
parseLine(String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderSun1_3_1
 
parseLine(String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderSun1_6_0
 
parseLine(String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderSun1_6_0G1
 
parseLong(String) - Static method in class com.tagtraum.perf.gcviewer.util.NumberParser
 
parseLong(String, int, int) - Static method in class com.tagtraum.perf.gcviewer.util.NumberParser
 
parseLong(char[], int, int) - Static method in class com.tagtraum.perf.gcviewer.util.NumberParser
 
parsePause(String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
parseTime(String) - Method in class com.tagtraum.perf.gcviewer.imp.IBMJ9SAXHandler
 
parseType(String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
parseType(String) - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderTools
Returns the ExtendedType for typeString, if it can find one.
parseTypeString(String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
parseTypeWithCause(String) - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderTools
Same as @{link DataReaderTools.parseType(String)}, but returns null instead of exception, if no type could be found.
PERM - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
PlainDataWriter - Class in com.tagtraum.perf.gcviewer.exp.impl
Writes the model using the toString()-methode of GCEvent.
PlainDataWriter(OutputStream) - Constructor for class com.tagtraum.perf.gcviewer.exp.impl.PlainDataWriter
 
PNGDataWriter - Class in com.tagtraum.perf.gcviewer.exp.impl
PNG data writter
PNGDataWriter(OutputStream, Map<String, Object>) - Constructor for class com.tagtraum.perf.gcviewer.exp.impl.PNGDataWriter
Constructor for PNGDataWriter with additional configuration parameter.
PolygonChartRenderer - Class in com.tagtraum.perf.gcviewer.view.renderer
Superclass for components rendering model data as polygon, polyline or both.
PolygonChartRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.PolygonChartRenderer
 
PolygonChartRenderer.ScaledPolygon - Class in com.tagtraum.perf.gcviewer.view.renderer
Polygon that scales points upon addition.
printDetailedInformation() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
PROGRESS - Static variable in class com.tagtraum.perf.gcviewer.imp.MonitoredBufferedInputStream
 
PROPERTY_MODEL - Static variable in class com.tagtraum.perf.gcviewer.model.GcResourceFile
 
propertyChange(PropertyChangeEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.WindowMenuItemAction
 
propertyChange(PropertyChangeEvent) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoader
 
propertyChange(PropertyChangeEvent) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderGroupTracker
 
propertyChange(PropertyChangeEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.AbstractGCModelLoaderImpl
 
propertyChange(PropertyChangeEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCDocumentController
 
propertyChange(PropertyChangeEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderGroupTrackerImpl
 
propertyChange(PropertyChangeEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.TimeOffsetPanelController
 
propertyChange(PropertyChangeEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.ViewMenuController
 
propertyChange(PropertyChangeEvent) - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
propertyChange(PropertyChangeEvent) - Method in class com.tagtraum.perf.gcviewer.view.GCModelLoaderView
Invoked when task's progress property changes.
propertyChange(PropertyChangeEvent) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
PropertyChangeEventConsts - Interface in com.tagtraum.perf.gcviewer.view.model
Constants for property change events.
proxySignature - Variable in class com.tagtraum.perf.gcviewer.view.util.OSXAdapter
 
PS_OLD_GEN - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
PS_PERM_GEN - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
PS_YOUNG_GEN - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
publish(LogRecord) - Method in class com.tagtraum.perf.gcviewer.log.TextAreaLogHandler
 

Q

quit() - Method in class com.tagtraum.perf.gcviewer.ctrl.action.Exit
 

R

read() - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReader
 
read() - Method in interface com.tagtraum.perf.gcviewer.imp.DataReader
A call to this method should read a GCModel.
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderGo
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderHPUX1_2
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderHPUX1_4_1
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderIBM1_3_0
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderIBM1_3_1
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderIBM1_4_2
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderIBM_J9_5_0
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderIBM_J9_R28
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderIBMi5OS1_4_2
Reads the GC data lines and translates them to GCEvents which are collected in the GCModel.
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderJRockit1_4_2
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderJRockit1_5_0
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderJRockit1_6_0
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderSun1_2_2
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderSun1_3_1
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderSun1_6_0
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderSun1_6_0G1
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.DataReaderUnifiedJvmLogging
 
read() - Method in class com.tagtraum.perf.gcviewer.imp.MonitoredBufferedInputStream
 
read(byte[]) - Method in class com.tagtraum.perf.gcviewer.imp.MonitoredBufferedInputStream
 
read(byte[], int, int) - Method in class com.tagtraum.perf.gcviewer.imp.MonitoredBufferedInputStream
 
ReadmeAction - Class in com.tagtraum.perf.gcviewer.ctrl.action
 
ReadmeAction(Frame) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.ReadmeAction
 
RecentGCResourcesEvent - Class in com.tagtraum.perf.gcviewer.view.model
Event, that is fired on changes in RecentGCResourcesModel.
RecentGCResourcesEvent(Object, int, GCResourceGroup) - Constructor for class com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesEvent
 
RecentGCResourcesEvent(Object, int) - Constructor for class com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesEvent
 
RecentGCResourcesListener - Interface in com.tagtraum.perf.gcviewer.view.model
Listener interface for add / remove events from the RecentGCResourcesModel.
RecentGCResourcesMenu - Class in com.tagtraum.perf.gcviewer.view
Special menu item dealing with recent URLs.
RecentGCResourcesMenu() - Constructor for class com.tagtraum.perf.gcviewer.view.RecentGCResourcesMenu
 
RecentGCResourcesMenuController - Class in com.tagtraum.perf.gcviewer.ctrl.impl
Controller for the RecentGCResourcesMenu keeping it in sync with the RecentGCResourcesModel.
RecentGCResourcesMenuController(GCModelLoaderController, JMenu) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.RecentGCResourcesMenuController
 
RecentGCResourcesModel - Class in com.tagtraum.perf.gcviewer.view.model
Model managing a list of resource names (or groups of GCResources).
RecentGCResourcesModel() - Constructor for class com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesModel
 
Refresh - Class in com.tagtraum.perf.gcviewer.ctrl.action
 
Refresh(GCModelLoaderController, GCViewerGui) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.Refresh
 
RefreshWatchDog - Class in com.tagtraum.perf.gcviewer.ctrl.action
Timer to trigger refresh of changed log files.
RefreshWatchDog(GCModelLoaderController, GCDocument) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.RefreshWatchDog
 
RegressionLine - Class in com.tagtraum.perf.gcviewer.math
 
RegressionLine() - Constructor for class com.tagtraum.perf.gcviewer.math.RegressionLine
 
relayout() - Method in class com.tagtraum.perf.gcviewer.view.GCDocument
Relayouts all chartPanelViews contained in this document.
reload(GCDocument) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderController
Reload all models of gcDocument and provide tracker.
reload(GCDocument) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderControllerImpl
 
reloadGCResource(GCModelLoader) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCDocumentController
 
remove(RecentGCResourcesEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.RecentGCResourcesMenuController
 
remove(RecentGCResourcesEvent) - Method in interface com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesListener
Invoked, when an item is removed from the model.
removeFromWindowMenuGroup(JMenuItem) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGuiMenuBar
Remove a menuItem from the window menu including removal of the group.
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoader
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderGroupTracker
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderGroupTrackerImpl
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGcResource
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.tagtraum.perf.gcviewer.model.GCResource
 
removeTimeOffsetChangeListener(PropertyChangeListener) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
render(GCModel, FileOutputStream) - Method in class com.tagtraum.perf.gcviewer.view.SimpleChartRenderer
 
render(GCModel, FileOutputStream, GCPreferences) - Method in class com.tagtraum.perf.gcviewer.view.SimpleChartRenderer
 
reset() - Method in class com.tagtraum.perf.gcviewer.log.TextAreaLogHandler
Resets all internal state to an initial state and is ready to receive log events.
reset() - Method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
reset() - Method in class com.tagtraum.perf.gcviewer.math.IntData
 
reset() - Method in class com.tagtraum.perf.gcviewer.math.RegressionLine
 
reset() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGcResource
 
reset() - Method in interface com.tagtraum.perf.gcviewer.model.GCResource
reset internal boolean state to default (e.g.
resetBytesRead() - Method in class com.tagtraum.perf.gcviewer.imp.MonitoredBufferedInputStream
Resets the number of bytes read.
resetPolygon() - Method in class com.tagtraum.perf.gcviewer.view.renderer.PolygonChartRenderer
Reset the internally cached polygon.
resetPolygonCache() - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
resetPolygonCache() - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
Resets the internal cache of the chart.
RESOURCE_SEPARATOR - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup
 
RULER_OFFSET_CHANGED - Static variable in interface com.tagtraum.perf.gcviewer.view.model.PropertyChangeEventConsts
internal event: used to indicate changes in the "offset" property of the ModelChartImpl.Ruler class

S

ScaledPolygon(double, double, int) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.PolygonChartRenderer.ScaledPolygon
 
SCAVENGE_BEFORE_REMARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
ScreenCenteredDialog - Class in com.tagtraum.perf.gcviewer.view
Base class for modal dialogs that are centered on screen.
ScreenCenteredDialog(Frame, String) - Constructor for class com.tagtraum.perf.gcviewer.view.ScreenCenteredDialog
 
SERIES_SEPARATOR - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup
 
setAboutHandler(Object, Method) - Static method in class com.tagtraum.perf.gcviewer.view.util.OSXAdapter
 
setActionMap(Map<String, Action>) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGui
 
setAntiAlias(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setAntiAlias(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setApplicationEventHandled(Object, boolean) - Method in class com.tagtraum.perf.gcviewer.view.util.OSXAdapter
 
setBooleanProperty(String, boolean) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
setCheckboxSelected(boolean) - Method in class com.tagtraum.perf.gcviewer.view.TimeOffsetPanel
 
setDate(Date) - Method in class com.tagtraum.perf.gcviewer.view.TimeOffsetPanel
 
setDateStamp(ZonedDateTime) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
setDesktopPane(JDesktopPane) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGui
Sets the desktopPane if this gui component - this method should be called exactly once.
setDrawLine(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ChartRenderer
 
setDrawPolygon(boolean) - Method in class com.tagtraum.perf.gcviewer.view.renderer.PolygonChartRenderer
 
setDuration(double) - Method in class com.tagtraum.perf.gcviewer.model.ConcurrentGCEvent
Set duration.
setEnabled(boolean) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.Watch
 
setExtendedType(AbstractGCEvent.ExtendedType) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
setFileHandler(Object, Method) - Static method in class com.tagtraum.perf.gcviewer.view.util.OSXAdapter
 
setFillPaint(Paint) - Method in class com.tagtraum.perf.gcviewer.view.renderer.PolygonChartRenderer
 
setFirstDateStamp(ZonedDateTime) - Method in class com.tagtraum.perf.gcviewer.util.ParseInformation
 
setFootprint(long) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setFootprint(long) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setFormat(GCModel.Format) - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
setGcLineProperty(String, boolean) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
setGcResource(GCResource) - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
setGCResource(GCResource) - Method in class com.tagtraum.perf.gcviewer.view.GCModelLoaderView
 
setGCViewerGui(GCViewerGui) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderControllerImpl
Set GCViewerGui (for test purposes).
setHandler(OSXAdapter) - Static method in class com.tagtraum.perf.gcviewer.view.util.OSXAdapter
 
setIsReadCancelled(boolean) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGcResource
 
setIsReadCancelled(boolean) - Method in interface com.tagtraum.perf.gcviewer.model.GCResource
Indicate, that reading of this GCResource should be cancelled.
setIsReload(boolean) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGcResource
 
setIsReload(boolean) - Method in interface com.tagtraum.perf.gcviewer.model.GCResource
if this resource is being reloaded, set this property to true.
setItem(Object) - Method in class com.tagtraum.perf.gcviewer.view.AutoCompletionTextField
 
setLastFile(String) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
setLineNumber(int) - Method in class com.tagtraum.perf.gcviewer.util.ParseInformation
 
setLinePaint(Paint) - Method in class com.tagtraum.perf.gcviewer.view.ChartRenderer
 
setLinePaint(Paint) - Method in class com.tagtraum.perf.gcviewer.view.renderer.GCRectanglesRenderer
 
setLogger(Logger) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGcResource
 
setLogger(Logger) - Method in interface com.tagtraum.perf.gcviewer.model.GCResource
 
setMaximumFractionDigits(int) - Method in class com.tagtraum.perf.gcviewer.util.MemoryFormat
 
setMaxPause(double) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setMaxPause(double) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setMemory(AbstractGCEvent<?>, String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
 
setMemoryAndPauses(GCEvent, String) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
Convenience method to parse memory information followed by a pause time.
setMemoryAndPauses(GCEvent, String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
Parses memory information in the format <number>KB-><number>KB(<number>KB), <number>ms
setMemoryExtended(GCEvent, String, ParseInformation) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
Parses a memory information with the following form: 8192K[(16M)]->7895K[(16M)] ("[...]" means optional).
setMinimized(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
setModel(GCModel) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGcResource
 
setModel(GCModel) - Method in interface com.tagtraum.perf.gcviewer.model.GCResource
 
setModel(GCModel) - Method in class com.tagtraum.perf.gcviewer.model.GcResourceSeries
 
setModel(GCModel, GCPreferences) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setModel(GCModel) - Method in class com.tagtraum.perf.gcviewer.view.ModelDetailsPanel
Sets the model to be displayed.
setModel(GCModel) - Method in class com.tagtraum.perf.gcviewer.view.ModelMetricsPanel
 
setModelChart(ModelChartImpl) - Method in class com.tagtraum.perf.gcviewer.view.ChartRenderer
 
setNumber(int) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
setPause(double) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
setPostUsed(int) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
setPreferences(GCPreferences) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGui
 
setPreferencesHandler(Object, Method) - Static method in class com.tagtraum.perf.gcviewer.view.util.OSXAdapter
 
setPreUsed(int) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
setQuitHandler(Object, Method) - Static method in class com.tagtraum.perf.gcviewer.view.util.OSXAdapter
 
setRecentFiles(List<String>) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
setRecentResourceNamesModel(RecentGCResourcesModel) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.OpenURL
 
setRecentResourceNamesModel(RecentGCResourcesModel) - Method in class com.tagtraum.perf.gcviewer.view.AutoCompletionComboBox
 
setRecentResourceNamesModel(RecentGCResourcesModel) - Method in class com.tagtraum.perf.gcviewer.view.AutoCompletionTextField
 
setRecentResourceNamesModel(RecentGCResourcesModel) - Method in class com.tagtraum.perf.gcviewer.view.OpenUrlView
 
setRunningTime(double) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setRunningTime(double) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setScaleFactor(double) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setScaleFactor(double) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setSelectedFile(File) - Method in class com.tagtraum.perf.gcviewer.ctrl.action.OpenFile
 
setShowAddCheckBox(boolean) - Method in class com.tagtraum.perf.gcviewer.view.OpenFileView
OpenFileView shows an accessory checkbox to let the user choose "add selected file(s) to current document".
setShowAddCheckBox(boolean) - Method in class com.tagtraum.perf.gcviewer.view.OpenUrlView
OpenUrlView shows a checkbox to let the user choose "add selected URL to current document".
setShowConcurrentCollectionBeginEnd(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setShowConcurrentCollectionBeginEnd(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setShowDataPanel(boolean) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
setShowDateStamp(boolean) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
setShowDateStamp(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setShowDateStamp(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setShowFullGCLines(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setShowFullGCLines(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setShowGCTimesLine(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setShowGCTimesLine(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setShowGCTimesRectangles(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setShowGCTimesRectangles(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setShowIncGCLines(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setShowIncGCLines(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setShowInitialMarkLevel(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setShowInitialMarkLevel(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setShowModelMetricsPanel(boolean) - Method in class com.tagtraum.perf.gcviewer.view.GCDocument
 
setShowModelMetricsPanel(boolean) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
setShowTenured(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setShowTenured(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setShowTotalMemoryLine(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setShowTotalMemoryLine(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setShowUsedMemoryLine(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setShowUsedMemoryLine(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setShowUsedTenuredMemoryLine(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setShowUsedTenuredMemoryLine(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setShowUsedYoungMemoryLine(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setShowUsedYoungMemoryLine(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setShowYoung(boolean) - Method in interface com.tagtraum.perf.gcviewer.view.ModelChart
 
setShowYoung(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
setTimestamp(double) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
setTo(GCPreferences) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
Replace all currently held preferences with preferences stored in gcPreferences.
setToolBar(GCViewerGuiToolBar) - Method in class com.tagtraum.perf.gcviewer.view.GCViewerGui
Sets the toolbar of this gui component - this method should be called exactly once.
setTotal(int) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
setType(AbstractGCEvent.Type) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
setURL(URL) - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
setViewBarVisible(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ChartPanelView
 
setVisible(boolean) - Method in class com.tagtraum.perf.gcviewer.view.ScreenCenteredDialog
 
setWatched(boolean) - Method in class com.tagtraum.perf.gcviewer.view.GCDocument
 
setWindowHeight(int) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
setWindowWidth(int) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
setWindowX(int) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
setWindowY(int) - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
shouldContinue() - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReader
Returns true as long as read was not cancelled.
SHOW_DATA_PANEL - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
SHOW_DATE_STAMP - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
SHOW_MODEL_METRICS_PANEL - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
showDialog() - Method in class com.tagtraum.perf.gcviewer.view.OpenUrlView
Shows open Url dialog.
SimpleChartRenderer - Class in com.tagtraum.perf.gcviewer.view
 
SimpleChartRenderer() - Constructor for class com.tagtraum.perf.gcviewer.view.SimpleChartRenderer
 
SimpleGcWriter - Class in com.tagtraum.perf.gcviewer.exp.impl
Exports stop-the-world events in the "simple gc log" format (compatible to GCHisto).
SimpleGcWriter(OutputStream) - Constructor for class com.tagtraum.perf.gcviewer.exp.impl.SimpleGcWriter
 
size() - Method in interface com.tagtraum.perf.gcviewer.ctrl.GCModelLoaderGroupTracker
Returns count of GCModelLoader instances in this tracker.
size() - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCModelLoaderGroupTrackerImpl
 
size() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
skip(long) - Method in class com.tagtraum.perf.gcviewer.imp.MonitoredBufferedInputStream
 
skipLines(LineNumberReader, ParseInformation, List<String>) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
Skips a block of lines containing information like they are generated by -XX:+PrintHeapAtGC or -XX:+PrintAdaptiveSizePolicy.
slope() - Method in class com.tagtraum.perf.gcviewer.math.RegressionLine
 
slope(double[], double[]) - Static method in class com.tagtraum.perf.gcviewer.math.RegressionLine
 
sortResources(Map<GcSeriesLoader.Timestamp, GCModel>) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GcSeriesLoader
 
standardDeviation() - Method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
standardDeviation() - Method in class com.tagtraum.perf.gcviewer.math.IntData
 
start() - Method in class com.tagtraum.perf.gcviewer.ctrl.action.RefreshWatchDog
 
startElement(String, String, String, Attributes) - Method in class com.tagtraum.perf.gcviewer.imp.IBMJ9SAXHandler
 
startGui(GCResource) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCViewerGuiController
Start graphical user interface and load a log file (resourceName - if not null).
startsWith(String, List<String>, boolean) - Method in class com.tagtraum.perf.gcviewer.imp.AbstractDataReaderSun
Tests if line starts with one of the strings in lineStartStrings.
stateChanged(ChangeEvent) - Method in class com.tagtraum.perf.gcviewer.view.ModelChartImpl
 
StayOpenCheckBoxMenuItem - Class in com.tagtraum.perf.gcviewer.view
An extension of JCheckBoxMenuItem that doesn't close the menu when selected.
StayOpenCheckBoxMenuItem() - Constructor for class com.tagtraum.perf.gcviewer.view.StayOpenCheckBoxMenuItem
 
StayOpenCheckBoxMenuItem(Action) - Constructor for class com.tagtraum.perf.gcviewer.view.StayOpenCheckBoxMenuItem
 
StayOpenCheckBoxMenuItem(Icon) - Constructor for class com.tagtraum.perf.gcviewer.view.StayOpenCheckBoxMenuItem
 
StayOpenCheckBoxMenuItem(String) - Constructor for class com.tagtraum.perf.gcviewer.view.StayOpenCheckBoxMenuItem
 
StayOpenCheckBoxMenuItem(String, boolean) - Constructor for class com.tagtraum.perf.gcviewer.view.StayOpenCheckBoxMenuItem
 
StayOpenCheckBoxMenuItem(String, Icon) - Constructor for class com.tagtraum.perf.gcviewer.view.StayOpenCheckBoxMenuItem
 
StayOpenCheckBoxMenuItem(String, Icon, boolean) - Constructor for class com.tagtraum.perf.gcviewer.view.StayOpenCheckBoxMenuItem
 
stop() - Method in class com.tagtraum.perf.gcviewer.ctrl.action.RefreshWatchDog
 
store() - Method in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
Save properties to a file.
Sum - Class in com.tagtraum.perf.gcviewer.math
 
sum(double[]) - Static method in class com.tagtraum.perf.gcviewer.math.Sum
 
SummaryDataWriter - Class in com.tagtraum.perf.gcviewer.exp.impl
SummaryDataWriter writes a csv-file of quite a few parameters of the GCModel class.
SummaryDataWriter(OutputStream) - Constructor for class com.tagtraum.perf.gcviewer.exp.impl.SummaryDataWriter
 
SummaryDataWriter(OutputStream, Map<String, Object>) - Constructor for class com.tagtraum.perf.gcviewer.exp.impl.SummaryDataWriter
Constructor for SummaryDatWriter with additional configuration parameter.
sumOfProducts(double[], double[]) - Static method in class com.tagtraum.perf.gcviewer.math.Sum
 
sumOfSquares(double[]) - Static method in class com.tagtraum.perf.gcviewer.math.Sum
 
SUN_1_2_2VERBOSE_GC - Static variable in class com.tagtraum.perf.gcviewer.model.GCModel.Format
 
SUN_VERBOSE_GC - Static variable in class com.tagtraum.perf.gcviewer.model.GCModel.Format
 
SUN_X_LOG_GC - Static variable in class com.tagtraum.perf.gcviewer.model.GCModel.Format
 

T

targetMethod - Variable in class com.tagtraum.perf.gcviewer.view.util.OSXAdapter
 
targetObject - Variable in class com.tagtraum.perf.gcviewer.view.util.OSXAdapter
 
TEN_KB - Static variable in class com.tagtraum.perf.gcviewer.util.MemoryFormat
 
TEN_MB - Static variable in class com.tagtraum.perf.gcviewer.util.MemoryFormat
 
TENURED - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
TENURED_MEMORY - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
TextAreaFormatter - Class in com.tagtraum.perf.gcviewer.log
Formatter for a LogRecord to be displayed in a text area.
TextAreaFormatter() - Constructor for class com.tagtraum.perf.gcviewer.log.TextAreaFormatter
 
TextAreaLogHandler - Class in com.tagtraum.perf.gcviewer.log
TextAreaLogHandler.
TextAreaLogHandler() - Constructor for class com.tagtraum.perf.gcviewer.log.TextAreaLogHandler
 
TextFileViewer - Class in com.tagtraum.perf.gcviewer.view
Dialog to display a text file.
TextFileViewer(Frame, String) - Constructor for class com.tagtraum.perf.gcviewer.view.TextFileViewer
 
TimeFormat - Class in com.tagtraum.perf.gcviewer.util
TimeStampFormatter.
TimeFormat() - Constructor for class com.tagtraum.perf.gcviewer.util.TimeFormat
 
TimeOffsetPanel - Class in com.tagtraum.perf.gcviewer.view
This panel shows a checkbox and a date input field to enter a datetime offset for a gc log.
TimeOffsetPanel(JPopupMenu) - Constructor for class com.tagtraum.perf.gcviewer.view.TimeOffsetPanel
 
TIMEOFFSETPANEL_STATE_CHANGED - Static variable in interface com.tagtraum.perf.gcviewer.view.model.PropertyChangeEventConsts
Used to indicate that the state of the date / checkbox in the TimeOffsetPanel has changed
TimeOffsetPanelController - Class in com.tagtraum.perf.gcviewer.ctrl.impl
Deal with events fired by TimeOffsetPanel.
TimeOffsetPanelController(GCDocument) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.TimeOffsetPanelController
 
toString() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.ExtendedType
 
toString() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
toString() - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
toString() - Method in class com.tagtraum.perf.gcviewer.model.GCModel.Format
 
toString() - Method in class com.tagtraum.perf.gcviewer.model.GCModel
 
toString() - Method in class com.tagtraum.perf.gcviewer.model.GcResourceFile
 
toString() - Method in class com.tagtraum.perf.gcviewer.model.GcResourceSeries
 
toString() - Method in class com.tagtraum.perf.gcviewer.view.model.GCResourceGroup
 
toString() - Method in class com.tagtraum.perf.gcviewer.view.model.RecentGCResourcesModel
 
toStringBuffer(StringBuffer) - Method in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent
 
toStringBuffer(StringBuffer) - Method in class com.tagtraum.perf.gcviewer.model.ConcurrentGCEvent
 
toStringBuffer(StringBuffer) - Method in class com.tagtraum.perf.gcviewer.model.GCEvent
 
toStringBuffer(StringBuffer) - Method in class com.tagtraum.perf.gcviewer.model.VmOperationEvent
 
TOTAL_MEMORY - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
TotalHeapRenderer - Class in com.tagtraum.perf.gcviewer.view.renderer
TotalHeapRenderer.
TotalHeapRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.TotalHeapRenderer
 
TotalTenuredRenderer - Class in com.tagtraum.perf.gcviewer.view.renderer
Renders total size of tenured heap.
TotalTenuredRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.TotalTenuredRenderer
 
TotalYoungRenderer - Class in com.tagtraum.perf.gcviewer.view.renderer
Renders total size of young generation.
TotalYoungRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.TotalYoungRenderer
 
TRAIN - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
TRAIN_MSC - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 

U

UJL_CMS_CONCURRENT_ABORTABLE_PRECLEAN - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_CMS_CONCURRENT_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_CMS_CONCURRENT_OLD - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_CMS_CONCURRENT_PRECLEAN - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_CMS_CONCURRENT_RESET - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_CMS_CONCURRENT_SWEEP - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_ARCHIVE - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_CONCURRENT_CYCLE - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_EDEN - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_HUMongous - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_OLD - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_PAUSE_CLEANUP - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_PAUSE_MIXED - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_PHASE_COMPACT_HEAP - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_PHASE_EVACUATE_COLLECTION_SET - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_PHASE_OTHER - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_PHASE_POST_EVACUATE_COLLECTION_SET - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_PHASE_PRE_EVACUATE_COLLECTION_SET - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_PHASE_PREPARE_FOR_COMPACTION - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_SURVIVOR - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_G1_TO_SPACE_EXHAUSTED - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_PARALLEL_PHASE_ADJUST_ROOTS - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_PARALLEL_PHASE_COMPACTION - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_PARALLEL_PHASE_MARKING - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_PARALLEL_PHASE_POST_COMPACT - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_PARALLEL_PHASE_SUMMARY - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_PAUSE_FULL - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_PAUSE_INITIAL_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_PAUSE_REMARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_PAUSE_YOUNG - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SERIAL_PHASE_ADJUST_POINTERS - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SERIAL_PHASE_COMPUTE_NEW_OBJECT_ADDRESSES - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SERIAL_PHASE_MARK_LIFE_OBJECTS - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SERIAL_PHASE_MOVE_OBJECTS - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_CONCURRENT_CANCEL_CONC_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_CONCURRENT_CLEANUP - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_CONCURRENT_CONC_EVAC - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_CONCURRENT_CONC_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_CONCURRENT_CONC_RESET_BITMAPS - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_CONCURRENT_CONC_UPDATE_REFS - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_CONCURRENT_PRECLEANING - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_CONCURRENT_RESET - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_CONCURRENT_UNCOMMIT - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_DEGENERATED_GC - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_FINAL_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_FINAL_UPDATE_REFS - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_INIT_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_SHEN_INIT_UPDATE_REFS - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_ZGC_CONCURRENT_DETATCHED_PAGES - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_ZGC_CONCURRENT_MARK - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_ZGC_CONCURRENT_NONREF - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_ZGC_CONCURRENT_PREPARE_RELOC_SET - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_ZGC_CONCURRENT_RELOCATE - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_ZGC_CONCURRENT_RESET_RELOC_SET - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_ZGC_CONCURRENT_SELECT_RELOC_SET - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_ZGC_GARBAGE_COLLECTION - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_ZGC_HEAP_CAPACITY - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_ZGC_PAUSE_MARK_END - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_ZGC_PAUSE_MARK_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UJL_ZGC_PAUSE_RELOCATE_START - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
uncaughtException(Thread, Throwable) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCViewerUncaughtExceptionHandler
 
UNDEFINED - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.ExtendedType
 
UNDEFINED - Static variable in class com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Type
 
UNIFIED_JVM_LOGGING - Static variable in class com.tagtraum.perf.gcviewer.model.GCModel.Format
 
UnknownGcTypeException - Exception in com.tagtraum.perf.gcviewer.imp
GC Types are the text introducing specific information for (part of) a GC (e.g.
UnknownGcTypeException(String, String, ParseInformation) - Constructor for exception com.tagtraum.perf.gcviewer.imp.UnknownGcTypeException
 
UnknownGcTypeException(String) - Constructor for exception com.tagtraum.perf.gcviewer.imp.UnknownGcTypeException
 
UnknownGcTypeException(String, String) - Constructor for exception com.tagtraum.perf.gcviewer.imp.UnknownGcTypeException
 
UrlDisplayHelper - Class in com.tagtraum.perf.gcviewer.view.util
Helperclass to display urls in a browser on all platforms.
UrlDisplayHelper() - Constructor for class com.tagtraum.perf.gcviewer.view.util.UrlDisplayHelper
 
USED_MEMORY - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
USED_TENURED_MEMORY - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
USED_YOUNG_MEMORY - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 
UsedHeapRenderer - Class in com.tagtraum.perf.gcviewer.view.renderer
UsedHeapRenderer.
UsedHeapRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.UsedHeapRenderer
 
UsedTenuredRenderer - Class in com.tagtraum.perf.gcviewer.view.renderer
UsedTenuredRenderer draws a line to indicate the current usage of the tenured generation.
UsedTenuredRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.UsedTenuredRenderer
 
UsedYoungRenderer - Class in com.tagtraum.perf.gcviewer.view.renderer
UsedYoungRenderer draws a line to indicate the current usage of the young generation.
UsedYoungRenderer(ModelChartImpl) - Constructor for class com.tagtraum.perf.gcviewer.view.renderer.UsedYoungRenderer
 

V

valueOf(String) - Static method in enum com.tagtraum.perf.gcviewer.ctrl.impl.FileDropTargetListener.DropFlavor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tagtraum.perf.gcviewer.exp.DataWriterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tagtraum.perf.gcviewer.imp.GcLogType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tagtraum.perf.gcviewer.model.AbstractGCEvent.CollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Concurrency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tagtraum.perf.gcviewer.model.AbstractGCEvent.GcPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Generation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tagtraum.perf.gcviewer.view.ActionCommands
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tagtraum.perf.gcviewer.ctrl.impl.FileDropTargetListener.DropFlavor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tagtraum.perf.gcviewer.exp.DataWriterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tagtraum.perf.gcviewer.imp.GcLogType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tagtraum.perf.gcviewer.model.AbstractGCEvent.CollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Concurrency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tagtraum.perf.gcviewer.model.AbstractGCEvent.GcPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tagtraum.perf.gcviewer.model.AbstractGCEvent.Generation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tagtraum.perf.gcviewer.view.ActionCommands
Returns an array containing the constants of this enum type, in the order they are declared.
variance() - Method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
variance() - Method in class com.tagtraum.perf.gcviewer.math.IntData
 
ViewMenuController - Class in com.tagtraum.perf.gcviewer.ctrl.impl
Deals with all actions for the "view".
ViewMenuController(GCViewerGui) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.ViewMenuController
 
VmOperationEvent - Class in com.tagtraum.perf.gcviewer.model
Stop the world events that are not GCEvents, but some other vm operations.
VmOperationEvent() - Constructor for class com.tagtraum.perf.gcviewer.model.VmOperationEvent
 

W

Watch - Class in com.tagtraum.perf.gcviewer.ctrl.action
(De)activate automatic reloading of all GCResource within one GCDocument.
Watch(GCModelLoaderController, GCViewerGui) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.Watch
 
WatchStateController - Class in com.tagtraum.perf.gcviewer.ctrl.impl
ActionListener to synchronize state between two buttons in Menu / on ToolBar.
WatchStateController(JCheckBoxMenuItem, JToggleButton) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.impl.WatchStateController
 
weightedAverage(double[], int[]) - Static method in class com.tagtraum.perf.gcviewer.math.DoubleData
 
weightedAverage(long[], int[]) - Static method in class com.tagtraum.perf.gcviewer.math.IntData
 
windowClosing(WindowEvent) - Method in class com.tagtraum.perf.gcviewer.ctrl.impl.GCViewerGuiController
 
WindowMenuItemAction - Class in com.tagtraum.perf.gcviewer.ctrl.action
This action is used to control the selection of the items in the window menu.
WindowMenuItemAction(InternalFrameEvent) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.WindowMenuItemAction
 
write(GCModel) - Method in class com.tagtraum.perf.gcviewer.exp.AbstractDataWriter
 
write(GCModel) - Method in interface com.tagtraum.perf.gcviewer.exp.DataWriter
 
write(GCModel) - Method in class com.tagtraum.perf.gcviewer.exp.impl.CSVDataWriter
Writes the model and flushes the internal PrintWriter.
write(GCModel) - Method in class com.tagtraum.perf.gcviewer.exp.impl.CSVTSDataWriter
Writes the model and flushes the internal PrintWriter.
write(GCModel) - Method in class com.tagtraum.perf.gcviewer.exp.impl.PlainDataWriter
Writes the model and flushes the internal PrintWriter.
write(GCModel) - Method in class com.tagtraum.perf.gcviewer.exp.impl.PNGDataWriter
 
write(GCModel) - Method in class com.tagtraum.perf.gcviewer.exp.impl.SimpleGcWriter
 
write(GCModel) - Method in class com.tagtraum.perf.gcviewer.exp.impl.SummaryDataWriter
 

Y

YOUNG_MEMORY - Static variable in class com.tagtraum.perf.gcviewer.view.model.GCPreferences
 

Z

Zoom - Class in com.tagtraum.perf.gcviewer.ctrl.action
 
Zoom(GCViewerGui) - Constructor for class com.tagtraum.perf.gcviewer.ctrl.action.Zoom
 
A B C D E F G H I J L M N O P Q R S T U V W Y Z 
Skip navigation links

Copyright © 2019. All rights reserved.