Log4j 1.1

pl.psnc.expres.model.experiment
Class ExperimentMonitor

java.lang.Object
  extended by pl.psnc.expres.model.experiment.ExperimentMonitor

public class ExperimentMonitor
extends java.lang.Object

ExperimentMonitor class - stores progress information about current experiment

Author:
Dominik Stoklosa (~osa~)
Email address
osa@man.poznan.pl

Constructor Summary
ExperimentMonitor()
           
 
Method Summary
 void addCorrelatedChunk()
          Increase a number of correlated chunks
 void addErrorChunk()
          Increase a number of error chunks
 long getCorrelatedChunks()
          Get value of field: correlatedChunks
 long getErrorChunks()
          Get value of field: errorChunks
 long getProcessedChunks()
          Get number of processed chunks
 long getTotalNumberOfChunks()
          Get value of field: totalNumberOfChunks
 void setTotalNumberOfChunks(long totalNumberOfChunks)
          Set value of field: totalNumberOfChunks
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExperimentMonitor

public ExperimentMonitor()
Method Detail

addCorrelatedChunk

public void addCorrelatedChunk()
Increase a number of correlated chunks


addErrorChunk

public void addErrorChunk()
Increase a number of error chunks


getProcessedChunks

public long getProcessedChunks()
Get number of processed chunks

Returns:
number of processed chunks

getCorrelatedChunks

public long getCorrelatedChunks()
Get value of field: correlatedChunks

Returns:
the correlatedChunks

getErrorChunks

public long getErrorChunks()
Get value of field: errorChunks

Returns:
the errorChunks

getTotalNumberOfChunks

public long getTotalNumberOfChunks()
Get value of field: totalNumberOfChunks

Returns:
the totalNumberOfChunks

setTotalNumberOfChunks

public void setTotalNumberOfChunks(long totalNumberOfChunks)
Set value of field: totalNumberOfChunks

Parameters:
totalNumberOfChunks - the totalNumberOfChunks to set

Log4j 1.1

Copyright 2007-2008 by VLAB