| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jstore.LoadReport
public class LoadReport
This class reports informations about the last load.
| Field Summary | |
|---|---|
static String | 
REVISION
 | 
| Constructor Summary | |
|---|---|
LoadReport()
 | 
|
| Method Summary | |
|---|---|
 void | 
addClassError(LogEntry entry)
Add a class error  | 
 void | 
addCreateError(LogEntry entry)
Add a create error  | 
 void | 
addJavaError(LogEntry entry)
Add a java error  | 
 void | 
addMutationError(LogEntry entry)
Add a mutation error  | 
 void | 
addStampError(LogEntry entry)
Add a stamp error  | 
 Object | 
clone()
 | 
 ArrayList<LogEntry> | 
getClassErrorList()
Get the value of classErrorList.  | 
 int | 
getCreateCount()
Get the value of createCount.  | 
 ArrayList<LogEntry> | 
getCreateErrorList()
Get the value of createErrorList.  | 
 int | 
getDeleteCount()
Get the value of deleteCount.  | 
 long | 
getDuration()
Get the value of duration.  | 
 int | 
getErrorCount()
Return the total count of errors that occured during the load.  | 
 ArrayList<LogEntry> | 
getJavaErrorList()
Get the value of javaErrorList.  | 
 long | 
getMemoryUsed()
Get the value of memoryUsed.  | 
 ArrayList<LogEntry> | 
getMutationErrorList()
Get the value of mutationErrorList.  | 
 int | 
getOpCount()
Returns the total count of operations in the store.  | 
 StampTable | 
getProgressTable()
Get the value of progressTable.  | 
 ArrayList<LogEntry> | 
getStampErrorList()
Get the value of stampErrorList.  | 
 File | 
getStoreFile()
Get the value of storeFile.  | 
 long | 
getStoreSize()
Get the value of storeSize.  | 
 int | 
getUpdateCount()
Get the value of updateCount.  | 
 void | 
incCreateCount()
Increment create count  | 
 void | 
incDeleteCount()
Increment delete count  | 
 void | 
incUpdateCount()
Increment update count  | 
 void | 
setDuration(long v)
Set the value of duration.  | 
 void | 
setMemoryUsed(long v)
Set the value of memoryUsed.  | 
 void | 
setProgressTable(StampTable v)
Set the value of progressTable.  | 
 void | 
setStoreFile(File v)
Set the value of storeFile.  | 
 void | 
setStoreSize(long v)
Set the value of storeSize.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final String REVISION
| Constructor Detail | 
|---|
public LoadReport()
| Method Detail | 
|---|
public Object clone()
clone in class Objectpublic int getOpCount()
public int getErrorCount()
public File getStoreFile()
public void setStoreFile(File v)
v - Value to assign to storeFile.public int getCreateCount()
public void incCreateCount()
public int getUpdateCount()
public void incUpdateCount()
public int getDeleteCount()
public void incDeleteCount()
public StampTable getProgressTable()
public void setProgressTable(StampTable v)
v - Value to assign to progressTable.public long getDuration()
public void setDuration(long v)
v - Value to assign to duration.public long getMemoryUsed()
public void setMemoryUsed(long v)
v - Value to assign to memoryUsed.public long getStoreSize()
public void setStoreSize(long v)
v - Value to assign to storeSize.public ArrayList<LogEntry> getClassErrorList()
public void addClassError(LogEntry entry)
entry - the erroneous log entrypublic ArrayList<LogEntry> getCreateErrorList()
public void addCreateError(LogEntry entry)
entry - the erroneous log entrypublic ArrayList<LogEntry> getMutationErrorList()
public void addMutationError(LogEntry entry)
entry - the erroneous log entrypublic ArrayList<LogEntry> getStampErrorList()
public void addStampError(LogEntry entry)
entry - the erroneous log entrypublic ArrayList<LogEntry> getJavaErrorList()
public void addJavaError(LogEntry entry)
entry - the erroneous log entry
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||