A B C D F G H I K L M N O P R S T V 

A

asByteArray() - Method in class org.osgl.storage.impl.StorageObject
 
asByteArray() - Method in interface org.osgl.storage.ISObject
 
asFile() - Method in class org.osgl.storage.impl.StorageObject
 
asFile() - Method in interface org.osgl.storage.ISObject
 
asInputStream() - Method in class org.osgl.storage.impl.StorageObject
 
asInputStream() - Method in interface org.osgl.storage.ISObject
Returns an InputStream connect to the sobject.
asString() - Method in class org.osgl.storage.impl.StorageObject
 
asString(Charset) - Method in class org.osgl.storage.impl.StorageObject
 
asString() - Method in interface org.osgl.storage.ISObject
 
asString(Charset) - Method in interface org.osgl.storage.ISObject
 
ATTR_CONTENT_LENGTH - Static variable in interface org.osgl.storage.ISObject
Store the content length
ATTR_CONTENT_TYPE - Static variable in interface org.osgl.storage.ISObject
A standard attribute: content-type
ATTR_FILE_NAME - Static variable in interface org.osgl.storage.ISObject
A standard attribute: filename
ATTR_SS_CTX - Static variable in interface org.osgl.storage.ISObject
The storage service context path
ATTR_SS_ID - Static variable in interface org.osgl.storage.ISObject
The storage service ID
ATTR_STORAGE_CLASS - Static variable in class org.osgl.storage.impl.S3Service
 
ATTR_URL - Static variable in interface org.osgl.storage.ISObject
Store the URL point to this sobject
AzureService - Class in org.osgl.storage.impl
 
AzureService(Map<String, String>) - Constructor for class org.osgl.storage.impl.AzureService
 

B

BlobService - Class in org.osgl.storage.impl
Deprecated.
BlobService(Map<String, String>) - Constructor for class org.osgl.storage.impl.BlobService
Deprecated.
buf - Variable in class org.osgl.storage.impl.StorageObject
 
buf() - Method in class org.osgl.storage.impl.StorageObject
 

C

cause - Variable in class org.osgl.storage.impl.SObject
 
conf - Variable in class org.osgl.storage.impl.StorageServiceBase
 
CONF_ACCOUNT_KEY - Static variable in class org.osgl.storage.impl.AzureService
 
CONF_ACCOUNT_NAME - Static variable in class org.osgl.storage.impl.AzureService
 
CONF_BUCKET - Static variable in class org.osgl.storage.impl.AzureService
 
CONF_BUCKET - Static variable in class org.osgl.storage.impl.S3Service
 
CONF_CONN_TIMEOUT - Static variable in class org.osgl.storage.impl.S3Service
 
CONF_CONTEXT_PATH - Static variable in interface org.osgl.storage.IStorageService
 
CONF_DEF_STORAGE_CLASS - Static variable in class org.osgl.storage.impl.S3Service
 
CONF_FS_GET_NO_GET - Static variable in class org.osgl.storage.impl.FileSystemService
Deprecated.
CONF_GET_META_ONLY - Static variable in class org.osgl.storage.impl.StorageServiceBase
Get Meta Data only
CONF_GET_NO_GET - Static variable in class org.osgl.storage.impl.StorageServiceBase
For certain case for example, gallery application, it doesn’t need the GET operation because end user can access the object directly from aws’ static web service
CONF_HOME_DIR - Static variable in class org.osgl.storage.impl.FileSystemService
 
CONF_HOME_URL - Static variable in class org.osgl.storage.impl.FileSystemService
Deprecated.
CONF_ID - Static variable in interface org.osgl.storage.IStorageService
 
CONF_KEY_GEN - Static variable in interface org.osgl.storage.IStorageService
 
CONF_KEY_ID - Static variable in class org.osgl.storage.impl.S3Service
 
CONF_KEY_NAME_PROVIDER - Static variable in class org.osgl.storage.impl.StorageServiceBase
User supplied KeyNameProvider
CONF_KEY_SECRET - Static variable in class org.osgl.storage.impl.S3Service
 
CONF_MAX_CONN - Static variable in class org.osgl.storage.impl.S3Service
 
CONF_MAX_ERROR_RETRY - Static variable in class org.osgl.storage.impl.S3Service
 
CONF_PROTOCOL - Static variable in class org.osgl.storage.impl.AzureService
 
