org.netbeans.performance.spi |
|
Java Source File Name | Type | Comment |
AbstractDataAggregation.java | Class | Convenience implementation of a data aggregation (a class
wrapping something such as a log file). |
AbstractLogElement.java | Class | Abstraction of an element in a log file, or other loggable
information. |
AbstractLogFile.java | Class | Convenience implementation of LogFile which extends AbstractDataAggregation. |
Analyzer.java | Class | |
Average.java | Interface | An interface defining properties for standard statistical
analysis. |
AveragedNameValueLogElement.java | Class | A NameValueLogElement subclass which can take an array of
ValueLogElement or NameValueLogElement
values, and represent the average of the value and other statistical
information. |
DataAggregation.java | Interface | An interface for things (such as log files) which wrap collections
of objects parsed from a log. |
DataNotFoundException.java | Class | An exception thrown when no test data is found (e.g. |
ElementFilter.java | Interface | Defines a filter object that can be used to retrieve only
elements from a DataAggregation that it approves. |
LogElement.java | Interface | Defines an interface representing an entry in a log file of
some kind, and a way to get context information about
the log file in question and context for the element. |
LogFile.java | Interface | Basic abstraction of a log file, supplying file name and text
of the file. |
Named.java | Interface | Interface defining objects that represent a value. |
NameValueLogElement.java | Class | Log element which is intended to be instantiated directly
with its name and value, with no parsing. |
NameValuePairLogElement.java | Class | Extension of NameValueLogElement with basic parsing of
lines containing a separator character (the default is
= unless a different argument is passed
to the appropriate constructor. |
ParseException.java | Class | An exception that can be thrown by objects attempting to parse logged
data. |
Timestamped.java | Interface | |
TimestampedLogElement.java | Class | |
Valued.java | Interface | Interface defining objects that represent a value. |
ValueLogElement.java | Class | A log element that supplies a value derived from whatever
text it wraps. |