Class EntitiesOwnerAggregator<A,B,M,S>
java.lang.Object
org.openmetadata.service.dataInsight.EntitiesOwnerAggregator<A,B,M,S>
- All Implemented Interfaces:
DataInsightAggregatorInterface
- Direct Known Subclasses:
ElasticSearchEntitiesOwnerAggregator,OpenSearchEntitiesOwnerAggregator
public abstract class EntitiesOwnerAggregator<A,B,M,S>
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 TypeMethodDescriptionprotected abstract SgetAggregations(B entityTypeBucket, String key) getBuckets(M timestampBuckets) protected abstract MgetEntityBuckets(B timestampBucket) protected abstract StringgetKeyAsString(B timestampBucket) protected abstract MgetTimestampBuckets(A aggregations) protected abstract DoubleMethods 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
-
EntitiesOwnerAggregator
-
-
Method Details
-
aggregate
- Specified by:
aggregatein interfaceDataInsightAggregatorInterface- Throws:
ParseException
-
getValue
-
getAggregations
-
getEntityBuckets
-
getKeyAsString
-
getBuckets
-
getTimestampBuckets
-