| Package | Description |
|---|---|
| org.osgl.storage | |
| org.osgl.storage.impl | |
| org.osgl.storage.spring |
| Modifier and Type | Method and Description |
|---|---|
IStorageService |
IStorageService.subFolder(String path)
Returns a storage service whose root is a sub folder of this storage service
|
| Modifier and Type | Method and Description |
|---|---|
static org.osgl.Osgl.F2<String,IStorageService,ISObject> |
IStorageService.f.get() |
static org.osgl.Osgl.F3<String,ISObject,IStorageService,Void> |
IStorageService.f.put() |
static org.osgl.Osgl.F2<String,IStorageService,Void> |
IStorageService.f.remove() |
| Modifier and Type | Method and Description |
|---|---|
static org.osgl.Osgl.F0<ISObject> |
IStorageService.f.get(String key,
IStorageService ss) |
static org.osgl.Osgl.F0<Void> |
IStorageService.f.put(String key,
ISObject stuff,
IStorageService ss) |
static org.osgl.Osgl.F0<Void> |
IStorageService.f.remove(String key,
IStorageService ss) |
| Modifier and Type | Class and Description |
|---|---|
class |
AzureService |
class |
BlobService
Deprecated.
|
class |
FileSystemService |
class |
S3Service
Implement
IStorageService on Amazon S3 |
class |
StorageServiceBase<SOBJ_TYPE extends SObject>
The implementation base of
IStorageService |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,IStorageService> |
StorageServiceBase.subFolders |
| Modifier and Type | Method and Description |
|---|---|
protected IStorageService |
StorageServiceBase.createSubFolder(String path) |
IStorageService |
StorageServiceBase.subFolder(String path) |
| Modifier and Type | Method and Description |
|---|---|
static SObject |
SObject.lazyLoad(String key,
IStorageService ss) |
static SObject |
SObject.lazyLoad(String key,
IStorageService ss,
Map<String,String> conf) |
static SObject |
SObject.lazyLoad(String key,
IStorageService ss,
String... attrs) |
| Modifier and Type | Method and Description |
|---|---|
IStorageService |
StorageServiceConfigurer.getStorageService() |
IStorageService |
S3ServiceConfigurer.getStorageService() |
IStorageService |
FileSystemServiceConfigurer.getStorageService() |
Copyright © 2013–2017 OSGL (Open Source General Library). All rights reserved.