Modifier and Type | Method and Description |
---|---|
void |
AtmosObjectImpl.setPayload(Payload data) |
Modifier and Type | Method and Description |
---|---|
String |
AWSS3Client.uploadPart(String bucketName,
String key,
int partNumber,
String uploadId,
Payload part)
This operation uploads a part in a multipart upload.
|
com.google.common.util.concurrent.ListenableFuture<String> |
AWSS3AsyncClient.uploadPart(String bucketName,
String key,
int partNumber,
String uploadId,
Payload part) |
Modifier and Type | Method and Description |
---|---|
protected void |
ParallelMultipartUploadStrategy.prepareUploadPart(String container,
String key,
String uploadId,
Integer part,
Payload payload,
long offset,
long size,
SortedMap<Integer,String> etags,
BlockingQueue<Integer> activeParts,
Map<Integer,com.google.common.util.concurrent.ListenableFuture<String>> futureParts,
AtomicInteger errors,
int maxRetries,
Map<Integer,Exception> errorMap,
Queue<org.jclouds.aws.s3.blobstore.strategy.internal.ParallelMultipartUploadStrategy.Part> toRetry,
CountDownLatch latch) |
protected void |
SequentialMultipartUploadStrategy.prepareUploadPart(String container,
String key,
String uploadId,
int part,
Payload payload,
long offset,
long size,
SortedMap<Integer,String> etags) |
Modifier and Type | Method and Description |
---|---|
void |
AzureBlobImpl.setPayload(Payload data) |
Modifier and Type | Method and Description |
---|---|
BlobBuilder.PayloadBlobBuilder |
BlobBuilder.payload(Payload payload) |
Modifier and Type | Method and Description |
---|---|
BlobBuilder.PayloadBlobBuilder |
BlobBuilderImpl.payload(Payload payload) |
BlobBuilder.PayloadBlobBuilder |
BlobBuilderImpl.PayloadBlobBuilderImpl.payload(Payload payload) |
void |
BlobImpl.setPayload(Payload data) |
Constructor and Description |
---|
BlobBuilderImpl.PayloadBlobBuilderImpl(BlobBuilder builder,
Payload payload,
Crypto crypto) |
Modifier and Type | Method and Description |
---|---|
Payload |
ReturnPayload.apply(HttpResponse from) |
Modifier and Type | Method and Description |
---|---|
Payload |
ElasticStackClient.readDrive(String uuid,
long offset,
long size)
Read binary data from a drive
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Payload> |
ElasticStackAsyncClient.readDrive(String uuid,
long offset,
long size) |
Modifier and Type | Method and Description |
---|---|
void |
ElasticStackClient.writeDrive(String uuid,
Payload content)
Write binary data to a drive
|
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.writeDrive(String uuid,
Payload content) |
void |
ElasticStackClient.writeDrive(String uuid,
Payload content,
long offset) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ElasticStackAsyncClient.writeDrive(String uuid,
Payload content,
long offset) |
Modifier and Type | Method and Description |
---|---|
Payload |
ReturnPayload.apply(HttpResponse from) |
Modifier and Type | Field and Description |
---|---|
protected Payload |
HttpMessage.Builder.payload |
Modifier and Type | Method and Description |
---|---|
T |
HttpMessage.Builder.payload(Payload payload) |
Constructor and Description |
---|
HttpMessage(com.google.common.collect.Multimap<String,String> headers,
Payload payload) |
HttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload,
Iterable<HttpRequestFilter> filters) |
HttpResponse(int statusCode,
String message,
com.google.common.collect.Multimap<String,String> headers,
Payload payload) |
Modifier and Type | Class and Description |
---|---|
static class |
ApacheHCUtils.HttpEntityPayload |
Modifier and Type | Method and Description |
---|---|
void |
ApacheHCUtils.addEntityForContent(org.apache.http.HttpEntityEnclosingRequest apacheRequest,
Payload payload) |
Modifier and Type | Field and Description |
---|---|
protected Payload |
PayloadEnclosingImpl.payload |
Modifier and Type | Method and Description |
---|---|
Payload |
PayloadEnclosingImpl.getPayload() |
Modifier and Type | Method and Description |
---|---|
void |
PayloadEnclosingImpl.setPayload(Payload data)
Sets payload for the request or the content from the response.
|
Constructor and Description |
---|
PayloadEnclosingImpl(Payload payload) |
Modifier and Type | Method and Description |
---|---|
static Payload |
Payloads.calculateMD5(Payload payload)
Uses default md5 generator.
|
static Payload |
Payloads.calculateMD5(Payload payload,
MessageDigest md5)
Calculates and sets
Payload#setContentMD5 on the payload. |
Payload |
PayloadEnclosing.getPayload() |
static Payload |
Payloads.newPayload(Object data) |
Payload |
PayloadSlicer.slice(Payload input,
long offset,
long length)
Returns a
Payload that returns input streams from the an underlying payload, where
each stream starts at the given offset and is limited to the specified number of bytes. |
Modifier and Type | Method and Description |
---|---|
static Payload |
Payloads.calculateMD5(Payload payload)
Uses default md5 generator.
|
static Payload |
Payloads.calculateMD5(Payload payload,
MessageDigest md5)
Calculates and sets
Payload#setContentMD5 on the payload. |
void |
PayloadEnclosing.setPayload(Payload data)
Sets payload for the request or the content from the response.
|
Payload |
PayloadSlicer.slice(Payload input,
long offset,
long length)
Returns a
Payload that returns input streams from the an underlying payload, where
each stream starts at the given offset and is limited to the specified number of bytes. |
Modifier and Type | Method and Description |
---|---|
protected Payload |
BasePayloadSlicer.copyMetadataAndSetLength(Payload input,
Payload returnVal,
long length) |
protected Payload |
BasePayloadSlicer.doSlice(byte[] content,
long offset,
long length) |
protected Payload |
BasePayloadSlicer.doSlice(File content,
long offset,
long length) |
protected Payload |
BasePayloadSlicer.doSlice(InputStream content,
long offset,
long length) |
protected Payload |
BasePayloadSlicer.doSlice(Payload content,
long offset,
long length) |
protected Payload |
BasePayloadSlicer.doSlice(String content,
long offset,
long length) |
Payload |
BasePayloadSlicer.slice(Payload input,
long offset,
long length)
Returns a
Payload that returns input streams from the an underlying payload, where
each stream starts at the given offset and is limited to the specified number of bytes. |
Modifier and Type | Method and Description |
---|---|
protected Payload |
BasePayloadSlicer.copyMetadataAndSetLength(Payload input,
Payload returnVal,
long length) |
protected Payload |
BasePayloadSlicer.doSlice(Payload content,
long offset,
long length) |
Payload |
BasePayloadSlicer.slice(Payload input,
long offset,
long length)
Returns a
Payload that returns input streams from the an underlying payload, where
each stream starts at the given offset and is limited to the specified number of bytes. |
Modifier and Type | Class and Description |
---|---|
class |
BaseCipherPayload |
class |
BasePayload<V> |
class |
ByteArrayPayload |
class |
DelegatingPayload |
class |
FilePayload |
class |
InputStreamPayload |
class |
InputStreamSupplierPayload |
class |
MultipartForm |
class |
Part |
class |
PhantomPayload |
class |
RSADecryptingPayload |
class |
RSAEncryptingPayload |
class |
StreamingPayload
Note that not all services accept streaming payloads.
|
class |
StringPayload
This implementation converts the String to a byte array using UTF-8 encoding.
|
class |
UrlEncodedFormPayload |
Modifier and Type | Method and Description |
---|---|
Payload |
DelegatingPayload.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static Part |
Part.create(String name,
Payload delegate,
Part.PartOptions options) |
Constructor and Description |
---|
BaseCipherPayload(Payload delegate,
Key key) |
DelegatingPayload(Payload delegate) |
RSADecryptingPayload(Payload delegate,
Key key) |
RSAEncryptingPayload(Payload delegate,
Key key) |
Modifier and Type | Method and Description |
---|---|
protected Payload |
NettyPayloadSlicer.doSlice(File content,
long offset,
long length) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends ImageDetails> |
ImageAsyncApi.create(String name,
Payload payload,
CreateImageOptions... options) |
ImageDetails |
ImageApi.create(String name,
Payload imageData,
CreateImageOptions... options)
Create a new image
|
com.google.common.util.concurrent.ListenableFuture<? extends ImageDetails> |
ImageAsyncApi.upload(String id,
Payload imageData,
UpdateImageOptions... options) |
ImageDetails |
ImageApi.upload(String id,
Payload imageData,
UpdateImageOptions... options)
Upload image data for a previously-reserved image
If an image was previously reserved, and thus is in the queued state, then image data can be added using this method.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ParallelMultipartUploadStrategy.prepareUploadPart(String container,
Blob blob,
String key,
Integer part,
Payload payload,
long offset,
long size,
SortedMap<Integer,String> etags,
BlockingQueue<Integer> activeParts,
Map<Integer,com.google.common.util.concurrent.ListenableFuture<String>> futureParts,
AtomicInteger errors,
int maxRetries,
Map<Integer,Exception> errorMap,
Queue<org.jclouds.openstack.swift.blobstore.strategy.internal.ParallelMultipartUploadStrategy.Part> toRetry,
CountDownLatch latch,
BlobToObject blob2Object) |
Modifier and Type | Method and Description |
---|---|
void |
SwiftObjectImpl.setPayload(Payload data) |
Modifier and Type | Method and Description |
---|---|
String |
HttpClient.post(URI location,
Payload payload) |
com.google.common.util.concurrent.ListenableFuture<String> |
HttpAsyncClient.post(URI location,
Payload payload) |
String |
HttpClient.put(URI location,
Payload payload) |
com.google.common.util.concurrent.ListenableFuture<String> |
HttpAsyncClient.put(URI location,
Payload payload) |
Modifier and Type | Method and Description |
---|---|
static Payload |
RestAnnotationProcessor.findPayloadInArgs(Object[] args) |
Constructor and Description |
---|
GeneratedHttpRequest(String method,
URI endpoint,
com.google.common.collect.Multimap<String,String> headers,
Payload payload,
Class<?> declaring,
Method javaMethod,
Iterable<Object> args,
Iterable<HttpRequestFilter> filters,
com.google.common.base.Optional<ClassMethodArgs> caller) |
Modifier and Type | Method and Description |
---|---|
void |
S3ObjectImpl.setPayload(Payload data) |
Modifier and Type | Method and Description |
---|---|
Payload |
DataNonCDMIContentTypeApi.getValue(String dataObjectName)
get CDMI Data object
|
Payload |
DataNonCDMIContentTypeApi.getValue(String dataObjectName,
String range)
get CDMI Data object
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Payload> |
DataNonCDMIContentTypeAsyncApi.getValue(String dataObjectName) |
com.google.common.util.concurrent.ListenableFuture<Payload> |
DataNonCDMIContentTypeAsyncApi.getValue(String dataObjectName,
String range) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
DataNonCDMIContentTypeAsyncApi.create(String dataObjectName,
Payload payload) |
void |
DataNonCDMIContentTypeApi.create(String dataObjectName,
Payload payload)
create CDMI Data object Non CDMI Content Type
|
com.google.common.util.concurrent.ListenableFuture<Void> |
DataNonCDMIContentTypeAsyncApi.createPartial(String dataObjectName,
Payload payload) |
void |
DataNonCDMIContentTypeApi.createPartial(String dataObjectName,
Payload payload)
create CDMI Data object partial Non CDMI Content Type Only part of the object is contained in
the payload and the X-CDMI-Partial header flag is set to true
|
Modifier and Type | Method and Description |
---|---|
Payload |
ParseObjectFromHeadersAndHttpContent.apply(HttpResponse from) |
Modifier and Type | Method and Description |
---|---|
Payload |
SshClient.get(String path) |
Modifier and Type | Method and Description |
---|---|
void |
SshClient.put(String path,
Payload contents) |
Modifier and Type | Method and Description |
---|---|
Payload |
JschSshClient.get(String path) |
Modifier and Type | Method and Description |
---|---|
void |
JschSshClient.put(String path,
Payload contents) |
Modifier and Type | Method and Description |
---|---|
Payload |
SshjSshClient.get(String path) |
Modifier and Type | Method and Description |
---|---|
void |
SshjSshClient.put(String path,
Payload contents) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
UploadAsyncApi.upload(URI location,
Payload payload) |
void |
UploadApi.upload(URI location,
Payload payload) |
Copyright © 2009-2013 jclouds. All Rights Reserved.