Uses of Class
com.bytedesk.ai.statistic.StatisticRobotEntity
Packages that use StatisticRobotEntity
Package
Description
Statistics package contains classes for AI-related data analytics and metrics.
-
Uses of StatisticRobotEntity in com.bytedesk.ai.statistic
Methods in com.bytedesk.ai.statistic that return StatisticRobotEntityModifier and TypeMethodDescriptionStatisticRobotRestService.recover
(Exception e, StatisticRobotEntity entity) 重试失败后的回调方法StatisticRobotRestService.save
(StatisticRobotEntity entity) 保存标签,失败时自动重试 maxAttempts: 最大重试次数(包括第一次尝试) backoff: 重试延迟,multiplier是延迟倍数 recover: 当重试次数用完后的回调方法Methods in com.bytedesk.ai.statistic that return types with arguments of type StatisticRobotEntityModifier and TypeMethodDescriptionStatisticRobotRepository.findAllByUserUidAndDateBetween
(String userUid, String startDate, String endDate) org.springframework.data.domain.Page<StatisticRobotEntity>
StatisticRobotRepository.findByRobotUidAndDateBetween
(String robotUid, String startDate, String endDate, org.springframework.data.domain.Pageable pageable) StatisticRobotRepository.findByRobotUidAndUserUidAndDateAndHour
(String robotUid, String userUid, String date, int hour) StatisticRobotRepository.findByUserUidAndDateAndHour
(String userUid, String date, int hour) org.springframework.data.domain.Page<StatisticRobotEntity>
StatisticRobotRepository.findByUserUidAndDateBetween
(String userUid, String startDate, String endDate, org.springframework.data.domain.Pageable pageable) StatisticRobotService.getCurrentPeriodStatistic
(String userUid) 获取用户当前计费周期的统计信息org.springframework.data.domain.Page<StatisticRobotEntity>
StatisticRobotService.getRobotStatistics
(String robotUid, LocalDate startDate, LocalDate endDate, org.springframework.data.domain.Pageable pageable) 获取机器人在指定日期范围内的统计数据org.springframework.data.domain.Page<StatisticRobotEntity>
StatisticRobotService.getUserStatistics
(String userUid, LocalDate startDate, LocalDate endDate, org.springframework.data.domain.Pageable pageable) 获取用户在指定日期范围内的统计数据static org.springframework.data.jpa.domain.Specification<StatisticRobotEntity>
StatisticRobotSpecification.search
(StatisticRobotRequest request) Methods in com.bytedesk.ai.statistic with parameters of type StatisticRobotEntityModifier and TypeMethodDescriptionStatisticRobotRestService.convertToResponse
(StatisticRobotEntity entity) void
StatisticRobotRestService.handleOptimisticLockingFailureException
(org.springframework.orm.ObjectOptimisticLockingFailureException e, StatisticRobotEntity entity) void
StatisticRobotEntityListener.onPostPersist
(StatisticRobotEntity tag) void
StatisticRobotEntityListener.onPostUpdate
(StatisticRobotEntity tag) StatisticRobotRestService.recover
(Exception e, StatisticRobotEntity entity) 重试失败后的回调方法StatisticRobotRestService.save
(StatisticRobotEntity entity) 保存标签,失败时自动重试 maxAttempts: 最大重试次数(包括第一次尝试) backoff: 重试延迟,multiplier是延迟倍数 recover: 当重试次数用完后的回调方法 -
Uses of StatisticRobotEntity in com.bytedesk.ai.statistic.event
Fields in com.bytedesk.ai.statistic.event declared as StatisticRobotEntityModifier and TypeFieldDescriptionprivate StatisticRobotEntity
StatisticRobotCreateEvent.tag
private StatisticRobotEntity
StatisticRobotDeleteEvent.tag
private StatisticRobotEntity
StatisticRobotUpdateEvent.tag
Constructors in com.bytedesk.ai.statistic.event with parameters of type StatisticRobotEntityModifierConstructorDescription