public interface Usage
See ProductExtension.getCurrentUsage()
for information about determining
the boundaries of a collection interval.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEnvironmentType()
Returns the product specific environment type to be provided with the associated
metrics.
|
java.util.Collection<Metric> |
getMetrics()
Provides the product specific metrics for one collection interval.
|
java.util.Map<java.lang.String,java.lang.Object> |
getProductSpecificData()
Returns the product specific data to be provided with the associated metrics.
|
java.util.Collection<Metric> getMetrics()
java.lang.String getEnvironmentType()
The returned value is only used for reporting purposes when the associated product
has been identified as the primary product; see ProductExtension.getProductWeight()
.
java.util.Map<java.lang.String,java.lang.Object> getProductSpecificData()
The values included in the returned map must be one of the following four types: String, Number, Collection, Map; where Collection and Map must also contain one of the same four types.
The returned value is only used for reporting purposes when the associated product
has been identified as the primary product; see ProductExtension.getProductWeight()
.