Package jline.solvers.ssa
Class SSAValues
java.lang.Object
jline.solvers.ssa.SSAValues
-
Field Summary
FieldsModifier and TypeFieldDescriptionRate of the cache merge transitions, i.e.final MatrixDerived PREEMPT rates, laid out like startRates.final NetworkStructfinal MatrixDerived START rates per unique state, laid out like arvRates/depRates: how fast the transitions enabled in that state start a class-r service at a stateful node.final Matrix -
Constructor Summary
ConstructorsConstructorDescriptionSSAValues(Matrix pi, Matrix SSq, Map<Integer, Matrix> arvRates, Map<Integer, Matrix> depRates, Map<Integer, Matrix> dlyRates, Map<Integer, Matrix> tranSysState, Matrix tranSync, NetworkStruct sn) SSAValues(Matrix pi, Matrix SSq, Map<Integer, Matrix> arvRates, Map<Integer, Matrix> depRates, Map<Integer, Matrix> tranSysState, Matrix tranSync, NetworkStruct sn) -
Method Summary
-
Field Details
-
pi
-
SSq
-
arvRates
-
depRates
-
dlyRates
Rate of the cache merge transitions, i.e. of the delayed hits. -
tranSysState
-
tranSync
-
sn
-
startRates
Derived START rates per unique state, laid out like arvRates/depRates: how fast the transitions enabled in that state start a class-r service at a stateful node. Null when the engine did not measure them. -
preemptRates
Derived PREEMPT rates, laid out like startRates.
-
-
Constructor Details
-
SSAValues
-
SSAValues
-
-
Method Details
-
setTagRates
Attach the derived START/PREEMPT rates measured over the sampled path.
-