public class ChunksManifestVerifier extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChunksManifestVerifier.Result |
static class |
ChunksManifestVerifier.Results |
| Constructor and Description |
|---|
ChunksManifestVerifier(ContentStore contentStore) |
| Modifier and Type | Method and Description |
|---|---|
ChunksManifestVerifier.Results |
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.
|
public ChunksManifestVerifier(ContentStore contentStore)
public ChunksManifestVerifier.Results verifyAllChunks(String spaceId, ChunksManifest manifest)
spaceId - manifest - ContentStoreExceptionCopyright © 2009–2017 DuraSpace. All rights reserved.