Uses of Interface
com.exasol.bucketfs.ReadOnlyBucket
-
Packages that use ReadOnlyBucket Package Description com.exasol.bucketfs -
-
Uses of ReadOnlyBucket in com.exasol.bucketfs
Subinterfaces of ReadOnlyBucket in com.exasol.bucketfs Modifier and Type Interface Description interfaceBucketinterfaceUnsynchronizedBucketInterface 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.Methods in com.exasol.bucketfs with parameters of type ReadOnlyBucket Modifier and Type Method Description booleanBucketFsMonitor. isObjectSynchronized(ReadOnlyBucket bucket, String pathInBucket, Instant afterUTC)Check if the object with the given path is already synchronized.
-