Uses of Class
org.duracloud.chunk.util.ChunksManifestVerifier.Results
-
Packages that use ChunksManifestVerifier.Results Package Description org.duracloud.chunk.util -
-
Uses of ChunksManifestVerifier.Results in org.duracloud.chunk.util
Methods in org.duracloud.chunk.util that return ChunksManifestVerifier.Results Modifier and Type Method Description ChunksManifestVerifier.ResultsChunksManifestVerifier. verifyAllChunks(String spaceId, ChunksManifest manifest)Verifies the bytes and checksums of the chunks specified in the manifest match what is in DuraCloud and returns a listing of the chunks with a flag indicating whether the check was successful as well as an error message if it was not.
-