Class BlobImpl
java.lang.Object
org.jclouds.http.internal.PayloadEnclosingImpl
org.jclouds.blobstore.domain.internal.BlobImpl
- All Implemented Interfaces:
Comparable<Blob>
,Blob
,PayloadEnclosing
Value type for an HTTP Blob service. Blobs are stored in
and consist
of a
, a
invalid reference
containers
invalid reference
value
invalid reference
key and
@link Blob.Metadata#getUserMetadata() metadata
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jclouds.blobstore.domain.Blob
Blob.Factory
-
Field Summary
Fields inherited from class org.jclouds.http.internal.PayloadEnclosingImpl
payload
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
hashCode()
void
setAllHeaders
(com.google.common.collect.Multimap<String, String> allHeaders) void
setPayload
(Payload data) Sets payload for the request or the content from the response.toString()
Methods inherited from class org.jclouds.http.internal.PayloadEnclosingImpl
getPayload, resetPayload, setPayload, setPayload, setPayload, setPayload, setPayload
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jclouds.io.PayloadEnclosing
getPayload, resetPayload, setPayload, setPayload, setPayload, setPayload, setPayload
-
Constructor Details
-
BlobImpl
-
-
Method Details
-
getMetadata
- Specified by:
getMetadata
in interfaceBlob
- Returns:
- System and User metadata relevant to this object.
-
getAllHeaders
- Specified by:
getAllHeaders
in interfaceBlob
- Returns:
- headers returned from the services
-
setAllHeaders
- Specified by:
setAllHeaders
in interfaceBlob
- See Also:
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Blob>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPayloadEnclosingImpl
-
equals
- Overrides:
equals
in classPayloadEnclosingImpl
-
toString
-
setPayload
Description copied from class:PayloadEnclosingImpl
Sets payload for the request or the content from the response. If size isn't set, this will attempt to discover it.- Specified by:
setPayload
in interfacePayloadEnclosing
- Overrides:
setPayload
in classPayloadEnclosingImpl
- Parameters:
data
- typically InputStream for downloads, or File, byte[], String, InputStream, of ByteSource for uploads.
-