public class LoadReport
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | REVISION | 
| Constructor and Description | 
|---|
| LoadReport() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
| java.lang.Object | clone() | 
| java.util.ArrayList<LogEntry> | getClassErrorList()Get the value of classErrorList. | 
| int | getCreateCount()Get the value of createCount. | 
| java.util.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. | 
| java.util.ArrayList<LogEntry> | getJavaErrorList()Get the value of javaErrorList. | 
| long | getMemoryUsed()Get the value of memoryUsed. | 
| java.util.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. | 
| java.util.ArrayList<LogEntry> | getStampErrorList()Get the value of stampErrorList. | 
| java.io.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(java.io.File v)Set the value of storeFile. | 
| void | setStoreSize(long v)Set the value of storeSize. | 
public static final java.lang.String REVISION
public java.lang.Object clone()
clone in class java.lang.Objectpublic int getOpCount()
public int getErrorCount()
public java.io.File getStoreFile()
public void setStoreFile(java.io.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 java.util.ArrayList<LogEntry> getClassErrorList()
public void addClassError(LogEntry entry)
entry - the erroneous log entrypublic java.util.ArrayList<LogEntry> getCreateErrorList()
public void addCreateError(LogEntry entry)
entry - the erroneous log entrypublic java.util.ArrayList<LogEntry> getMutationErrorList()
public void addMutationError(LogEntry entry)
entry - the erroneous log entrypublic java.util.ArrayList<LogEntry> getStampErrorList()
public void addStampError(LogEntry entry)
entry - the erroneous log entrypublic java.util.ArrayList<LogEntry> getJavaErrorList()
public void addJavaError(LogEntry entry)
entry - the erroneous log entryCopyright © 2001-2019 Jalios SA. All Rights Reserved.