|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InvalidDomainException in at.ftw.repository.reopt |
---|
Methods in at.ftw.repository.reopt that throw InvalidDomainException | |
---|---|
void |
LSPGeneration.generateLSP(int ASID,
int nbParallelPath)
Generate a fullmesh of nbParallelPath disjoint LSPs between each nodes of the domain ASID. |
Uses of InvalidDomainException in be.ac.ucl.ingi.totem.repository |
---|
Methods in be.ac.ucl.ingi.totem.repository that throw InvalidDomainException | |
---|---|
static void |
RttMeasurementRequestGeneration.main(java.lang.String[] args)
|
Uses of InvalidDomainException in be.ac.ulg.montefiore.run.totem.domain.facade |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.facade that throw InvalidDomainException | |
---|---|
SimplifiedDomain |
InterDomainManager.buildSimplifiedDomain(int ASID)
Build a simplified topology of the ASID domain |
void |
InterDomainManager.changeAsId(int oldASID,
int newASID)
|
Domain |
InterDomainManager.getDomain(int ASID)
Return the domain with ASID as autonomous system ID |
Domain |
InterDomainManager.loadDomain(java.io.InputStream is,
boolean isDefaultDomain)
|
Domain |
InterDomainManager.loadDomain(java.lang.String fileName,
boolean isDefaultDomain,
boolean removeMultipleLinks)
Load a domain from a file |
Domain |
InterDomainManager.loadDomain(java.lang.String fileName,
boolean isDefaultDomain,
boolean removeMultipleLinks,
boolean useBwSharing)
Load a domain from a file |
Domain |
InterDomainManager.loadDomain(java.lang.String host,
int port,
boolean isDefaultDomain,
boolean removeMultipleLinks,
boolean useBwSharing)
Load a domain from network. |
void |
InterDomainManager.removeDefaultDomain()
Removes the default domain from the InterDomainManager . |
void |
InterDomainManager.removeDomain(int asId)
Removes the domain asId from the InterDomainManager . |
void |
InterDomainManager.saveDomain(int ASID,
java.lang.String fileName)
Save the domain ASID in the specified file |
void |
InterDomainManager.setDefaultDomain(int ASID)
Set the ASID domain as the default domain |
void |
InterDomainManager.uploadSimplifiedDomain(int ASID,
SimplifiedDomain sDomain)
Upload a simplified topology to the ASID domain. |
Uses of InvalidDomainException in be.ac.ulg.montefiore.run.totem.domain.model |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.model that throw InvalidDomainException | |
---|---|
void |
Domain.init(boolean removeMultipleLink,
boolean useBwSharing)
Init all the index and give the Domain reference to Link, Node and Lsp. |
Uses of InvalidDomainException in be.ac.ulg.montefiore.run.totem.domain.model.impl |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.model.impl that throw InvalidDomainException | |
---|---|
void |
DomainImpl.init(boolean removeMultipleLink,
boolean useBwSharing)
Init all the index and give the Domain reference to Link, Node and Lsp. |
Uses of InvalidDomainException in be.ac.ulg.montefiore.run.totem.domain.persistence |
---|
Methods in be.ac.ulg.montefiore.run.totem.domain.persistence that throw InvalidDomainException | |
---|---|
static Domain |
DomainFactory.loadDistantDomain(java.lang.String host,
boolean removeMultipleLink,
boolean useBwSharing)
|
static Domain |
DomainFactory.loadDistantDomain(java.lang.String host,
int port)
|
static Domain |
DomainFactory.loadDistantDomain(java.lang.String host,
int port,
boolean removeMultipleLink,
boolean useBwSharing)
|
static Domain |
DomainFactory.loadDomain(java.io.InputStream is)
|
static Domain |
DomainFactory.loadDomain(java.io.InputStream is,
boolean removeMultipleLink,
boolean useBwSharing)
|
static Domain |
DomainFactory.loadDomain(java.lang.String fileName)
Load a domain from a file not removing multiple links nor using BwSharing |
static Domain |
DomainFactory.loadDomain(java.lang.String fileName,
boolean removeMultipleLink,
boolean useBwSharing)
Load a domain from a file |
Uses of InvalidDomainException in be.ac.ulg.montefiore.run.totem.repository.SAMTE.core |
---|
Constructors in be.ac.ulg.montefiore.run.totem.repository.SAMTE.core that throw InvalidDomainException | |
---|---|
SAMTE(java.lang.String cplName,
ObjectiveFunction scf,
int tmId)
|
|
SAMTE(java.lang.String cplName,
ObjectiveFunction scf,
SANeighbourhood nbh,
int asId,
int tmId)
|
Uses of InvalidDomainException in be.ac.ulg.montefiore.run.totem.repository.tomography |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography that throw InvalidDomainException | |
---|---|
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 InvalidDomainException in be.ac.ulg.montefiore.run.totem.repository.tomography.evaluation |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.evaluation that throw InvalidDomainException | |
---|---|
TrafficMatrix |
Evaluator.bias(Domain domain,
TrafficMatrix[] real,
TrafficMatrix[] est)
This method compute the absolute sample bias of an estimator for each flow |
void |
Evaluator.computeError()
Compute and print all type of error |
TrafficMatrix |
Evaluator.errStd(Domain domain,
TrafficMatrix[] real,
TrafficMatrix[] est)
This method compute the standard deviation the estimator for each flow, that represent the error in term of bias and variance |
void |
Evaluator.printRealsAverage()
|
TrafficMatrix |
Evaluator.relL2SP(Domain domain,
TrafficMatrix[] real,
TrafficMatrix[] est)
This method compute the relative L2 Norm, representing the spacial error, it's an error metric per OD flow that summarize its errors over its lifetime Traffic matrices have the same size |
double[] |
Evaluator.relL2T(Domain domain,
TrafficMatrix[] real,
TrafficMatrix[] est)
This method compute the relative L2 Norm, representing the temporal error i.e. |
Uses of InvalidDomainException 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 InvalidDomainException | |
---|---|
TrafficMatrix[] |
Fanout.inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
|
Uses of InvalidDomainException 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 InvalidDomainException | |
---|---|
TrafficMatrix[] |
KalmanFiltering.inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
|
Uses of InvalidDomainException in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.tomogravity |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.methods.tomogravity that throw InvalidDomainException | |
---|---|
TrafficMatrix[] |
Tomogravity.inferTM(Domain domain,
LinkLoadData snmp,
RoutingMatrix[] a,
java.util.HashMap<java.lang.String,java.lang.String> params)
|
Uses of InvalidDomainException in be.ac.ulg.montefiore.run.totem.repository.tomography.utils |
---|
Methods in be.ac.ulg.montefiore.run.totem.repository.tomography.utils that throw InvalidDomainException | |
---|---|
TrafficMatrix |
ColtConverter.coltToTraffixMatrix(Domain domain,
RoutingMatrix routMat,
cern.colt.matrix.DoubleMatrix1D tm)
Convert a colt matrix into a trafficMatrix |
void |
ColtConverter.coltToTraffixMatrix(Domain domain,
RoutingMatrix routMat,
cern.colt.matrix.DoubleMatrix1D tm,
TrafficMatrix ref)
|
TrafficMatrix |
LinkTrafficMatrix.convertToNodeTM(Domain domain)
This method convert the link traffic matrix in a node traffic matrix |
TrafficMatrix |
RealTMLoader.loadTM(java.lang.String fileName,
Domain domain)
|
TrafficMatrix[] |
RealTMLoader.loadTMInterval(java.lang.String directory,
int nbTM,
long timeOfFirst,
Domain domain)
|
Uses of InvalidDomainException in be.ac.ulg.montefiore.run.totem.topgen.traffic |
---|
Methods in be.ac.ulg.montefiore.run.totem.topgen.traffic that throw InvalidDomainException | |
---|---|
TrafficMatrix |
TrafficGenerator.generateTM()
Deprecated. |
Uses of InvalidDomainException in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade |
---|
Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.facade that throw InvalidDomainException | |
---|---|
void |
TrafficMatrixManager.addTrafficMatrix(TrafficMatrix tm,
int tmId)
Adds the traffic matrix tm with the TM ID tmId . |
TrafficMatrix |
TrafficMatrixManager.createEmptyTrafficMatrix(int asId)
Create a new traffic matrix with all values set to zero. |
TrafficMatrix |
TrafficMatrixManager.createEmptyTrafficMatrix(int asId,
int tmId)
Create a new traffic matrix with all values set to zero. |
int |
TrafficMatrixManager.generateTMID(int asId)
Generates a TM ID that can be used for the domain asId . |
void |
TrafficMatrixManager.generateTrafficMatrix(int asId,
int tmId,
TrafficModel model,
double fraction)
Deprecated. Use TrafficGeneratorInterface and sub-classes instead and TrafficGeneratorFactory . |
TrafficMatrix |
TrafficMatrixManager.generateTrafficMatrix(int asId,
int tmId,
TrafficModel model,
double fraction,
boolean generateOnlyEdgeTraffic)
Deprecated. Use TrafficGeneratorInterface and sub-classes instead and TrafficGeneratorFactory . |
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 . |
Uses of InvalidDomainException in be.ac.ulg.montefiore.run.totem.trafficMatrix.generation |
---|
Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.generation that throw InvalidDomainException | |
---|---|
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 InvalidDomainException in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl |
---|
Constructors in be.ac.ulg.montefiore.run.totem.trafficMatrix.model.impl that throw InvalidDomainException | |
---|---|
TrafficMatrixImpl(int asId)
Creates a new TrafficMatrixImpl object. |
Uses of InvalidDomainException in be.ac.ulg.montefiore.run.totem.trafficMatrix.persistence |
---|
Methods in be.ac.ulg.montefiore.run.totem.trafficMatrix.persistence that throw InvalidDomainException | |
---|---|
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.saveTrafficMatrix(java.lang.String fileName,
TrafficMatrix tm)
Saves the intra-domain traffic matrix tm to the file fileName . |
Uses of InvalidDomainException in be.ac.ulg.montefiore.run.totem.visualtopo.facade |
---|
Methods in be.ac.ulg.montefiore.run.totem.visualtopo.facade that throw InvalidDomainException | |
---|---|
int |
GUIManager.loadTopology(java.io.File tFile)
|
Uses of InvalidDomainException in it.unina.traffic |
---|
Methods in it.unina.traffic that throw InvalidDomainException | |
---|---|
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 InvalidDomainException in test |
---|
Methods in test that throw InvalidDomainException | |
---|---|
void |
DAMOTETest.test2()
|
void |
PreemptTest.test2PreemptNoBwSharing()
|
void |
DAMOTETest.test3()
|
void |
DomainConvertorTest.testAddConversion()
Test adding a node in the conversion table |
void |
DomaintTest.testAddLink()
Test add link on test-domain1.xml |
void |
DomaintTest.testAddLsp()
Add a LSP in a domain with existings LSPs |
void |
DomaintTest.testAddLsp2()
Add a LSP in a domain without MPLS section |
void |
DiffServTest.testAddPriorityLevelDF()
|
void |
InterDomainManagerTest.testAddRemoveDomain()
|
void |
InterDomainManagerTest.testAddRemoveDomain()
|
void |
DomaintTest.testAddRemoveLsp()
Add and remove a LSP from a domain |
void |
BWSharingTest.testBackupBackup()
|
void |
HybridStrategiesTest.testBasicIGPShortcut()
|
void |
SimplifiedDomainTest.testBuildSimplifiedTopology()
Test build a SimplifiedDomain from a Domain |
void |
BandwidthUnitTest.testBwConversion()
|
void |
BhandariTest.testCompareWithCSPF()
|
void |
CSPFTest.testComputeSPFSource()
|
void |
DiffServTest.testDiffServ()
|
void |
BandwidthUnitTest.testDomainCreation()
|
void |
DomaintTest.testGetIgpLink()
Test access to the LinkIgp in a DomainImpl |
void |
DomaintTest.testGetLink()
Test Access to the Link in a Domain |
void |
HybridStrategiesTest.testIGPShortcut()
|
void |
NodeTest.testInAndOutLinks()
Test inLink and outLink methods |
void |
DomainConvertorTest.testInitialConversionTable()
Check initial conversion table create from a Domain |
void |
SimplifiedDomainTest.testInLinks()
Check that getInLinks from a node is the same for the SimplifiedDomain and the Domain |
void |
DomainFactoryTest.testLoad()
|
void |
AllDistinctRoutesTest.testLoadSaveDistinctRoutes()
|
void |
RoutingPathTest.testLocalBackupRoutingPath()
|
void |
AllDistinctRoutesTest.testMaxDepth()
|
void |
MCFTest.testMCF()
|
void |
DiffServTest.testNoDiffServ()
|
void |
SimplifiedDomainTest.testNonConsecutiveId()
Test creation of SimplifiedDomain on a Domain with non consecutive id. |
void |
BhandariTest.testNonConsecutiveId()
|
void |
PreemptTest.testNotDefinedPL()
|
void |
SimplifiedDomainTest.testOutLinks()
Check that getOutLinks from a node is the same for the SimplifiedDomain and the Domain |
void |
PreemptTest2.testPreempt()
A lsp with a lower preemption level will not be preempted as it frees no bandwidth in the considered classtype. |
void |
PreemptTest2.testPreempt2()
mrbw will be changed so that preemption in another classtype will b e useful. |
void |
PreemptTest.testPreemptImpos()
Try to add a lsp on a path with insufficent free bandwidth and check reservations on lsp links. |
void |
DiffServTest.testPreemptionLevels()
|
void |
PreemptTest.testPreemptNoBwSharing()
|
void |
RoutingPathTest.testPrimaryRoutingPath()
|
void |
CSPFPriorityQueueTest.testRandomAdd()
|
void |
CSPFPriorityQueueTest.testRandomUpdate()
|
void |
DiffServTest.testRbwBCMethodsDF()
|
void |
DiffservModelTest.testRDM()
|
void |
RoutingMatrixTest.testRealRoutingMatrix()
|
void |
DomainConvertorTest.testRemoveConversion()
Test remove a node from the conversion table and then add it again. |
void |
DomaintTest.testRemoveLink()
Remove a link from test-domain1.xml |
void |
InterDomainManagerTest.testRemoveMatrices()
|
void |
DiffServTest.testRemovePriorityLevelDF()
|
void |
DomainFactoryTest.testSave()
|
void |
DomainFactoryTest.testSave2()
|
void |
CSPFPriorityQueueTest.testSimpleAdd()
|
void |
AllDistinctRoutesTest.testSimpleDomain()
|
void |
BhandariTest.testSimpleDomain()
|
void |
SimplifiedDomainTest.testSimplifiedClone()
Check clone function of a SimplifiedDomain |
void |
PreemptTest.testUselessPreemption()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |