|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidTrafficMatrixException | |
|---|---|
| be.ac.ulg.montefiore.run.totem.repository.SAMTE.core | |
| be.ac.ulg.montefiore.run.totem.repository.tomography | |
| be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout | |
| be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering | |
| be.ac.ulg.montefiore.run.totem.repository.tomography.utils | |
| be.ac.ulg.montefiore.run.totem.trafficMatrix.facade | This package holds the manager for the trafficMatrix package. |
| be.ac.ulg.montefiore.run.totem.trafficMatrix.generation | |
| be.ac.ulg.montefiore.run.totem.trafficMatrix.persistence | This package holds classes used to load/save traffic matrices. |
| it.unina.traffic | |
| test | This package holds JUnit test classes. |
| Uses of InvalidTrafficMatrixException in be.ac.ulg.montefiore.run.totem.repository.SAMTE.core |
|---|
| Constructors in be.ac.ulg.montefiore.run.totem.repository.SAMTE.core that throw InvalidTrafficMatrixException | |
|---|---|
SAMTE(java.lang.String cplName,
ObjectiveFunction scf,
int tmId)
|
|
SAMTE(java.lang.String cplName,
ObjectiveFunction scf,
SANeighbourhood nbh,
int asId,
int tmId)
|
|
| Uses of InvalidTrafficMatrixException in be.ac.ulg.montefiore.run.totem.repository.tomography |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.repository.tomography that throw InvalidTrafficMatrixException | |
|---|---|
TrafficMatrix[] |
Tomography.inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
This method is implemented for each new tomography method. |
static void |
Test.main(java.lang.String[] args)
|
| Uses of InvalidTrafficMatrixException in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.fanout that throw InvalidTrafficMatrixException | |
|---|---|
TrafficMatrix[] |
Fanout.inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
|
| Uses of InvalidTrafficMatrixException in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.kalmanFiltering that throw InvalidTrafficMatrixException | |
|---|---|
TrafficMatrix[] |
KalmanFiltering.inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
|
| Uses of InvalidTrafficMatrixException in be.ac.ulg.montefiore.run.totem.repository.tomography.utils |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.utils that throw InvalidTrafficMatrixException | |
|---|---|
TrafficMatrix |
RealTMLoader.loadTM(java.lang.String fileName,
Domain domain)
|
TrafficMatrix[] |
RealTMLoader.loadTMInterval(java.lang.String directory,
int nbTM,
long timeOfFirst,
Domain domain)
|
| Uses of InvalidTrafficMatrixException in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade that throw InvalidTrafficMatrixException | |
|---|---|
TrafficMatrix |
TrafficMatrixManager.getDefaultTrafficMatrix()
Returns the default traffic matrix for the default domain of InterDomainManager. |
TrafficMatrix |
TrafficMatrixManager.getDefaultTrafficMatrix(int asId)
Returns the default traffic matrix for the domain asId. |
int |
TrafficMatrixManager.getDefaultTrafficMatrixID()
Returns the TM ID of the default traffic matrix for the default domain of InterDomainManager. |
int |
TrafficMatrixManager.getDefaultTrafficMatrixID(int asId)
Returns the TM ID of the default traffic matrix for the domain asId. |
TrafficMatrix |
TrafficMatrixManager.getTrafficMatrix(int asId,
int tmId)
Returns the traffic matrix tmId for the domain asId. |
TrafficMatrix |
TrafficMatrixManager.loadTrafficMatrix(java.io.File file,
int tmId,
boolean isDefaultTrafficMatrix)
Loads the intra-domain traffic matrix contained in the given file. |
TrafficMatrix |
TrafficMatrixManager.loadTrafficMatrix(java.lang.String fileName)
Loads the intra-domain traffic matrix contained in the file fileName. |
TrafficMatrix |
TrafficMatrixManager.loadTrafficMatrix(java.lang.String fileName,
int tmId,
boolean isDefaultTrafficMatrix)
Loads the intra-domain traffic matrix contained in the file fileName. |
void |
TrafficMatrixManager.removeDefaultTrafficMatrix()
Removes the default traffic matrix of the default domain. |
void |
TrafficMatrixManager.removeDefaultTrafficMatrix(int asId)
Removes the default traffic matrix of the domain asId. |
void |
TrafficMatrixManager.removeTrafficMatrix(int asId,
int tmId)
Removes the traffic matrix tmId of the domain asId. |
void |
TrafficMatrixManager.saveTrafficMatrix(int asId,
int tmId,
java.lang.String fileName)
Saves the traffic matrix tmId of the domain asId to the file fileName. |
void |
TrafficMatrixManager.setDefaultTrafficMatrix(int tmId)
Sets the traffic matrix tmId as default traffic matrix for
the default domain specified in InterDomainManager. |
void |
TrafficMatrixManager.setDefaultTrafficMatrix(int asId,
int tmId)
Sets the traffic matrix tmId as default traffic matrix for
the domain asId. |
void |
TrafficMatrixManager.updateTrafficMatrix(int tmId,
java.lang.String fileName)
Updates the intra-domain traffic matrix tmId with the information contained in the file fileName. |
| Uses of InvalidTrafficMatrixException in be.ac.ulg.montefiore.run.totem.trafficMatrix.generation |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.generation that throw InvalidTrafficMatrixException | |
|---|---|
TrafficMatrix |
POPPOPTrafficMatrixGeneration.generateTrafficMatrix(TrafficMatrix tm,
java.util.HashMap<java.lang.String,java.lang.String> clusters,
java.lang.String netflowXMLTrafficMatrixFileName)
This methods takes a CBGP instance to which all messages (dumps & updates) have been passed and generates an intra-domain traffic matrix from an interdomain XML traffic matrix. |
TrafficMatrix |
POPPOPTrafficMatrixGeneration.generateTrafficMatrix(TrafficMatrix tm,
java.util.HashMap<java.lang.String,java.lang.String> clusters,
TrafficMatrixFileType interTm)
This methods takes a CBGP instance to which all messages (dumps & updates) have been passed and generates an intra-domain traffic matrix from an interdomain XML traffic matrix. |
| Uses of InvalidTrafficMatrixException in be.ac.ulg.montefiore.run.totem.trafficMatrix.persistence |
|---|
| Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.persistence that throw InvalidTrafficMatrixException | |
|---|---|
static TrafficMatrixFileType |
TrafficMatrixFactory.loadInterDomainMatrix(java.lang.String netflowXMLTrafficMatrixFileName)
Load an inter Domain traffic matrix |
static TrafficMatrix |
TrafficMatrixFactory.loadTrafficMatrix(java.io.File file)
Returns the intra-domain traffic matrix contained in the given file file. |
static TrafficMatrix |
TrafficMatrixFactory.loadTrafficMatrix(java.lang.String fileName)
Returns the intra-domain traffic matrix contained in the file fileName. |
static void |
TrafficMatrixFactory.updateTrafficMatrix(java.lang.String fileName,
int tmId)
Updates the intra-domain traffic matrix tmId with the information contained in the file fileName. |
| Uses of InvalidTrafficMatrixException in it.unina.traffic |
|---|
| Methods in it.unina.traffic that throw InvalidTrafficMatrixException | |
|---|---|
void |
TrafficGenerator.sendTraffic(java.util.HashMap<java.lang.String,java.lang.String> params)
Send commands on the client socket to generate traffic with D-ITG |
| Uses of InvalidTrafficMatrixException in test |
|---|
| Methods in test that throw InvalidTrafficMatrixException | |
|---|---|
void |
BandwidthUnitTest.testBwConversion()
|
void |
MCFTest.testMCF()
|
void |
InterDomainManagerTest.testRemoveMatrices()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||