Class MvnResourceUsageIndexedNormalizedSamples_1_0
java.lang.Object
com.gradle.scan.eventmodel.maven.resourceusage.MvnResourceUsageIndexedNormalizedSamples_1_0
An indexed and normalized representation of an array of samples.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMvnResourceUsageIndexedNormalizedSamples_1_0
(List<List<Integer>> indices, List<byte[]> samples, long max) -
Method Summary
-
Field Details
-
indices
The indices allowing to map the samples to domain objects.The outer list has the same length as the number of samples. The inner list contains the indices of the domain objects that a given sample is associated with.
-
samples
-
max
public final long maxThe maximum, non-normalized, value of all samples.
-
-
Constructor Details
-
MvnResourceUsageIndexedNormalizedSamples_1_0
-
-
Method Details