|
Log4j 1.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.psnc.expres.broker.correlation.value.CorrelationJobValue
public class CorrelationJobValue
CorrelationJobValue
class
Constructor Summary | |
---|---|
CorrelationJobValue(pl.psnc.expres.model.experiment.VlbiExperiment vlbiExperiment)
Creates new instance of CorrelationJobValue |
Method Summary | |
---|---|
void |
addCorrelationPair(pl.psnc.expres.model.resource.ResourceValue radioTelescope,
pl.psnc.expres.model.resource.ResourceValue fileServer)
Stores Radio Telescope and corresponding File Server |
void |
addDataChunk(pl.psnc.expres.remote.protocol.MessageHeader header,
pl.psnc.expres.remote.protocol.ChunkInfo chunkInfo)
Adds new chunk info (instance of ChunkInfo ) into the correlation
set |
java.util.List<pl.psnc.expres.model.resource.ResourceValue> |
getCorList()
Get list of correlation nodes |
java.util.Map<java.lang.String,CorrelationPair> |
getCorrelationPairMap()
Get list of correlation pairs grouped by telescope abbreviation |
ICorrelationStrategy |
getCorStrategy()
Get value of field: corStrategy |
java.util.Map<java.lang.Long,DataChunkSetWrapper> |
getDataSetMap()
Get value of field: dataSetMap |
pl.psnc.graph.model.workflow.IExperimentInfo |
getExperimentInfo()
Get information about experiment, instance of ExperimentInfo |
pl.psnc.expres.model.experiment.ExperimentMonitor |
getExperimentMonitor()
Get value of field: experimentMonitor |
java.util.Date |
getExperimentStart()
Get value of field: experimentStart |
java.util.List<pl.psnc.expres.model.resource.ResourceValue> |
getFsList()
Get list of file servers |
java.lang.String |
getJobId()
Get experiment identifier or -1 if there is no active
experiment |
java.util.List<pl.psnc.expres.model.resource.ResourceValue> |
getRtList()
Get list of radio telescopes |
pl.psnc.expres.model.experiment.VlbiExperiment |
getVlbiExperiment()
Get value of field: vlbiExperiment |
void |
setExperimentStart(java.util.Date experimentStart)
Set value of field: experimentStart |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CorrelationJobValue(pl.psnc.expres.model.experiment.VlbiExperiment vlbiExperiment) throws pl.psnc.vlab.exception.ResourceNotFoundException
CorrelationJobValue
vlbiExperiment
- instance of vlbi experiment
pl.psnc.vlab.exception.ResourceNotFoundException
Method Detail |
---|
public void addCorrelationPair(pl.psnc.expres.model.resource.ResourceValue radioTelescope, pl.psnc.expres.model.resource.ResourceValue fileServer)
radioTelescope
- radio telescope value objectfileServer
- corresponding file server for the given RTpublic void addDataChunk(pl.psnc.expres.remote.protocol.MessageHeader header, pl.psnc.expres.remote.protocol.ChunkInfo chunkInfo)
ChunkInfo
) into the correlation
set
header
- instance of message headerchunkInfo
- chunk info instancepublic java.util.List<pl.psnc.expres.model.resource.ResourceValue> getCorList()
public java.util.Map<java.lang.String,CorrelationPair> getCorrelationPairMap()
public pl.psnc.graph.model.workflow.IExperimentInfo getExperimentInfo()
ExperimentInfo
ExperimentInfo
public java.util.List<pl.psnc.expres.model.resource.ResourceValue> getFsList()
public java.lang.String getJobId()
-1
if there is no active
experiment
-1
if there is no active
experimentpublic java.util.List<pl.psnc.expres.model.resource.ResourceValue> getRtList()
public pl.psnc.expres.model.experiment.VlbiExperiment getVlbiExperiment()
public java.util.Map<java.lang.Long,DataChunkSetWrapper> getDataSetMap()
public ICorrelationStrategy getCorStrategy()
public java.util.Date getExperimentStart()
public void setExperimentStart(java.util.Date experimentStart)
experimentStart
- the experimentStart to setpublic pl.psnc.expres.model.experiment.ExperimentMonitor getExperimentMonitor()
|
Log4j 1.0.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |