JavaScript is disabled on your browser.
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
R
S
T
U
C
com.googlecode.jinahya.ucloud.storage
- package com.googlecode.jinahya.ucloud.storage
ContentConsumer
- Interface in
com.googlecode.jinahya.ucloud.storage
ContentProducer
- Interface in
com.googlecode.jinahya.ucloud.storage
createStorageContainer(String)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Creates a storage container named as given name.
D
deleteStorageContainer(String)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Deletes a storage container named as given container name.
deleteStorageObject(String, String)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Deletes an object.
G
getBytesUsed()
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageAccount
getBytesUsed()
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageContainer
getConnectTimeout()
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Returns connect timeout.
getContainerCount()
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageAccount
getContainerName()
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageContainer
getContentData(OutputStream)
- Method in interface com.googlecode.jinahya.ucloud.storage.
ContentProducer
getContentLength()
- Method in interface com.googlecode.jinahya.ucloud.storage.
ContentProducer
getContentLength()
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageObject
getContentType()
- Method in interface com.googlecode.jinahya.ucloud.storage.
ContentProducer
getContentType()
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageObject
getEntityTag()
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageObject
getFirstHeaderValue(String)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
getHeaderFields()
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Returns last HTTP response header fields.
getHeaderValues(String)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
getLastModified()
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageObject
getObjectCount()
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageAccount
getObjectCount()
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageContainer
getObjectName()
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageObject
getReadTimeout()
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Return read timeout.
getResponseCode()
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Returns last HTTP response status code.
getResponseMessage()
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Returns last HTTP response reason phrase.
R
readStorageAccount()
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Retrieves a storage account.
readStorageContainer(String)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Retrieves a storage container whose name is mapped to given container name.
readStorageContainers(Map<String, Object>, Collection<? super StorageContainer>)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Retrieves storage containers.
readStorageContent(String, String, ContentConsumer)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Reads the content of a storage object.
readStorageObject(String, String)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
readStorageObjects(String, Map<String, Object>, Collection<? super StorageObject>)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Reads objects information of a container.
S
setBytesUsed(long)
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageAccount
setBytesUsed(long)
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageContainer
setConnectTimeout(Integer)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Sets connect timeout.
setContainerCount(long)
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageAccount
setContainerName(String)
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageContainer
setContentData(InputStream)
- Method in interface com.googlecode.jinahya.ucloud.storage.
ContentConsumer
setContentLength(long)
- Method in interface com.googlecode.jinahya.ucloud.storage.
ContentConsumer
setContentLength(long)
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageObject
setContentType(String)
- Method in interface com.googlecode.jinahya.ucloud.storage.
ContentConsumer
setContentType(String)
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageObject
setEntityTag(String)
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageObject
setLastModified(long)
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageObject
setObjectCount(long)
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageAccount
setObjectCount(long)
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageContainer
setObjectName(String)
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageObject
setReadTimeout(Integer)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Sets read timeout.
StorageAccount
- Class in
com.googlecode.jinahya.ucloud.storage
StorageAccount()
- Constructor for class com.googlecode.jinahya.ucloud.storage.
StorageAccount
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.
StorageAccount
toString()
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageContainer
toString()
- Method in class com.googlecode.jinahya.ucloud.storage.
StorageObject
U
UcloudStorageClient
- Class in
com.googlecode.jinahya.ucloud.storage
UcloudStorageClient(String, String)
- Constructor for class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Creates a new instance.
updateStorageContent(String, String, ContentProducer)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Updates or creates an storage content.
updateStorageContent(String, String, String, long, InputStream)
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Updates an storage object's content.
updateStorageContent(String, String, String, byte[])
- Method in class com.googlecode.jinahya.ucloud.storage.
UcloudStorageClient
Updates an object's content.
C
D
G
R
S
T
U
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2011-2013. All Rights Reserved.