C D G L M N O R S T U W 

C

com.googlecode.jinahya.ucloud.storage - package com.googlecode.jinahya.ucloud.storage
 
CONTAINER_NAME_SIZE_MAX - Static variable in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
The maximum size of containerName.
CONTAINER_NAME_SIZE_MIN - Static variable in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
The minimum size of containerName.
CONTENT_LENGTH_MIN - Static variable in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
The minimum value of contentLength.
CONTENT_TYPE_SIZE_MAX - Static variable in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
The maximum size of contentType.
CONTENT_TYPE_SIZE_MIN - Static variable in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
The minimum size of contentType.
ContentConsumer - Interface in com.googlecode.jinahya.ucloud.storage
 
ContentDataConsumer - Interface in com.googlecode.jinahya.ucloud.storage
 
ContentDataProducer - Interface in com.googlecode.jinahya.ucloud.storage
 
ContentDataStreamingOutput - Class in com.googlecode.jinahya.ucloud.storage
 
ContentDataStreamingOutput(String, String, String, String) - Constructor for class com.googlecode.jinahya.ucloud.storage.ContentDataStreamingOutput
Creates a new instance.
ContentProducer - Interface in com.googlecode.jinahya.ucloud.storage
 
createContainer(String) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Creates a container named as given containerName.

D

DefaultContentConsumer - Class in com.googlecode.jinahya.ucloud.storage
 
DefaultContentConsumer(OutputStream) - Constructor for class com.googlecode.jinahya.ucloud.storage.DefaultContentConsumer
Creates a new instance.
DefaultContentDataConsumer - Class in com.googlecode.jinahya.ucloud.storage
 
DefaultContentDataConsumer(OutputStream) - Constructor for class com.googlecode.jinahya.ucloud.storage.DefaultContentDataConsumer
Creates a new instance.
DefaultContentDataProducer - Class in com.googlecode.jinahya.ucloud.storage
 
DefaultContentDataProducer(InputStream) - Constructor for class com.googlecode.jinahya.ucloud.storage.DefaultContentDataProducer
Creates a new instance.
DefaultContentProducer - Class in com.googlecode.jinahya.ucloud.storage
 
DefaultContentProducer(String, long, InputStream) - Constructor for class com.googlecode.jinahya.ucloud.storage.DefaultContentProducer
Creates a new instance.
deleteContainer(String) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Deletes a container.
deleteObject(String, String) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Deletes an object.

G

getBytes() - Method in class com.googlecode.jinahya.ucloud.storage.StorageContainer
 
getBytes() - Method in class com.googlecode.jinahya.ucloud.storage.StorageObject
 
getConnectTimeout() - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Returns connect timeout.
getContainerName() - Method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Returns container name.
getContentData() - Method in interface com.googlecode.jinahya.ucloud.storage.ContentDataProducer
Returns content data.
getContentData() - Method in class com.googlecode.jinahya.ucloud.storage.DefaultContentDataProducer
 
getContentLength() - Method in interface com.googlecode.jinahya.ucloud.storage.ContentProducer
Return content length.
getContentLength() - Method in class com.googlecode.jinahya.ucloud.storage.DefaultContentConsumer
Returns content length.
getContentLength() - Method in class com.googlecode.jinahya.ucloud.storage.DefaultContentProducer
 
getContentLength() - Method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Returns content length.
getContentType() - Method in interface com.googlecode.jinahya.ucloud.storage.ContentProducer
Returns content type.
getContentType() - Method in class com.googlecode.jinahya.ucloud.storage.DefaultContentConsumer
Returns content type.
getContentType() - Method in class com.googlecode.jinahya.ucloud.storage.DefaultContentProducer
 
getContentType() - Method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Returns content type.
getContentType() - Method in class com.googlecode.jinahya.ucloud.storage.StorageObject
 
getCount() - Method in class com.googlecode.jinahya.ucloud.storage.StorageContainer
 
getHash() - Method in class com.googlecode.jinahya.ucloud.storage.StorageObject
 
getHeaderFields() - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Returns last HTTP response header fields.
getLastModified() - Method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Returns lastModified.
getLastModified() - Method in class com.googlecode.jinahya.ucloud.storage.StorageObject
 
getName() - Method in class com.googlecode.jinahya.ucloud.storage.StorageContainer
 
getName() - Method in class com.googlecode.jinahya.ucloud.storage.StorageObject
 
getObjectName() - Method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Returns object name.
getReadTimeout() - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Return read timeout.
getResponseCode() - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Returns last HTTP response status code.
getResponseMessage() - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Returns last HTTP response reason phrase.

L

LAST_MODIFIED_MIN - Static variable in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
The minimum value of contentLength.

M

