pfg.gca
Class AFRecord
java.lang.Object
|
+--pfg.gca.GCRecord
|
+--pfg.gca.AFRecord
- public class AFRecord
- extends GCRecord
This class is currently just a place holder. Analsys
of allocation failures is not supported in this early
release.
Constructor Summary |
AFRecord()
|
AFRecord(int gcIndex,
int mark,
int sweep,
int compact,
java.util.Date startTime,
long bytesReclaimed,
long bytesFree,
long bytesAvailable,
long bytesNeeded,
long lastOccurrence,
long completionTime)
|
Methods inherited from class pfg.gca.GCRecord |
getBytesAvailable, getBytesFree, getBytesReclaimed, getCompactTime, getGcIndex, getMarkTime, getStartTime, getSweepTime, getTotalTime, setBytesAvailable, setBytesFree, setBytesReclaimed, setCompactTime, setGcIndex, setMarkTime, setStartTime, setSweepTime, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
bytesNeeded
protected long bytesNeeded
completionTime
protected long completionTime
lastOccurrence
protected long lastOccurrence
AFRecord
public AFRecord()
AFRecord
public AFRecord(int gcIndex,
int mark,
int sweep,
int compact,
java.util.Date startTime,
long bytesReclaimed,
long bytesFree,
long bytesAvailable,
long bytesNeeded,
long lastOccurrence,
long completionTime)
getBytesNeeded
public long getBytesNeeded()
getCompletionTime
public long getCompletionTime()
getLastOccurrence
public long getLastOccurrence()
Generated: February 24 2005