Package jline.api.mam
Class BmapSample
-
- All Implemented Interfaces:
public final class BmapSampleResult of BMAP sampling containing inter-arrival time and batch size.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoubleinterarrivalTimeprivate final IntegerbatchSize
-
Constructor Summary
Constructors Constructor Description BmapSample(Double interarrivalTime, Integer batchSize)
-
Method Summary
Modifier and Type Method Description final DoublegetInterarrivalTime()final IntegergetBatchSize()-
-
Method Detail
-
getInterarrivalTime
final Double getInterarrivalTime()
-
getBatchSize
final Integer getBatchSize()
-
-
-
-