Serialized Form


Package org.perf4j

Class org.perf4j.GroupedTimingStatistics extends Object implements Serializable

Serialized Fields

statisticsByTag

SortedMap<K,V> statisticsByTag

startTime

long startTime

stopTime

long stopTime

createRollupStatistics

boolean createRollupStatistics

Class org.perf4j.LoggingStopWatch extends StopWatch implements Serializable

Class org.perf4j.StopWatch extends Object implements Serializable

Serialized Fields

startTime

long startTime

elapsedTime

long elapsedTime

tag

String tag

message

String message

Class org.perf4j.TimedCallable extends Object implements Serializable

Serialized Fields

wrappedTask

Callable<V> wrappedTask

stopWatch

LoggingStopWatch stopWatch

Class org.perf4j.TimedRunnable extends Object implements Serializable

Serialized Fields

wrappedTask

Runnable wrappedTask

stopWatch

LoggingStopWatch stopWatch

Class org.perf4j.TimingStatistics extends Object implements Serializable

Serialized Fields

mean

double mean

runningQ

double runningQ

max

long max

min

long min

count

int count

Package org.perf4j.commonslog

Class org.perf4j.commonslog.CommonsLogStopWatch extends LoggingStopWatch implements Serializable

Serialized Fields

logger

Log logger

normalPriority

int normalPriority

exceptionPriority

int exceptionPriority

Package org.perf4j.helpers

Class org.perf4j.helpers.AcceptableRangeConfiguration extends Object implements Serializable

Serialized Fields

attributeName

String attributeName

minValue

double minValue

maxValue

double maxValue

Package org.perf4j.javalog

Class org.perf4j.javalog.JavaLogStopWatch extends LoggingStopWatch implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

normalPriority

Level normalPriority

exceptionPriority

Level exceptionPriority

Package org.perf4j.log4j

Class org.perf4j.log4j.Log4JStopWatch extends LoggingStopWatch implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

normalPriority

Level normalPriority

exceptionPriority

Level exceptionPriority

Package org.perf4j.log4j.servlet

Class org.perf4j.log4j.servlet.GraphingServlet extends AbstractGraphingServlet implements Serializable


Package org.perf4j.servlet

Class org.perf4j.servlet.AbstractGraphingServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

graphNames

List<E> graphNames
Setting an init parameter "graphNames" to a comma-separated list of the names of graphs to display by default sets this member variable. Subclass implementations determine how graphs are named. For example, the GraphingServlet uses the names of GraphingStatisticsAppenders to determine which graphs to show.


Package org.perf4j.slf4j

Class org.perf4j.slf4j.Slf4JStopWatch extends LoggingStopWatch implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream stream)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream stream)
                  throws IOException
Throws:
IOException
Serialized Fields

normalPriority

int normalPriority

exceptionPriority

int exceptionPriority



Copyright © 2008-2009 perf4j.org. All Rights Reserved.