Uses of Class
com.confidentify.client.model.DatasetStats
-
Packages that use DatasetStats Package Description com.confidentify.client.model -
-
Uses of DatasetStats in com.confidentify.client.model
Methods in com.confidentify.client.model that return DatasetStats Modifier and Type Method Description DatasetStatsDatasetStats. documentsProcessed(Integer documentsProcessed)DatasetStatsDatasetStats. documentsReceived(Integer documentsReceived)DatasetStatsDatasetStats. filesProcessed(Integer filesProcessed)DatasetStatsDatasetStats. filesReceived(Integer filesReceived)DatasetStatsDatasetAll. getStats()Get statsDatasetStatsDatasetAllAllOf. getStats()Get statsDatasetStatsDatasetStats. putRecordsPerSourceItem(String key, Integer recordsPerSourceItem)DatasetStatsDatasetStats. recordsIndexed(Integer recordsIndexed)DatasetStatsDatasetStats. recordsInserted(Integer recordsInserted)DatasetStatsDatasetStats. recordsPerSource(Map<String,Integer> recordsPerSource)Methods in com.confidentify.client.model with parameters of type DatasetStats Modifier and Type Method Description voidDatasetAll. setStats(DatasetStats stats)voidDatasetAllAllOf. setStats(DatasetStats stats)DatasetAllDatasetAll. stats(DatasetStats stats)DatasetAllAllOfDatasetAllAllOf. stats(DatasetStats stats)
-