| Class | Description |
|---|---|
| AbstractDiskBasedService |
Common abstract super class to implement service that use the disk file system
|
| DiskLockingService |
UploadLockingService implementation that uses the file system for implementing locking
File locking can also apply to shared network drives. |
| DiskStorageService |
Implementation of
UploadStorageService that implements storage on disk |
| ExpiredUploadFilter |
Directory stream filter that only accepts uploads that are still in progress and expired
|
| FileBasedLock |
Upload locking implementation using the file system file locking mechanism.
|
| Exception | Description |
|---|---|
| StoragePathNotAvailableException |
Exception thrown when the disk storage path cannot be read or created.
|
Copyright © 2023. All rights reserved.