Package com.exasol.bucketfs.uploadnecessity
-
Interface Summary Interface Description UploadNecessityCheckStrategy This is an interface for strategies that decide if it necessary to upload a file to BucketFS. -
Class Summary Class Description ChecksumUploadNecessityCheckStrategy ThisUploadNecessityCheckStrategycompares the checksum of the local file and the file on BucketFS and only uploads the file if the checksums differ or if the file does not exist in BucketFS.UploadAlwaysStrategy ThisUploadNecessityCheckStrategyalways decides to upload the file.