CONF_S3_GET_META_ONLY - Static variable in class org.osgl.storage.impl.S3Service
Deprecated.
CONF_S3_GET_NO_GET - Static variable in class org.osgl.storage.impl.S3Service
Deprecated.
CONF_S3_STATIC_WEB_ENDPOINT - Static variable in class org.osgl.storage.impl.S3Service
Deprecated.
CONF_SOCKET_TIMEOUT - Static variable in class org.osgl.storage.impl.S3Service
 
CONF_STATIC_WEB_ENDPOINT - Static variable in class org.osgl.storage.impl.StorageServiceBase
The static URL to retrieve cloud object
CONF_STORE_SUFFIX - Static variable in class org.osgl.storage.impl.StorageServiceBase
Whether it shall ignore the suffix in the key or not
CONF_TCP_KEEP_ALIVE - Static variable in class org.osgl.storage.impl.S3Service
 
configure(Map<String, String>) - Method in class org.osgl.storage.impl.AzureService
 
configure(Map<String, String>) - Method in class org.osgl.storage.impl.FileSystemService
 
configure(Map<String, String>) - Method in class org.osgl.storage.impl.S3Service
 
configure(Map<String, String>) - Method in class org.osgl.storage.impl.StorageServiceBase
 
configure(Map<String, String>, String) - Method in class org.osgl.storage.impl.StorageServiceBase
 
consumeOnce(Osgl.Function<InputStream, ?>) - Method in class org.osgl.storage.impl.SObject
 
consumeOnce(Osgl.Function<InputStream, ?>) - Method in interface org.osgl.storage.ISObject
Consume the inputstream of this storage object one time and then close the input stream
contextPath - Variable in class org.osgl.storage.impl.StorageServiceBase
 
contextPath() - Method in class org.osgl.storage.impl.StorageServiceBase
 
contextPath() - Method in interface org.osgl.storage.IStorageService
createSubFolder(String) - Method in class org.osgl.storage.impl.StorageServiceBase
 

D

DEF_PROVIDER - Static variable in interface org.osgl.storage.KeyNameProvider
Generate key name using random UUID
DEFAULT - Static variable in interface org.osgl.storage.IStorageService
 
doGetFile(String) - Method in class org.osgl.storage.impl.FileSystemService
 
doGetInputStream(String) - Method in class org.osgl.storage.impl.AzureService
 
doGetInputStream(String) - Method in class org.osgl.storage.impl.FileSystemService
 
doGetInputStream(String) - Method in class org.osgl.storage.impl.S3Service
 
doGetInputStream(String) - Method in class org.osgl.storage.impl.StorageServiceBase
Returns the input stream from fullPath specified.
doGetMeta(String) - Method in class org.osgl.storage.impl.AzureService
 
doGetMeta(String) - Method in class org.osgl.storage.impl.FileSystemService
 
doGetMeta(String) - Method in class org.osgl.storage.impl.S3Service
 
doGetMeta(String) - Method in class org.osgl.storage.impl.StorageServiceBase
Returns the meta attributes from fullPath specified.
doPut(String, ISObject, Map<String, String>) - Method in class org.osgl.storage.impl.AzureService
 
doPut(String, ISObject, Map<String, String>) - Method in class org.osgl.storage.impl.FileSystemService
 
doPut(String, ISObject, Map<String, String>) - Method in class org.osgl.storage.impl.S3Service
 
doPut(String, ISObject, Map<String, String>) - Method in class org.osgl.storage.impl.StorageServiceBase
Put the storage object specified by fullPath into the storage service.
doRemove(String) - Method in class org.osgl.storage.impl.AzureService
 
doRemove(String) - Method in class org.osgl.storage.impl.FileSystemService
 
doRemove(String) - Method in class org.osgl.storage.impl.S3Service
 
doRemove(String) - Method in class org.osgl.storage.impl.StorageServiceBase
Remove the storage object specified by fullPath.

F

FileSystemService - Class in org.osgl.storage.impl
 
FileSystemService(Map<String, String>) - Constructor for class org.osgl.storage.impl.FileSystemService
 
FileSystemServiceConfigurer - Class in org.osgl.storage.spring
A file system based IStorageService implementation
FileSystemServiceConfigurer() - Constructor for class org.osgl.storage.spring.FileSystemServiceConfigurer
 
forceGet(String) - Method in class org.osgl.storage.impl.StorageServiceBase
 
forceGet(String) - Method in interface org.osgl.storage.IStorageService
Deprecated. 

G

get(String) - Method in class org.osgl.storage.impl.StorageServiceBase
 
