Class EsTotalEntitiesAggregator
- java.lang.Object
-
- org.openmetadata.service.dataInsight.DataInsightAggregatorInterface
-
- org.openmetadata.service.search.elasticSearch.EsTotalEntitiesAggregator
-
public class EsTotalEntitiesAggregator 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 EsTotalEntitiesAggregator(org.elasticsearch.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
-
EsTotalEntitiesAggregator
public EsTotalEntitiesAggregator(org.elasticsearch.search.aggregations.Aggregations aggregations, DataInsightChartResult.DataInsightChartType dataInsightChartType)
-
-
Method Detail
-
process
public DataInsightChartResult process() throws ParseException
- Specified by:
processin classDataInsightAggregatorInterface- Throws:
ParseException
-
aggregate
public List<Object> aggregate() throws ParseException
- Specified by:
aggregatein classDataInsightAggregatorInterface- Throws:
ParseException
-
-