Class OsMostViewedEntitiesAggregator
- java.lang.Object
-
- org.openmetadata.service.dataInsight.DataInsightAggregatorInterface
-
- org.openmetadata.service.search.openSearch.OsMostViewedEntitiesAggregator
-
public class OsMostViewedEntitiesAggregator extends DataInsightAggregatorInterface
-
-
Field Summary
-
Fields inherited from class org.openmetadata.service.dataInsight.DataInsightAggregatorInterface
aggregationsEs, aggregationsOs, COMPLETED_DESCRIPTION_FRACTION, dataInsightChartType, ENTITY_COUNT, ENTITY_TIER, ENTITY_TYPE, HAS_OWNER_FRACTION, SERVICE_NAME, TIMESTAMP
-
-
Constructor Summary
Constructors Constructor Description OsMostViewedEntitiesAggregator(org.opensearch.search.aggregations.Aggregations aggregations, DataInsightChartResult.DataInsightChartType dataInsightChartType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>aggregate()DataInsightChartResultprocess()-
Methods inherited from class org.openmetadata.service.dataInsight.DataInsightAggregatorInterface
convertDatTimeStringToTimestamp
-
-
-
-
Constructor Detail
-
OsMostViewedEntitiesAggregator
public OsMostViewedEntitiesAggregator(org.opensearch.search.aggregations.Aggregations aggregations, DataInsightChartResult.DataInsightChartType dataInsightChartType)
-
-
Method Detail
-
process
public DataInsightChartResult process()
- Specified by:
processin classDataInsightAggregatorInterface
-
aggregate
public List<Object> aggregate()
- Specified by:
aggregatein classDataInsightAggregatorInterface
-
-