Uses of Interface
com.exasol.bucketfs.ReadOnlyBucket
-
Packages that use ReadOnlyBucket Package Description com.exasol.bucketfs com.exasol.bucketfs.monitor com.exasol.bucketfs.uploadnecessity -
-
Uses of ReadOnlyBucket in com.exasol.bucketfs
Subinterfaces of ReadOnlyBucket in com.exasol.bucketfs Modifier and Type Interface Description interfaceBucketInterface for accessing BucketFS buckets.interfaceUnsynchronizedBucketInterface for write access to a bucket in Bucket FS.Classes in com.exasol.bucketfs that implement ReadOnlyBucket Modifier and Type Class Description classReadEnabledBucketBucket that support read access like listing contents and downloading files.classSyncAwareBucketAn abstraction for a bucket inside Exasol's BucketFS.classWriteEnabledBucketAn abstraction for a bucket inside Exasol's BucketFS.Methods in com.exasol.bucketfs that return ReadOnlyBucket Modifier and Type Method Description ReadOnlyBucketReadEnabledBucket.Builder. build()Build a newReadEnabledBucketinstance. -
Uses of ReadOnlyBucket in com.exasol.bucketfs.monitor
Methods in com.exasol.bucketfs.monitor with parameters of type ReadOnlyBucket Modifier and Type Method Description booleanBucketFsMonitor. isObjectSynchronized(ReadOnlyBucket bucket, String pathInBucket, BucketFsMonitor.State state)Check if the object with the given path is already synchronized. -
Uses of ReadOnlyBucket in com.exasol.bucketfs.uploadnecessity
Methods in com.exasol.bucketfs.uploadnecessity with parameters of type ReadOnlyBucket Modifier and Type Method Description StringChecksumUploadNecessityCheckStrategy. getSha512Checksum(String fileInBucketFs, ReadOnlyBucket bucket)Get the SHA-512-checksum of a file in BucketFS.booleanChecksumUploadNecessityCheckStrategy. isUploadNecessary(Path file, String fullFileNameInBucketFs, ReadOnlyBucket bucket)booleanUploadAlwaysStrategy. isUploadNecessary(Path file, String fullFileNameInBucketFs, ReadOnlyBucket bucket)booleanUploadNecessityCheckStrategy. isUploadNecessary(Path file, String fullFileNameInBucketFs, ReadOnlyBucket bucket)Decide if it is necessary to upload a file to BucketFS.
-