get(String, IStorageService) - Static method in class org.osgl.storage.IStorageService.f
 
get() - Static method in class org.osgl.storage.IStorageService.f
 
get(String) - Method in interface org.osgl.storage.IStorageService
Retrieve the stuff from the storage by key
getAttribute(String) - Method in class org.osgl.storage.impl.SObject
 
getAttribute(String) - Method in interface org.osgl.storage.ISObject
Return attribute associated with this storage object by key.
getAttributes() - Method in class org.osgl.storage.impl.SObject
 
getAttributes() - Method in interface org.osgl.storage.ISObject
 
getConfValue(Map<String, String>, String, String) - Method in class org.osgl.storage.impl.StorageServiceBase
 
getContentType() - Method in class org.osgl.storage.impl.SObject
 
getContentType() - Method in interface org.osgl.storage.ISObject
Return content type attribute
getContextPath() - Method in class org.osgl.storage.impl.StorageServiceBase
 
getContextPath() - Method in interface org.osgl.storage.IStorageService
Return the context path.
getException() - Method in class org.osgl.storage.impl.SObject
 
getException() - Method in interface org.osgl.storage.ISObject
Return previous exception that cause the sobject invalid
getFile(String) - Method in class org.osgl.storage.impl.FileSystemService
 
getFilename() - Method in class org.osgl.storage.impl.SObject
 
getFilename() - Method in interface org.osgl.storage.ISObject
Returns filename attribute
getFull(String) - Method in class org.osgl.storage.impl.StorageServiceBase
 
getFull(String) - Method in interface org.osgl.storage.IStorageService
Force retrieving the stuff with content from storage without regarding to the configuration
getInvalidObject(String, Throwable) - Static method in class org.osgl.storage.impl.SObject
 
getKey() - Method in class org.osgl.storage.impl.SObject
 
getKey(String) - Method in class org.osgl.storage.impl.StorageServiceBase
Returns the full path key from the key name
getKey() - Method in class org.osgl.storage.impl.StorageServiceBase
Returns a full path key with a generated unique key name
getKey() - Method in interface org.osgl.storage.ISObject
 
getKey(String) - Method in interface org.osgl.storage.IStorageService
 
getKey() - Method in interface org.osgl.storage.IStorageService
 
getKey(String, KeyNameProvider) - Method in interface org.osgl.storage.KeyGenerator
 
getKey(String, KeyNameProvider) - Method in enum org.osgl.storage.KeyGenerator.Predefined
 
getKeyGenerator() - Method in class org.osgl.storage.spring.StorageServiceConfigurerBase
 
getLazy(String, Map<String, String>) - Method in class org.osgl.storage.impl.StorageServiceBase
 
getLazy(String, Map<String, String>) - Method in interface org.osgl.storage.IStorageService
Returns lazy SObject with attributes set.
getLength() - Method in class org.osgl.storage.impl.StorageObject
 
getLength() - Method in interface org.osgl.storage.ISObject
 
getMeta(String) - Method in class org.osgl.storage.impl.StorageServiceBase
 
getMeta(String, boolean) - Method in class org.osgl.storage.impl.StorageServiceBase
 
getStaticWebEndpoint() - Method in class org.osgl.storage.impl.StorageServiceBase
 
getStaticWebEndpoint() - Method in interface org.osgl.storage.IStorageService
Return the static web endpoint configured
getStorageService() - Method in class org.osgl.storage.spring.FileSystemServiceConfigurer
 
getStorageService() - Method in class org.osgl.storage.spring.S3ServiceConfigurer
 
getStorageService() - Method in interface org.osgl.storage.spring.StorageServiceConfigurer
 
getUrl(String) - Method in class org.osgl.storage.impl.AzureService
 
getUrl() - Method in class org.osgl.storage.impl.SObject
 
getUrl(String) - Method in class org.osgl.storage.impl.StorageServiceBase
 
getUrl() - Method in interface org.osgl.storage.ISObject
Returns URL set to this SObject.
getUrl(String) - Method in interface org.osgl.storage.IStorageService
Return the URL to access a stored resource by key

H

hasAttribute() - Method in class org.osgl.storage.impl.SObject
 
hasAttribute() - Method in interface org.osgl.storage.ISObject
 

I

id() - Method in class org.osgl.storage.impl.StorageServiceBase
 
id() - Method in interface org.osgl.storage.IStorageService
Return the ID of the service.
isDumb() - Method in class org.osgl.storage.impl.SObject
 
