Package pl.edu.icm.unity.engine.api
Interface IdpStatisticManagement
public interface IdpStatisticManagement
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIdpStatistic(IdpStatistic toAdd) voiddeleteOlderThan(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
-