Uses of Class
org.saidone.model.dto.CorruptedNodeDto
Packages that use CorruptedNodeDto
-
Uses of CorruptedNodeDto in org.saidone.controller
Methods in org.saidone.controller that return types with arguments of type CorruptedNodeDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.data.domain.Page<CorruptedNodeDto>> VaultApiController.getCorruptedNodes(String auth, int page, int size) Lists nodes currently marked as potentially corrupted by integrity sweeps. -
Uses of CorruptedNodeDto in org.saidone.service.integrity
Methods in org.saidone.service.integrity that return types with arguments of type CorruptedNodeDtoModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<CorruptedNodeDto> IntegritySweepService.findCorruptedNodes(org.springframework.data.domain.Pageable pageable)