| Modifier and Type | Method and Description |
|---|---|
Optional<MD5Checksum> |
DownloadExecutionResult.getTargetFileMd5() |
| Constructor and Description |
|---|
DownloadExecutionResult(boolean newFileDownloaded,
Boolean md5MatchesSource,
MD5Checksum targetFileMd5,
URI fileLocation,
boolean successful) |
| Constructor and Description |
|---|
DownloadExecutionResult(boolean newFileDownloaded,
Optional<Boolean> md5MatchesSource,
Optional<MD5Checksum> targetFileMd5,
URI fileLocation,
boolean successful) |
| Modifier and Type | Method and Description |
|---|---|
Optional<MD5Checksum> |
FileAcceptor.existingFileMd5() |
| Modifier and Type | Method and Description |
|---|---|
StreamConsumer<T> |
FileAcceptor.getStreamConsumer(MD5Checksum originalFileMd5,
Instant originalFileTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
Optional<MD5Checksum> |
LocalFileAcceptor.existingFileMd5() |
| Modifier and Type | Method and Description |
|---|---|
StreamConsumer<Void> |
LocalFileAcceptor.getStreamConsumer(MD5Checksum originalFileMd5,
Instant originalFileTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
Optional<MD5Checksum> |
S3FileAcceptor.existingFileMd5() |
| Modifier and Type | Method and Description |
|---|---|
StreamConsumer<Void> |
S3FileAcceptor.getStreamConsumer(MD5Checksum originalFileMd5,
Instant originalFileTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
MD5Checksum |
UrlFileInfo.getMd5Checksum() |
MD5Checksum |
S3FileInfo.getMd5Checksum() |
MD5Checksum |
FileInfo.getMd5Checksum() |
| Constructor and Description |
|---|
S3FileInfo(String bucket,
String key,
Instant timestamp,
MD5Checksum md5,
long size) |
UrlFileInfo(URL location,
String fileName,
Instant timestamp,
MD5Checksum md5Checksum,
long size) |
| Modifier and Type | Method and Description |
|---|---|
static MD5Checksum |
MD5Checksum.of(String md5) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MD5Checksum.matches(MD5Checksum md5) |
| Constructor and Description |
|---|
MD5ChecksumResult(MD5Checksum originalChecksum,
MD5Checksum processedChecksum) |
| Modifier and Type | Method and Description |
|---|---|
MD5Checksum |
FileSource.produce(FileAcceptor consumer) |
| Modifier and Type | Method and Description |
|---|---|
MD5Checksum |
MaxmindSiteSource.produce(FileAcceptor acceptor) |
| Modifier and Type | Method and Description |
|---|---|
MD5Checksum |
S3Source.produce(FileAcceptor consumer) |
| Modifier and Type | Method and Description |
|---|---|
MD5Checksum |
StreamWithMD5Decorator.md5() |
Copyright © 2021. All rights reserved.