
Package ca.uhn.fhir.mdm.api
Class BaseMdmMetricSvc
java.lang.Object
ca.uhn.fhir.mdm.api.BaseMdmMetricSvc
- All Implemented Interfaces:
IMdmMetricSvc
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intCount of numbered buckets.static final StringThe label for the first bucketprotected final DaoRegistrystatic final StringThe label for the nth bucket (2... buckets)static final StringThe NULL label -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MdmResourceMetricsgenerateResourceMetrics(GenerateMdmMetricsParameters theParameters) protected doublegetBucket(int theBucketId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-