Class Merge
java.lang.Object
com.ibm.jvm.format.Merge
Merges the trace entries
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected final voidget the current Trace Record and update the nextOldest.protected final Stringget the next trace entry ( the oldest ) 
- 
Constructor Details
- 
Merge
construct the Merge object- Parameters:
 List- of threads with trace records to merge- Throws:
 IOException
 
 - 
 - 
Method Details
- 
getCurrentTraceRecordAndUpdateNextOldest
protected final void getCurrentTraceRecordAndUpdateNextOldest()get the current Trace Record and update the nextOldest.- Parameters:
 void-
 - 
getNextEntry
get the next trace entry ( the oldest )- Parameters:
 void-- Returns:
 - the formatted trace entry ( null means we are finished )
 - Throws:
 IOException
 
 -