Uses of Interface
me.desair.tus.server.upload.UploadLockingService
Package
Description
-
Uses of UploadLockingService in me.desair.tus.server
Modifier and TypeMethodDescriptionTusFileUploadService.withUploadLockingService
(UploadLockingService uploadLockingService) Provide a customUploadLockingService
implementation that should be used when processing uploads. -
Uses of UploadLockingService in me.desair.tus.server.upload
Modifier and TypeMethodDescriptionvoid
UploadStorageService.cleanupExpiredUploads
(UploadLockingService uploadLockingService) Clean up any upload data that is expired according to the configured expiration time. -
Uses of UploadLockingService in me.desair.tus.server.upload.cache
Modifier and TypeClassDescriptionclass
Combined implementation ofUploadStorageService
andUploadLockingService
.Modifier and TypeMethodDescriptionvoid
ThreadLocalCachedStorageAndLockingService.cleanupExpiredUploads
(UploadLockingService uploadLockingService) ModifierConstructorDescriptionThreadLocalCachedStorageAndLockingService
(UploadStorageService storageServiceDelegate, UploadLockingService lockingServiceDelegate) Constructor of ThreadLocalCachedStorageAndLockingService. -
Uses of UploadLockingService in me.desair.tus.server.upload.disk
Modifier and TypeClassDescriptionclass
UploadLockingService
implementation that uses the file system for implementing locking
File locking can also apply to shared network drives.Modifier and TypeMethodDescriptionvoid
DiskStorageService.cleanupExpiredUploads
(UploadLockingService uploadLockingService)