Uses of Class
se.datadosen.jalbum.OperationAbortedException
Packages that use OperationAbortedException
-
Uses of OperationAbortedException in net.jalbum.util
Methods in net.jalbum.util that throw OperationAbortedException -
Uses of OperationAbortedException in se.datadosen.jalbum
Subclasses of OperationAbortedException in se.datadosen.jalbumMethods in se.datadosen.jalbum that throw OperationAbortedExceptionModifier and TypeMethodDescriptionVideoProcessor.createThumbnailFile(File inputVideo, File outputFile) VideoProcessor.createThumbnailFile(File inputVideo, File outputFile, int secsFromStart) VideoProcessor.createThumbnailFile(File inputVideo, File outputFile, TimeCode timeFromStart) static longJAlbumUtilities.deepLastModified(AlbumObject folder, ForkJoinPool pool) Variant of deepLastModified accepting a ForkJoinPool to control parallelism, isolation and abortion of long running calculation.voidUploadBean.downloadFile(RemoteFSNode node, File destination) voidUploadBean.downloadFiles(String remotePath, File destination) voidAlbumBean.init()AlbumBean.makeAlbum()Generate a web album.AlbumEngine.makeAlbum()Generate a web album.VideoProcessor.processVideo(File inputVideo, Orientation orientation, File outputDir) VideoProcessor.processVideo(File inputVideo, Orientation orientation, TimeCode clipStart, TimeCode clipLength, File outputDir) voidFileCopier.ProgressMonitor.progress(long count) AlbumBean.smartMakeAlbum()Make album but let jAlbum decide whether to make all or changesAlbumEngine.smartMakeAlbum()Make album but let jAlbum decide whether to make all or changesUploadBean.uploadAlbum(AlbumBean engine, boolean fullUpdate, Set<File> localAlbumFiles, NavigableSet<RemoteFile> existingFiles) voidUploadBean.uploadFiles(File[] filesDirs, String remotePath) -
Uses of OperationAbortedException in se.datadosen.jalbum.io
Methods in se.datadosen.jalbum.io that throw OperationAbortedExceptionModifier and TypeMethodDescriptionlongFileTreeProcessor.getTotalByteSize()Mainly here to demo the strength of the process call<R> RClever stream processing that uses a parallel stream that uses its own auto-closing pool of 8 threads (per default) -
Uses of OperationAbortedException in se.datadosen.util
Methods in se.datadosen.util that throw OperationAbortedExceptionModifier and TypeMethodDescriptionstatic FileIO.zip(File f, FileFilter filter) Zip a file or folder to destination file.static voidIO.zip(File f, File zipFile, FileFilter filter) Zip a file or folder to destination file