public class SharableNetworkPlanning
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected int |
bandwidthDownload |
protected int |
bandwidthUpload |
protected int |
dataSize |
protected double |
frequencySyncR |
protected double |
frequencySyncW |
protected double |
frequencySyncWR |
protected long |
maxDelay |
protected java.lang.String[] |
nodeIds |
protected long |
rDelay |
protected int[] |
readers |
protected double |
rootCountR |
protected double |
rootCountW |
protected double |
totalCountR |
protected double |
totalCountW |
protected long |
totalData |
protected double |
treeDegreeR |
protected double |
treeDegreeW |
protected double |
treeHeightR |
protected double |
treeHeightW |
protected double |
treeNodeCountR |
protected double |
treeNodeCountW |
protected long |
w2rDelay |
protected long |
wDelay |
protected int[] |
writers |
| 构造器和说明 |
|---|
SharableNetworkPlanning() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
adjustAndCalc() |
void |
adjustReaderTree(int rootCountR,
int treeDegreeR) |
void |
adjustWriterTree(int rootCountW,
int treeDegreeW) |
void |
allocate() |
protected void |
calcOptimizedResult() |
protected static double |
logNM(double n,
double m) |
protected boolean |
readerTreeConstraint() |
java.lang.String |
toString() |
protected boolean |
writer2ReaderConstraint() |
protected boolean |
writerTreeConstraint() |
protected java.lang.String[] nodeIds
protected int[] writers
protected int[] readers
protected long maxDelay
protected int bandwidthDownload
protected int bandwidthUpload
protected int dataSize
protected long wDelay
protected long rDelay
protected long w2rDelay
protected double totalCountW
protected double rootCountW
protected double treeNodeCountW
protected double treeDegreeW
protected double treeHeightW
protected double frequencySyncW
protected double totalCountR
protected double rootCountR
protected double treeNodeCountR
protected double treeDegreeR
protected double treeHeightR
protected double frequencySyncR
protected double frequencySyncWR
protected long totalData
protected static double logNM(double n,
double m)
public void adjustWriterTree(int rootCountW,
int treeDegreeW)
public void adjustReaderTree(int rootCountR,
int treeDegreeR)
protected void adjustAndCalc()
protected void calcOptimizedResult()
protected boolean writer2ReaderConstraint()
protected boolean writerTreeConstraint()
protected boolean readerTreeConstraint()
public void allocate()
public java.lang.String toString()
toString 在类中 java.lang.Object