Interface UsageStatisticsService
- All Known Implementing Classes:
UsageStatisticsServiceImpl
public interface UsageStatisticsService
-
Method Summary
Modifier and TypeMethodDescriptionlonglonggetNodeCount(Class<?> nodeClazz) <any>longgetReportCount(Class<? extends Report> clazz) <any>getSpecificReportCount(Class<? extends Report> reportClazz, Class<? extends Report> variantClazz) provideCategory(String key, String msg, Class<? extends UsageStatisticsEntryProviderHook> hookClazz) provideNodeCountValueEntry(String key, String msg, Class<?> clazz) provideReportCountValueEntry(String reportKey, String reportMsg, Class<? extends Report> reportClazz, String variantKey, String variantMsg, Class<? extends Report> variantClazz) provideTableTemplateCountValueEntry(String key, String msg, String type)
-
Method Details
-
getReportCount
<any> getReportCount() -
getSpecificReportCount
-
getNodeCount
-
getReportCount
-
provideNodeCountValueEntry
-
provideReportCountValueEntry
-
provideCategory
-
provideTableTemplateCountValueEntry
-
getDatasourceUsageCount
-