Class EsTotalEntitiesByTierAggregator
- java.lang.Object
-
- org.openmetadata.service.dataInsight.DataInsightAggregatorInterface
-
- org.openmetadata.service.search.elasticSearch.EsTotalEntitiesByTierAggregator
-
public class EsTotalEntitiesByTierAggregator 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 EsTotalEntitiesByTierAggregator(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
-
EsTotalEntitiesByTierAggregator
public EsTotalEntitiesByTierAggregator(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
-
-