Uses of Class
technology.dice.dicewhere.downloader.md5.MD5Checksum
-
-
Uses of MD5Checksum in technology.dice.dicewhere.downloader.actions
Methods in technology.dice.dicewhere.downloader.actions that return types with arguments of type MD5Checksum Modifier and Type Method Description Optional<MD5Checksum>DownloadExecutionResult. getTargetFileMd5()Constructors in technology.dice.dicewhere.downloader.actions with parameters of type MD5Checksum Constructor Description DownloadExecutionResult(boolean newFileDownloaded, Boolean md5MatchesSource, MD5Checksum targetFileMd5, URI fileLocation, boolean successful) -
Uses of MD5Checksum in technology.dice.dicewhere.downloader.destination
Methods in technology.dice.dicewhere.downloader.destination that return types with arguments of type MD5Checksum Modifier and Type Method Description Optional<MD5Checksum>FileAcceptor. existingFileMd5()Methods in technology.dice.dicewhere.downloader.destination with parameters of type MD5Checksum Modifier and Type Method Description StreamConsumer<T>FileAcceptor. getStreamConsumer(MD5Checksum originalFileMd5, Instant originalFileTimestamp, boolean noMd5Check) -
Uses of MD5Checksum in technology.dice.dicewhere.downloader.destination.local
Methods in technology.dice.dicewhere.downloader.destination.local that return types with arguments of type MD5Checksum Modifier and Type Method Description Optional<MD5Checksum>LocalFileAcceptor. existingFileMd5()Methods in technology.dice.dicewhere.downloader.destination.local with parameters of type MD5Checksum Modifier and Type Method Description StreamConsumer<Void>LocalFileAcceptor. getStreamConsumer(MD5Checksum originalFileMd5, Instant originalFileTimestamp, boolean noMd5Check) -
Uses of MD5Checksum in technology.dice.dicewhere.downloader.destination.s3
Methods in technology.dice.dicewhere.downloader.destination.s3 that return types with arguments of type MD5Checksum Modifier and Type Method Description Optional<MD5Checksum>S3FileAcceptor. existingFileMd5()Methods in technology.dice.dicewhere.downloader.destination.s3 with parameters of type MD5Checksum Modifier and Type Method Description StreamConsumer<Void>S3FileAcceptor. getStreamConsumer(MD5Checksum originalFileMd5, Instant originalFileTimestamp, boolean noMd5Check) -
Uses of MD5Checksum in technology.dice.dicewhere.downloader.files
Methods in technology.dice.dicewhere.downloader.files that return MD5Checksum Modifier and Type Method Description MD5ChecksumFileInfo. getMd5Checksum()MD5ChecksumS3FileInfo. getMd5Checksum()MD5ChecksumUrlFileInfo. getMd5Checksum()Constructors in technology.dice.dicewhere.downloader.files with parameters of type MD5Checksum Constructor Description S3FileInfo(String bucket, String key, Instant timestamp, MD5Checksum md5, long size)UrlFileInfo(URL location, String fileName, Instant timestamp, MD5Checksum md5Checksum, long size) -
Uses of MD5Checksum in technology.dice.dicewhere.downloader.md5
Methods in technology.dice.dicewhere.downloader.md5 that return MD5Checksum Modifier and Type Method Description static MD5ChecksumMD5Checksum. of(String md5)Methods in technology.dice.dicewhere.downloader.md5 with parameters of type MD5Checksum Modifier and Type Method Description booleanMD5Checksum. matches(MD5Checksum md5)Constructors in technology.dice.dicewhere.downloader.md5 with parameters of type MD5Checksum Constructor Description MD5ChecksumResult(MD5Checksum originalChecksum, MD5Checksum processedChecksum) -
Uses of MD5Checksum in technology.dice.dicewhere.downloader.source
Methods in technology.dice.dicewhere.downloader.source that return MD5Checksum Modifier and Type Method Description MD5ChecksumBaseUrlSource. produce(FileAcceptor acceptor, boolean noMd5Check)MD5ChecksumFileSource. produce(FileAcceptor consumer, boolean noMd5Check) -
Uses of MD5Checksum in technology.dice.dicewhere.downloader.source.s3
Methods in technology.dice.dicewhere.downloader.source.s3 that return MD5Checksum Modifier and Type Method Description MD5ChecksumS3Source. produce(FileAcceptor consumer, boolean noMd5Check) -
Uses of MD5Checksum in technology.dice.dicewhere.downloader.stream
Methods in technology.dice.dicewhere.downloader.stream that return MD5Checksum Modifier and Type Method Description MD5ChecksumStreamWithMD5Decorator. md5()
-