Uses of Interface
com.exasol.bucketfs.uploadnecessity.UploadNecessityCheckStrategy
-
Packages that use UploadNecessityCheckStrategy Package Description com.exasol.bucketfs com.exasol.bucketfs.uploadnecessity -
-
Uses of UploadNecessityCheckStrategy in com.exasol.bucketfs
Methods in com.exasol.bucketfs with parameters of type UploadNecessityCheckStrategy Modifier and Type Method Description voidUnsynchronizedBucket. setUploadNecessityCheckStrategy(UploadNecessityCheckStrategy uploadNecessityCheckStrategy)Set anUploadNecessityCheckStrategy.voidWriteEnabledBucket. setUploadNecessityCheckStrategy(UploadNecessityCheckStrategy uploadNecessityCheckStrategy) -
Uses of UploadNecessityCheckStrategy in com.exasol.bucketfs.uploadnecessity
Classes in com.exasol.bucketfs.uploadnecessity that implement UploadNecessityCheckStrategy Modifier and Type Class Description classChecksumUploadNecessityCheckStrategyThisUploadNecessityCheckStrategycompares 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.classUploadAlwaysStrategyThisUploadNecessityCheckStrategyalways decides to upload the file.
-