public interface CasBlobUploader
Modifier and Type | Interface and Description |
---|---|
static class |
CasBlobUploader.UploadResult
Result (status/error message) of an upload.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<CasBlobUploader.UploadResult> |
batchUpdateBlobs(com.google.common.collect.ImmutableList<UploadDataSupplier> build) |
com.google.common.collect.ImmutableSet<String> |
getMissingHashes(Set<Protocol.Digest> requiredDigests) |
CasBlobUploader.UploadResult |
uploadFromStream(UploadDataSupplier build) |
com.google.common.collect.ImmutableSet<String> getMissingHashes(Set<Protocol.Digest> requiredDigests) throws IOException
IOException
com.google.common.collect.ImmutableList<CasBlobUploader.UploadResult> batchUpdateBlobs(com.google.common.collect.ImmutableList<UploadDataSupplier> build) throws IOException
IOException
CasBlobUploader.UploadResult uploadFromStream(UploadDataSupplier build) throws IOException
IOException