isDumb() - Method in interface org.osgl.storage.ISObject
Returns true if this SObject is dumb
isEmpty() - Method in class org.osgl.storage.impl.SObject
 
isEmpty() - Method in interface org.osgl.storage.ISObject
Is content is empty
isManaged(ISObject) - Method in class org.osgl.storage.impl.StorageServiceBase
 
isManaged(ISObject) - Method in interface org.osgl.storage.IStorageService
Report if a storage object is managed by this service
ISObject - Interface in org.osgl.storage
Represent an item stored in an IStorageService
IStorageService - Interface in org.osgl.storage
Provide persistent service for ISObject
IStorageService.f - Class in org.osgl.storage
 
IStorageService.f() - Constructor for class org.osgl.storage.IStorageService.f
 
isValid() - Method in class org.osgl.storage.impl.SObject
 
isValid() - Method in interface org.osgl.storage.ISObject
Is this storage object valid.

K

keygen - Variable in class org.osgl.storage.impl.StorageServiceBase
 
KeyGenerator - Interface in org.osgl.storage
Generate or decorate storage object key.
KeyGenerator.Predefined - Enum in org.osgl.storage
 
KeyNameProvider - Interface in org.osgl.storage
Responsible for providing unique ID as the key name
keyWithContextPath(String) - Method in class org.osgl.storage.impl.AzureService
 
keyWithContextPath(String) - Method in class org.osgl.storage.impl.StorageServiceBase
 

L

lazyLoad(String, IStorageService) - Static method in class org.osgl.storage.impl.SObject
 
lazyLoad(String, IStorageService, Map<String, String>) - Static method in class org.osgl.storage.impl.SObject
 
lazyLoad(String, IStorageService, String...) - Static method in class org.osgl.storage.impl.SObject
 
loadBuf() - Method in class org.osgl.storage.impl.StorageObject
 
loadContent(ISObject) - Method in class org.osgl.storage.impl.StorageServiceBase
 
loadContent(ISObject) - Method in interface org.osgl.storage.IStorageService
Load content of an sobject.
loadResource(String) - Static method in class org.osgl.storage.impl.SObject
Load an sobject from classpath by given url path
logger - Static variable in class org.osgl.storage.impl.StorageServiceBase
 

M

mimeType(File) - Static method in class org.osgl.storage.util.MimeTypes
 
mimeType(String) - Static method in class org.osgl.storage.util.MimeTypes
 
MimeTypes - Class in org.osgl.storage.util
 
MimeTypes() - Constructor for class org.osgl.storage.util.MimeTypes
 

N

newKeyName() - Method in interface org.osgl.storage.KeyNameProvider
Returns a unique key name.
newService(Map<String, String>) - Method in class org.osgl.storage.impl.AzureService
 
newService(Map<String, String>) - Method in class org.osgl.storage.impl.FileSystemService
 
newService(Map) - Method in class org.osgl.storage.impl.S3Service
 
newService(Map<String, String>) - Method in class org.osgl.storage.impl.StorageServiceBase
 
newSObject(String) - Method in class org.osgl.storage.impl.AzureService
 
newSObject(String) - Method in class org.osgl.storage.impl.FileSystemService
 
newSObject(String) - Method in class org.osgl.storage.impl.S3Service
 
newSObject(String) - Method in class org.osgl.storage.impl.StorageServiceBase
 

O

