Uses of Class
org.saidone.model.dto.IntegritySweepRunDto
Packages that use IntegritySweepRunDto
-
Uses of IntegritySweepRunDto in org.saidone.controller
Methods in org.saidone.controller that return types with arguments of type IntegritySweepRunDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.data.domain.Page<IntegritySweepRunDto>> VaultApiController.getIntegritySweepRuns(String auth, int page, int size) Lists integrity sweep runs with pagination. -
Uses of IntegritySweepRunDto in org.saidone.monitor
Methods in org.saidone.monitor with parameters of type IntegritySweepRunDto -
Uses of IntegritySweepRunDto in org.saidone.service.integrity
Methods in org.saidone.service.integrity that return IntegritySweepRunDtoModifier and TypeMethodDescriptionExecutes a full integrity sweep for all notarized nodes.Methods in org.saidone.service.integrity that return types with arguments of type IntegritySweepRunDtoModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<IntegritySweepRunDto> IntegritySweepService.findRuns(org.springframework.data.domain.Pageable pageable) Retrieves persisted integrity sweep runs using pagination.