public class RegexDelegatingStorage extends BaseDelegatingStorage
| Constructor and Description |
|---|
RegexDelegatingStorage(Map<Pattern,StorageService> storageByPattern)
Registers declared storage providers
|
| Modifier and Type | Method and Description |
|---|---|
protected StorageService |
service(AbsoluteLocation location) |
list, objectExists, read, remove, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflushChunkSizepublic RegexDelegatingStorage(Map<Pattern,StorageService> storageByPattern)
storageByPattern - Storage operation handler by its matching regex.protected StorageService service(AbsoluteLocation location)
service in class BaseDelegatingStorageCopyright © 2020. All rights reserved.