of(File) - Static method in class org.osgl.storage.impl.SObject
Construct an SObject with file specified.
of(String, File) - Static method in class org.osgl.storage.impl.SObject
Construct an SObject with key and file specified
of(String, File, Map<String, String>) - Static method in class org.osgl.storage.impl.SObject
Construct an SObject with specified key, file and attributes specified in Map
of(String, File, String...) - Static method in class org.osgl.storage.impl.SObject
Construct an SObject with key, file and attributes specified in key1, val1, key2, val2… sequence
of(InputStream) - Static method in class org.osgl.storage.impl.SObject
Construct an sobject with specified input stream and a randomly generated key.
of(String, InputStream) - Static method in class org.osgl.storage.impl.SObject
Construct an SObject with key and input stream.
of(String, InputStream, Map<String, String>) - Static method in class org.osgl.storage.impl.SObject
Construct a sobject with key, input stream and attributes specified in a Map.
of(String, InputStream, String...) - Static method in class org.osgl.storage.impl.SObject
Construct a sobject with key, input stream and attributes specified in a sequence like key1, val1, key2, val2, …
of(String) - Static method in class org.osgl.storage.impl.SObject
Construct an sobject with specified content in String and a randomly generated key
of(String, String) - Static method in class org.osgl.storage.impl.SObject
Construct an sobject with content and key specified
of(String, String, Map<String, String>) - Static method in class org.osgl.storage.impl.SObject
Construct an sobject with content, key and attributes specified in Map
of(String, String, String...) - Static method in class org.osgl.storage.impl.SObject
Construct an sobject with key, content and attributes specified in sequence key1, val1, key2, val2, …
of(byte[]) - Static method in class org.osgl.storage.impl.SObject
Construct an sobject with content in byte array and a random generated key
of(String, byte[]) - Static method in class org.osgl.storage.impl.SObject
Construct an sobject with specified key and byte array.
of(byte[], int) - Static method in class org.osgl.storage.impl.SObject
Construct an SObject with random generated key, byte array and number of bytes
of(String, byte[], int) - Static method in class org.osgl.storage.impl.SObject
Construct an SObject with specified key, byte array and number of bytes
of(String, byte[], Map<String, String>) - Static method in class org.osgl.storage.impl.SObject
Construct an sobject with specified key, content as byte array and attributes in Map
of(String, byte[], String...) - Static method in class org.osgl.storage.impl.SObject
Construct an sobject with specified key, content in byte array and attributes in sequence of key1, val1, key1, val2, …
org.osgl.storage - package org.osgl.storage
 
org.osgl.storage.impl - package org.osgl.storage.impl
 
org.osgl.storage.spring - package org.osgl.storage.spring
 
org.osgl.storage.util - package org.osgl.storage.util
 

P

put(String, ISObject) - Method in class org.osgl.storage.impl.StorageServiceBase
 
put(String, ISObject, IStorageService) - Static method in class org.osgl.storage.IStorageService.f
 
put() - Static method in class org.osgl.storage.IStorageService.f
 
put(String, ISObject) - Method in interface org.osgl.storage.IStorageService
Update the stuff in the storage.

R

remove(String) - Method in class org.osgl.storage.impl.StorageServiceBase
 
remove(String, IStorageService) - Static method in class org.osgl.storage.IStorageService.f
 
remove() - Static method in class org.osgl.storage.IStorageService.f
 
remove(String) - Method in interface org.osgl.storage.IStorageService
Remove the file from the storage by key and return it to caller.
root() - Method in class org.osgl.storage.impl.FileSystemService
 

S

s3 - Static variable in class org.osgl.storage.impl.S3Service
 
S3Service - Class in org.osgl.storage.impl
Implement IStorageService on Amazon S3
S3Service(Map<String, String>) - Constructor for class org.osgl.storage.impl.S3Service
 
S3Service.StorageClass - Enum in org.osgl.storage.impl
 
S3ServiceConfigurer - Class in org.osgl.storage.spring
 
S3ServiceConfigurer() - Constructor for class org.osgl.storage.spring.S3ServiceConfigurer
 
setAttribute(String, String) - Method in class org.osgl.storage.impl.SObject
 
setAttribute(String, String) - Method in interface org.osgl.storage.ISObject
Set an attribute to the storage object associated by key specified.
setAttributes(Map<String, String>) - Method in class org.osgl.storage.impl.SObject
 
setAttributes(Map<String, String>) - Method in interface org.osgl.storage.ISObject
Set attributes to the storage object
setAttrs(Map<String, String>) - Method in class org.osgl.storage.impl.SObject
 
setAwsKeyId(String) - Method in class org.osgl.storage.spring.S3ServiceConfigurer
 
setAwsKeySecret(String) - Method in class org.osgl.storage.spring.S3ServiceConfigurer
 
setBucket(String) - Method in class org.osgl.storage.spring.S3ServiceConfigurer
 
setContentType(String) - Method in class org.osgl.storage.impl.SObject
 
setContentType(String) - Method in interface org.osgl.storage.ISObject
Set content type attribute
setDefStorageClass(S3Service.StorageClass) - Method in class org.osgl.storage.spring.S3ServiceConfigurer
 
setFilename(String) - Method in class org.osgl.storage.impl.SObject
 
setFilename(String) - Method in interface org.osgl.storage.ISObject
Set filename attribute
setGetMetaOnly(boolean) - Method in class org.osgl.storage.spring.S3ServiceConfigurer
 
setHomeDir(Resource) - Method in class org.osgl.storage.spring.FileSystemServiceConfigurer
 
