Serialized Form
-
Package org.eclipse.tracecompass.analysis.graph.core.base
-
Exception org.eclipse.tracecompass.analysis.graph.core.base.CycleDetectedException
class CycleDetectedException extends RuntimeException implements Serializable- serialVersionUID:
- 8906101447850670255L
-
-
Package org.eclipse.tracecompass.analysis.graph.core.criticalpath
-
Exception org.eclipse.tracecompass.analysis.graph.core.criticalpath.CriticalPathAlgorithmException
class CriticalPathAlgorithmException extends Exception implements Serializable- serialVersionUID:
- -919020777158527567L
-
-
Package org.eclipse.tracecompass.analysis.profiling.core.callgraph
-
Package org.eclipse.tracecompass.common.core.format
-
Class org.eclipse.tracecompass.common.core.format.DataSizeWithUnitFormat
class DataSizeWithUnitFormat extends DecimalWithUnitPrefixFormat implements Serializable- serialVersionUID:
- 3934127385682676804L
-
Class org.eclipse.tracecompass.common.core.format.DataSpeedWithUnitFormat
class DataSpeedWithUnitFormat extends DataSizeWithUnitFormat implements Serializable- serialVersionUID:
- -3603301320242441850L
-
Class org.eclipse.tracecompass.common.core.format.DecimalUnitFormat
class DecimalUnitFormat extends Format implements Serializable- serialVersionUID:
- 3650332020346870384L
-
Class org.eclipse.tracecompass.common.core.format.DecimalWithUnitPrefixFormat
class DecimalWithUnitPrefixFormat extends Format implements Serializable- serialVersionUID:
- 3934127385682676804L
-
Class org.eclipse.tracecompass.common.core.format.LongToPercentFormat
class LongToPercentFormat extends Format implements Serializable- serialVersionUID:
- -5576403724759807115L
-
Class org.eclipse.tracecompass.common.core.format.SubSecondTimeWithUnitFormat
class SubSecondTimeWithUnitFormat extends Format implements Serializable- serialVersionUID:
- -5147827135781459548L
-
Serialized Fields
-
fDecimalFormat
DecimalFormat fDecimalFormat
-
-
-
Package org.eclipse.tracecompass.ctf.core
-
Exception org.eclipse.tracecompass.ctf.core.CTFException
class CTFException extends Exception implements Serializable- serialVersionUID:
- 2065258365219777672L
-
-
Package org.eclipse.tracecompass.ctf.core.trace
-
Exception org.eclipse.tracecompass.ctf.core.trace.CTFIOException
class CTFIOException extends CTFException implements Serializable- serialVersionUID:
- -2216400542574921838L
-
-
Package org.eclipse.tracecompass.segmentstore.core
-
Class org.eclipse.tracecompass.segmentstore.core.BasicSegment
class BasicSegment extends Object implements Serializable- serialVersionUID:
- -3257452887960883177L
-
Serialized Fields
-
fDuration
long fDuration
-
fStart
long fStart
-
-
-
Package org.eclipse.tracecompass.segmentstore.core.segment.interfaces
-
Package org.eclipse.tracecompass.statesystem.core.exceptions
-
Exception org.eclipse.tracecompass.statesystem.core.exceptions.AttributeNotFoundException
class AttributeNotFoundException extends Exception implements Serializable- serialVersionUID:
- 7964275803369706145L
-
Exception org.eclipse.tracecompass.statesystem.core.exceptions.StateSystemDisposedException
class StateSystemDisposedException extends Exception implements Serializable- serialVersionUID:
- 7896041701818620084L
-
Exception org.eclipse.tracecompass.statesystem.core.exceptions.StateValueTypeException
class StateValueTypeException extends RuntimeException implements Serializable- serialVersionUID:
- -4548793451746144513L
-
Exception org.eclipse.tracecompass.statesystem.core.exceptions.TimeRangeException
class TimeRangeException extends RuntimeException implements Serializable- serialVersionUID:
- -4067685227260254532L
-
-
Package org.eclipse.tracecompass.tmf.core.exceptions
-
Exception org.eclipse.tracecompass.tmf.core.exceptions.TmfAnalysisException
class TmfAnalysisException extends Exception implements Serializable- serialVersionUID:
- -4567750551324478401L
-
Exception org.eclipse.tracecompass.tmf.core.exceptions.TmfConfigurationException
class TmfConfigurationException extends Exception implements Serializable- serialVersionUID:
- -5576008495027333732L
-
Exception org.eclipse.tracecompass.tmf.core.exceptions.TmfTraceException
class TmfTraceException extends Exception implements Serializable- serialVersionUID:
- -6829650938285722133L
-
-
Package org.eclipse.tracecompass.tmf.core.project.model
-
Exception org.eclipse.tracecompass.tmf.core.project.model.TmfTraceImportException
class TmfTraceImportException extends Exception implements Serializable- serialVersionUID:
- -6902068313782751330L
-
-
Package org.eclipse.tracecompass.tmf.core.synchronization
-
Class org.eclipse.tracecompass.tmf.core.synchronization.SynchronizationAlgorithm
class SynchronizationAlgorithm extends TmfEventMatches implements Serializable- serialVersionUID:
- -3083906749528872196L
-
Serialized Fields
-
fRootNode
String fRootNode
-
-
-
Package org.eclipse.tracecompass.tmf.core.timestamp
-
Class org.eclipse.tracecompass.tmf.core.timestamp.TmfTimestampFormat
class TmfTimestampFormat extends SimpleDateFormat implements Serializable- serialVersionUID:
- 2835829763122454020L
-
Serialized Fields
-
fCloseBracket
String fCloseBracket
The closing bracket symbol -
fDateTimePattern
String fDateTimePattern
-
fDecimalSeparator
char fDecimalSeparator
-
fDelimiterChars
String fDelimiterChars
The optional sub-second delimiter characters. -
fLocale
Locale fLocale
-
fOpenBracket
String fOpenBracket
The open bracket symbol -
fPattern
@NonNull String fPattern
-
fPatternDecimalSeparatorIndex
int fPatternDecimalSeparatorIndex
-
fSubSecPattern
String fSubSecPattern
-
fSubSecPatternChars
String fSubSecPatternChars
The sub-second pattern letters. -
fSupplPatternLetters
String fSupplPatternLetters
The supplementary pattern letters. Can be redefined by sub-classes to either override existing letters or augment the letter set. If so, the format() method must provide the (re-)implementation of the pattern. -
fSupplPatterns
List<String> fSupplPatterns
-
fUnitOfSeconds
long fUnitOfSeconds
-
fUnitOfSecondsMap
Map<Character,
Long> fUnitOfSecondsMap The map of optional unit of seconds suffix characters that can follow the T pattern. The map value is the unit of seconds denominator.- Since:
- 2.0
-
-
-
Package org.eclipse.tracecompass.tmf.ui.viewers.xychart
-
Class org.eclipse.tracecompass.tmf.ui.viewers.xychart.TmfChartTimeStampFormat
class TmfChartTimeStampFormat extends SimpleDateFormat implements Serializable- serialVersionUID:
- 3719743469686142387L
-
Serialized Fields
-
fOffset
long fOffset
-
-
-
Package org.eclipse.tracecompass.tmf.ui.views.uml2sd.util
-
Class org.eclipse.tracecompass.tmf.ui.views.uml2sd.util.SortAsyncForBackward
class SortAsyncForBackward extends Object implements Serializable- serialVersionUID:
- 603959931263853359L
-
Class org.eclipse.tracecompass.tmf.ui.views.uml2sd.util.SortAsyncMessageComparator
class SortAsyncMessageComparator extends Object implements Serializable- serialVersionUID:
- 1L
-
Class org.eclipse.tracecompass.tmf.ui.views.uml2sd.util.SortSyncMessageComparator
class SortSyncMessageComparator extends Object implements Serializable- serialVersionUID:
- 4781250984753283718L
-
Class org.eclipse.tracecompass.tmf.ui.views.uml2sd.util.TimeEventComparator
class TimeEventComparator extends Object implements Serializable- serialVersionUID:
- 5885497718872575669L
-
-
Package org.eclipse.tracecompass.tmf.ui.widgets.timegraph
-
Class org.eclipse.tracecompass.tmf.ui.widgets.timegraph.TimeGraphBookmarkEvent
class TimeGraphBookmarkEvent extends EventObject implements Serializable- serialVersionUID:
- 8155869849072620814L
-
Serialized Fields
-
fBookmark
IMarkerEvent fBookmark
The bookmark
-
-
Class org.eclipse.tracecompass.tmf.ui.widgets.timegraph.TimeGraphRangeUpdateEvent
class TimeGraphRangeUpdateEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fEndTime
long fEndTime
The end time. -
fStartTime
long fStartTime
The start time.
-
-
Class org.eclipse.tracecompass.tmf.ui.widgets.timegraph.TimeGraphSelectionEvent
class TimeGraphSelectionEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fSelection
ITimeGraphEntry fSelection
The selected entry.
-
-
Class org.eclipse.tracecompass.tmf.ui.widgets.timegraph.TimeGraphTimeEvent
class TimeGraphTimeEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fBeginTime
long fBeginTime
The selection begin time. -
fEndTime
long fEndTime
The selection end time.
-
-
Class org.eclipse.tracecompass.tmf.ui.widgets.timegraph.TimeGraphTreeExpansionEvent
class TimeGraphTreeExpansionEvent extends EventObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
fEntry
ITimeGraphEntry fEntry
The entry that was expanded or collapsed.
-
-