- 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
-