Uses of Class
org.jclouds.glacier.util.ContentRange
Packages that use ContentRange
Package
Description
-
Uses of ContentRange in org.jclouds.glacier
Methods in org.jclouds.glacier with parameters of type ContentRangeModifier and TypeMethodDescriptionGlacierClient.getJobOutput
(String vaultName, String jobId, ContentRange range) Gets the raw job output of any kind of job.com.google.common.hash.HashCode
GlacierClient.uploadPart
(String vaultName, String uploadId, ContentRange range, Payload payload) Uploads one of the multipart upload parts. -
Uses of ContentRange in org.jclouds.glacier.blobstore.strategy
Methods in org.jclouds.glacier.blobstore.strategy that return ContentRangeConstructors in org.jclouds.glacier.blobstore.strategy with parameters of type ContentRange -
Uses of ContentRange in org.jclouds.glacier.domain
Methods in org.jclouds.glacier.domain that return ContentRangeModifier and TypeMethodDescriptionArchiveRetrievalJobRequest.getRange()
PartMetadata.getRange()
JobMetadata.getRetrievalByteRange()
Methods in org.jclouds.glacier.domain with parameters of type ContentRange -
Uses of ContentRange in org.jclouds.glacier.util
Methods in org.jclouds.glacier.util that return ContentRangeModifier and TypeMethodDescriptionstatic ContentRange
ContentRange.build
(long from, long to) static ContentRange
ContentRange.fromPartNumber
(long partNumber, long partSizeInMB) static ContentRange
ContentRange.fromString
(String contentRangeString)