MappedStorageLocator - Class in com.googlecode.jinahya.ucloud.storage
 
MappedStorageLocator() - Constructor for class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
 

N

newInstance(Class<L>, String, String, long) - Static method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Creates a new instance of given storageLocatorType.

O

OBJECT_NAME_SIZE_MAX - Static variable in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
The maximum size of objectName.
OBJECT_NAME_SIZE_MIN - Static variable in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
The minimum size of objectName.

R

readObject(String, String, OutputStream) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Reads an object's content.
readObject(String, String, ContentDataConsumer) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Reads object content.
readObject(String, String, ContentConsumer) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Reads object content.
readStorageContainer(String, StorageContainer) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
 
readStorageContainers(Map<String, Object>, Collection<StorageContainer>) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Reads information of containers.
readStorageObject(String, String, StorageObject) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
 
readStorageObjects(String, Map<String, Object>, Collection<StorageObject>) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Reads objects information of a container.

S

setBytes(long) - Method in class com.googlecode.jinahya.ucloud.storage.StorageContainer
 
setBytes(long) - Method in class com.googlecode.jinahya.ucloud.storage.StorageObject
 
setConnectTimeout(Integer) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Sets connect timeout.
setContainerName(String) - Method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Sets containerName.
setContainerName(String, long) - Method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Sets containerName with given containerNamePrefix and sequenceNumber.
setContentData(InputStream) - Method in interface com.googlecode.jinahya.ucloud.storage.ContentDataConsumer
Sets content data.
setContentData(InputStream) - Method in class com.googlecode.jinahya.ucloud.storage.DefaultContentDataConsumer
 
setContentLength(long) - Method in interface com.googlecode.jinahya.ucloud.storage.ContentConsumer
Sets content length.
setContentLength(long) - Method in class com.googlecode.jinahya.ucloud.storage.DefaultContentConsumer
 
setContentLength(long) - Method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Sets content length.
setContentType(String) - Method in interface com.googlecode.jinahya.ucloud.storage.ContentConsumer
Sets content type.
setContentType(String) - Method in class com.googlecode.jinahya.ucloud.storage.DefaultContentConsumer
 
setContentType(String) - Method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Sets content type.
setContentType(String) - Method in class com.googlecode.jinahya.ucloud.storage.StorageObject
 
setCount(long) - Method in class com.googlecode.jinahya.ucloud.storage.StorageContainer
 
setHash(String) - Method in class com.googlecode.jinahya.ucloud.storage.StorageObject
 
setLastModified(long) - Method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Sets lastModified.
setLastModified(long) - Method in class com.googlecode.jinahya.ucloud.storage.StorageObject
 
setName(String) - Method in class com.googlecode.jinahya.ucloud.storage.StorageContainer
 
setName(String) - Method in class com.googlecode.jinahya.ucloud.storage.StorageObject
 
setObjectName(String) - Method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Sets objectName.
setObjectName(String, long) - Method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Sets objectName with given objectNamePrefix and sequenceNumber.
setReadTimeout(Integer) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Sets read timeout.
StorageClient - Class in com.googlecode.jinahya.ucloud.storage
 
StorageClient(String, String) - Constructor for class com.googlecode.jinahya.ucloud.storage.StorageClient
Creates a new instance.
StorageContainer - Class in com.googlecode.jinahya.ucloud.storage
 
StorageContainer() - Constructor for class com.googlecode.jinahya.ucloud.storage.StorageContainer
 
StorageObject - Class in com.googlecode.jinahya.ucloud.storage
 
StorageObject() - Constructor for class com.googlecode.jinahya.ucloud.storage.StorageObject
 

T

toString() - Method in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
 
toString() - Method in class com.googlecode.jinahya.ucloud.storage.StorageContainer
 
toString() - Method in class com.googlecode.jinahya.ucloud.storage.StorageObject
 

U

UNKNOWN_CONTENT_LENGTH - Static variable in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Constant for an unknown content length.
UNKNOWN_CONTENT_TYPE - Static variable in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Constant for an unknown content type.
UNKNOWN_LAST_MODIFIED - Static variable in class com.googlecode.jinahya.ucloud.storage.MappedStorageLocator
Constant for an unknown content length.
updateObject(String, String, String, byte[]) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Updates an object's content.
updateObject(String, String, String, long, InputStream) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Updates an object's content.
updateObject(String, String, String, long, ContentDataProducer) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Updates an object's content.
updateObject(String, String, ContentProducer) - Method in class com.googlecode.jinahya.ucloud.storage.StorageClient
Updates an object's content.

W

write(OutputStream) - Method in class com.googlecode.jinahya.ucloud.storage.ContentDataStreamingOutput
 
C D G L M N O R S T U W 

Copyright © 2011-2012. All Rights Reserved.