setHomeUrl(String) - Method in class org.osgl.storage.spring.FileSystemServiceConfigurer
 
setKeyGenerator(KeyGenerator) - Method in class org.osgl.storage.impl.StorageServiceBase
Allow framework to set the KeyGenerator directly
setKeyGenerator(KeyGenerator) - Method in class org.osgl.storage.spring.StorageServiceConfigurerBase
 
setKeyNameProvider(KeyNameProvider) - Method in class org.osgl.storage.impl.StorageServiceBase
Allow framework to set the KeyNameProvider directly
setNoGet(boolean) - Method in class org.osgl.storage.spring.S3ServiceConfigurer
 
setStaticWebEndPoint(String) - Method in class org.osgl.storage.spring.S3ServiceConfigurer
 
SObject - Class in org.osgl.storage.impl
The implementation of ISObject
StorageObject<TYPE extends StorageObject,SVC extends StorageServiceBase<TYPE>> - Class in org.osgl.storage.impl
 
StorageServiceBase<SOBJ_TYPE extends SObject> - Class in org.osgl.storage.impl
The implementation base of IStorageService
StorageServiceBase(Map<String, String>, Class<SOBJ_TYPE>) - Constructor for class org.osgl.storage.impl.StorageServiceBase
 
StorageServiceConfigurer - Interface in org.osgl.storage.spring
Help spring app to configure the IStorageService
StorageServiceConfigurerBase - Class in org.osgl.storage.spring
 
StorageServiceConfigurerBase() - Constructor for class org.osgl.storage.spring.StorageServiceConfigurerBase
 
subFolder(String) - Method in class org.osgl.storage.impl.StorageServiceBase
 
subFolder(String) - Method in interface org.osgl.storage.IStorageService
Returns a storage service whose root is a sub folder of this storage service
subFolders - Variable in class org.osgl.storage.impl.StorageServiceBase
 
suffix() - Method in class org.osgl.storage.impl.SObject
 
svc - Variable in class org.osgl.storage.impl.StorageObject
 

T

tmpl() - Method in enum org.osgl.storage.KeyGenerator.Predefined
 

V

valid - Variable in class org.osgl.storage.impl.SObject
 
valueOf(String) - Static method in enum org.osgl.storage.impl.S3Service.StorageClass
Returns the enum constant of this type with the specified name.
valueOf(String, File) - Static method in class org.osgl.storage.impl.SObject
Deprecated.
valueOf(String, File, Map<String, String>) - Static method in class org.osgl.storage.impl.SObject
Deprecated.
valueOf(String, File, String...) - Static method in class org.osgl.storage.impl.SObject
Deprecated.
valueOf(String, InputStream) - Static method in class org.osgl.storage.impl.SObject
Deprecated.
valueOf(String, InputStream, Map<String, String>) - Static method in class org.osgl.storage.impl.SObject
Deprecated.
valueOf(String, InputStream, String...) - Static method in class org.osgl.storage.impl.SObject
Deprecated.
valueOf(String, String) - Static method in class org.osgl.storage.impl.SObject
Deprecated.
valueOf(String, String, Map<String, String>) - Static method in class org.osgl.storage.impl.SObject
Deprecated.
valueOf(String, String, String...) - Static method in class org.osgl.storage.impl.SObject
Deprecated.
valueOf(String, byte[]) - Static method in class org.osgl.storage.impl.SObject
Deprecated.
valueOf(String, byte[], Map<String, String>) - Static method in class org.osgl.storage.impl.SObject
Deprecated.
valueOf(String, byte[], String...) - Static method in class org.osgl.storage.impl.SObject
Deprecated.
valueOf(String, ISObject) - Static method in class org.osgl.storage.impl.SObject
 
valueOf(String) - Static method in enum org.osgl.storage.KeyGenerator.Predefined
Returns the enum constant of this type with the specified name.
valueOfIgnoreCase(String, S3Service.StorageClass) - Static method in enum org.osgl.storage.impl.S3Service.StorageClass
 
valueOfIgnoreCase(String) - Static method in enum org.osgl.storage.KeyGenerator.Predefined
 
values() - Static method in enum org.osgl.storage.impl.S3Service.StorageClass
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.osgl.storage.KeyGenerator.Predefined
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in interface org.osgl.storage.ISObject
 
VERSION - Static variable in interface org.osgl.storage.IStorageService
 
A B C D F G H I K L M N O P R S T V 

Copyright © 2013–2017 OSGL (Open Source General Library). All rights reserved.