Package pl.edu.icm.unity.engine.api
Interface IdpStatisticManagement
public interface IdpStatisticManagement
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addIdpStatistic
(IdpStatistic toAdd) void
deleteOlderThan
(LocalDateTime olderThan) getIdpStatisticsSince
(LocalDateTime since, int limit) getIdpStatisticsSinceGroupBy
(LocalDateTime since, IdpStatisticManagement.GroupBy groupBy, int sigInlimit, boolean skipZeroRecords)
-
Field Details
-
DEFAULT_STAT_SIZE_LIMIT
static final int DEFAULT_STAT_SIZE_LIMIT- See Also:
-
DEFAULT_SIG_IN_RECORD_LIMIT
static final int DEFAULT_SIG_IN_RECORD_LIMIT- See Also:
-
-
Method Details
-
getIdpStatisticsSince
- Throws:
EngineException
-
deleteOlderThan
- Throws:
EngineException
-
addIdpStatistic
- Throws:
EngineException
-
getIdpStatisticsSinceGroupBy
List<GroupedIdpStatistic> getIdpStatisticsSinceGroupBy(LocalDateTime since, IdpStatisticManagement.GroupBy groupBy, int sigInlimit, boolean skipZeroRecords) throws EngineException - Throws:
EngineException
-