public class DatabaseStorageService extends Object implements StorageService
| Constructor and Description |
|---|
DatabaseStorageService() |
| Modifier and Type | Method and Description |
|---|---|
Stream<AbsoluteLocation<ResolvedResource>> |
list(AbsoluteLocation location) |
boolean |
objectExists(AbsoluteLocation location) |
InputStream |
read(AbsoluteLocation location) |
void |
remove(AbsoluteLocation location) |
OutputStream |
write(WithCallback<AbsoluteLocation,? extends ResourceWriteCallback> locationWithCallback) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflushChunkSizepublic boolean objectExists(AbsoluteLocation location)
objectExists in interface StorageCheckServicepublic Stream<AbsoluteLocation<ResolvedResource>> list(AbsoluteLocation location)
list in interface StorageListServicepublic InputStream read(AbsoluteLocation location)
read in interface StorageReadServicepublic void remove(AbsoluteLocation location)
remove in interface StorageRemoveServicepublic OutputStream write(WithCallback<AbsoluteLocation,? extends ResourceWriteCallback> locationWithCallback)
write in interface StorageWriteServiceCopyright © 2019. All rights reserved.