Class DailyActiveUsersAggregator<A,H,B>
java.lang.Object
org.openmetadata.service.dataInsight.DailyActiveUsersAggregator<A,H,B>
- All Implemented Interfaces:
DataInsightAggregatorInterface
- Direct Known Subclasses:
ElasticSearchDailyActiveUsersAggregator,OpenSearchDailyActiveUsersAggregator
public abstract class DailyActiveUsersAggregator<A,H,B>
extends Object
implements DataInsightAggregatorInterface
-
Field Summary
Fields inherited from interface org.openmetadata.service.dataInsight.DataInsightAggregatorInterface
COMPLETED_DESCRIPTION_FRACTION, ENTITY_COUNT, ENTITY_TIER, ENTITY_TYPE, HAS_OWNER_FRACTION, SERVICE_NAME, TIMESTAMP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBuckets(H histogramBucket) protected abstract LonggetDocCount(B bucket) protected abstract HgetHistogramBucket(A aggregations) protected abstract StringgetKeyAsString(B bucket) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openmetadata.service.dataInsight.DataInsightAggregatorInterface
convertDatTimeStringToTimestamp, process
-
Constructor Details
-
DailyActiveUsersAggregator
-
-
Method Details
-
aggregate
- Specified by:
aggregatein interfaceDataInsightAggregatorInterface- Throws:
ParseException
-
getHistogramBucket
-
getBuckets
-
getKeyAsString
-
getDocCount
-