GCA 0.4.0

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.


Field Summary
protected  long bytesNeeded
           
protected  long completionTime
           
protected  long lastOccurrence
           
 
Fields inherited from class pfg.gca.GCRecord
bytesAvailable, bytesFree, bytesReclaimed, compact, gcIndex, mark, startTime, sweep
 
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)
           
 
Method Summary
 long getBytesNeeded()
           
 long getCompletionTime()
           
 long getLastOccurrence()
           
 
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
 

Field Detail

bytesNeeded

protected long bytesNeeded

completionTime

protected long completionTime

lastOccurrence

protected long lastOccurrence
Constructor Detail

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)
Method Detail

getBytesNeeded

public long getBytesNeeded()

getCompletionTime

public long getCompletionTime()

getLastOccurrence

public long getLastOccurrence()

Paul Glezen
http://glezen.org/gca/

Generated: February 24 2005