| Package | Description |
|---|---|
| me.desair.tus.server | |
| me.desair.tus.server.upload | |
| me.desair.tus.server.upload.cache | |
| me.desair.tus.server.upload.disk |
| Modifier and Type | Method and Description |
|---|---|
TusFileUploadService |
TusFileUploadService.withUploadLockingService(UploadLockingService uploadLockingService)
Provide a custom
UploadLockingService implementation that should be used when processing uploads. |
| Modifier and Type | Method and Description |
|---|---|
void |
UploadStorageService.cleanupExpiredUploads(UploadLockingService uploadLockingService)
Clean up any upload data that is expired according to the configured expiration time
|
| Modifier and Type | Class and Description |
|---|---|
class |
ThreadLocalCachedStorageAndLockingService
Combined implementation of
UploadStorageService and UploadLockingService. |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadLocalCachedStorageAndLockingService.cleanupExpiredUploads(UploadLockingService uploadLockingService) |
| Constructor and Description |
|---|
ThreadLocalCachedStorageAndLockingService(UploadStorageService storageServiceDelegate,
UploadLockingService lockingServiceDelegate) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiskLockingService
UploadLockingService implementation that uses the file system for implementing locking
File locking can also apply to shared network drives. |
| Modifier and Type | Method and Description |
|---|---|
void |
DiskStorageService.cleanupExpiredUploads(UploadLockingService uploadLockingService) |
Copyright © 2019. All rights reserved.