Package jline.api.retrieval
Class Cache_retrieval_inputs
java.lang.Object
jline.api.retrieval.Cache_retrieval_inputs
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncache_retrieval_inputs(NetworkStruct sn, double lambdaOverride) Builds the retrieval-algorithm inputs, optionally overriding the read-class arrival rate with lambdaOverride (used for a CLOSED integrated cache-queueing sublayer where the read rate comes from the network solution rather than a Source throughput).
-
Method Details
-
cache_retrieval_inputs
-
cache_retrieval_inputs
public static Cache_retrieval_inputs.Inputs cache_retrieval_inputs(NetworkStruct sn, double lambdaOverride) Builds the retrieval-algorithm inputs, optionally overriding the read-class arrival rate with lambdaOverride (used for a CLOSED integrated cache-queueing sublayer where the read rate comes from the network solution rather than a Source throughput). Pass Double.NaN to use the Source throughput as before.
-