Class SitesStatisticsCollector

java.lang.Object
com.hybris.statistics.collector.commerceservices.SitesStatisticsCollector
All Implemented Interfaces:
com.hybris.statistics.collector.BusinessStatisticsCollector<Map<String,Map<String,Object>>>, com.hybris.statistics.collector.StatisticsCollector<Map<String,Map<String,Object>>>

public class SitesStatisticsCollector extends Object implements com.hybris.statistics.collector.BusinessStatisticsCollector<Map<String,Map<String,Object>>>
This class will be used to collect how many sites of a cloud environment have data isolation enabled? The return will be like Map.of("sites", Map.of("numIsolatedSites", 1234));
  • Constructor Details

    • SitesStatisticsCollector

      public SitesStatisticsCollector()
  • Method Details