Uses of Class
org.duracloud.chunk.error.NotFoundException
Packages that use NotFoundException
-
Uses of NotFoundException in org.duracloud.chunk.writer
Methods in org.duracloud.chunk.writer that throw NotFoundExceptionModifier 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.ContentWriter.writeSingle(String spaceId, String chunkChecksum, ChunkInputStream chunk) This method writes the arg Chunk to the arg space.ContentWriter.writeSingle(String spaceId, String chunkChecksum, ChunkInputStream chunk, Map<String, String> properties) This method writes the arg Chunk to the arg space.DuracloudContentWriter.writeSingle(String spaceId, String chunkChecksum, ChunkInputStream chunk) DuracloudContentWriter.writeSingle(String spaceId, String chunkChecksum, ChunkInputStream chunk, Map<String, String> properties) This method writes a single chunk to the DataStore.FilesystemContentWriter.writeSingle(String spaceId, String chunkChecksum, ChunkInputStream chunk) FilesystemContentWriter.writeSingle(String spaceId, String chunkChecksum, ChunkInputStream chunk, Map<String, String> properties) This method implements the ContentWriter interface for writing content to a DataStore.