Uses of Record Class
ch.rswk.meta.engine.FileService.PendingUpload
Packages that use FileService.PendingUpload
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of FileService.PendingUpload in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine with type parameters of type FileService.PendingUploadModifier and TypeFieldDescriptionprivate com.github.benmanes.caffeine.cache.Cache
<String, FileService.PendingUpload> FileService.uploadCache
Methods in ch.rswk.meta.engine with parameters of type FileService.PendingUploadModifier and TypeMethodDescriptionprivate void
FileService.cancelUpload
(FileService.PendingUpload pendingUpload) private void
FileService.cleanupUpload
(FileService.PendingUpload pendingUpload) private com.google.common.util.concurrent.ListenableFuture
<Void> FileService.completeUpload
(FileService.PendingUpload pendingUpload)