Uses of Class
org.duracloud.chunk.manifest.ChunksManifest
Packages that use ChunksManifest
Package
Description
-
Uses of ChunksManifest in org.duracloud.chunk
Methods in org.duracloud.chunk that return ChunksManifestModifier and TypeMethodDescriptionChunkableContent.finalizeManifest()ChunkableContent.getManifest() -
Uses of ChunksManifest in org.duracloud.chunk.manifest.xml
Methods in org.duracloud.chunk.manifest.xml that return ChunksManifestModifier and TypeMethodDescriptionstatic ChunksManifestManifestDocumentBinding.createManifestFrom(InputStream xml) This method binds a ChunksManifest object to the content of the arg xml.static ChunksManifestManifestElementReader.createManifestFrom(ChunksManifestDocument doc) This method binds a ChunksManifest xml document to a ChunksManifest object -
Uses of ChunksManifest in org.duracloud.chunk.util
Methods in org.duracloud.chunk.util with parameters of type ChunksManifestModifier and TypeMethodDescriptionChunksManifestVerifier.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. -
Uses of ChunksManifest in org.duracloud.chunk.writer
Methods in org.duracloud.chunk.writer that return ChunksManifestModifier and TypeMethodDescriptionContentWriter.write(String spaceId, ChunkableContent chunkable) This method writes the ChunkableContent to the arg space.ContentWriter.write(String spaceId, ChunkableContent chunkable, Map<String, String> contentProperties) This method writes the ChunkableContent to the arg space.DuracloudContentWriter.write(String spaceId, ChunkableContent chunkable) DuracloudContentWriter.write(String spaceId, ChunkableContent chunkable, Map<String, String> contentProperties) This method implements the ContentWriter interface for writing content to a DataStore.FilesystemContentWriter.write(String spaceId, ChunkableContent chunkable) This method implements the ContentWriter interface for writing content to a DataStore.FilesystemContentWriter.write(String spaceId, ChunkableContent chunkable, Map<String, String> contentProperties) This method implements the ContentWriter interface for writing content to a DataStore.