EVEDemo.PSWEEP
Class RPUSet

java.lang.Object
  |
  +--EVEDemo.PSWEEP.UpdateDataSet
        |
        +--EVEDemo.PSWEEP.RPUSet

public class RPUSet
extends UpdateDataSet
implements java.io.Serializable

Class of Related Processed Update. It will store all the processed data update but still need for concurrent DU detection.

See Also:
Serialized Form

Fields inherited from class EVEDemo.PSWEEP.UpdateDataSet
enum, Set
 
Constructor Summary
RPUSet()
          Construct a RPUSet.
 
Method Summary
 void cleanUp(PPUSet ppu)
          Clean up the useless Data updates in the RPU.
 
Methods inherited from class EVEDemo.PSWEEP.UpdateDataSet
addElement, elementAt, exists, peek, peekNext, removeElement, size
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

RPUSet

public RPUSet()
Construct a RPUSet.
Method Detail

cleanUp

public void cleanUp(PPUSet ppu)
Clean up the useless Data updates in the RPU. The useless data updates are those updates elder than all the data updates in the PPU.
Parameters:
ppu - the Parallel Processing Update set.