| com.netflix.astyanax.recipes.storage.ChunkedStorageProvider | 
|  Known Indirect Subclasses | 
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Delete a chunk | |||||||||||
| Return the preferred chunk size for this provider | |||||||||||
| Read the request chunk id from the storage | |||||||||||
| Retrieve information for a file@return | |||||||||||
| Write a single chunk to the storage | |||||||||||
| Persist all attributes for an object. | |||||||||||
Delete a chunk
| Exception | 
|---|
Return the preferred chunk size for this provider
Read the request chunk id from the storage
| Exception | |
|---|---|
| NotFoundException | 
Retrieve information for a file@return
| Exception | |
|---|---|
| NotFoundException | 
Write a single chunk to the storage
| Exception | 
|---|
Persist all attributes for an object. Some attributes are written at the start of the operation but are updated after the file has been written with additional information such as the total number of chunks and the file size
| Exception | 
|---|