Package ca.uhn.fhir.mdm.api
Class BaseMdmMetricSvc
java.lang.Object
ca.uhn.fhir.mdm.api.BaseMdmMetricSvc
- All Implemented Interfaces:
IMdmMetricSvc
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Count of numbered buckets.static final String
The label for the first bucketprotected final DaoRegistry
static final String
The label for the nth bucket (2...static final String
The NULL label -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected MdmResourceMetrics
generateResourceMetrics
(GenerateMdmMetricsParameters theParameters) protected double
getBucket
(int theBucketId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.mdm.api.IMdmMetricSvc
generateMdmMetrics
-
Field Details
-
BUCKETS
Count of numbered buckets. There will also be a NULL bucket, so there will be a total of BUCKETS + 1 buckets.- See Also:
-
NULL_VALUE
The NULL label- See Also:
-
FIRST_BUCKET
The label for the first bucket- See Also:
-
NTH_BUCKET
The label for the nth bucket (2... buckets)- See Also:
-
myDaoRegistry
-
-
Constructor Details
-
BaseMdmMetricSvc
-
-
Method Details
-
getBucket
-
generateResourceMetrics
-