-
public final class StartSamplingRequestRequest object containing input parameters for the MemoryDomain.startSampling command.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegersamplingIntervalprivate final BooleansuppressRandomness
-
Constructor Summary
Constructors Constructor Description StartSamplingRequest(Integer samplingInterval, Boolean suppressRandomness)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Booleancomponent2()final StartSamplingRequestcopy(Integer samplingInterval, Boolean suppressRandomness)final IntegergetSamplingInterval()Average number of bytes between samples. final BooleangetSuppressRandomness()Do not randomize intervals between samples. -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Boolean component2()
-
copy
final StartSamplingRequest copy(Integer samplingInterval, Boolean suppressRandomness)
-
getSamplingInterval
final Integer getSamplingInterval()
Average number of bytes between samples.
-
getSuppressRandomness
final Boolean getSuppressRandomness()
Do not randomize intervals between samples.
-
-
-
-