Package com.exasol.bucketfs
-
Interface Summary Interface Description Bucket Interface for accessing BucketFS buckets.BucketFactory Common interface for factories producingBucketinstances.BucketFsMonitor Monitor that watches the synchronization of objects in BucketFS.BucketFsSerivceConfigurationProvider Interface for objects that can provide the configuration of a BucketFS service.ReadOnlyBucket Interface for read-only bucket access.UnsynchronizedBucket Interface for write access to a bucket in Bucket FS. -
Class Summary Class Description BucketConstants BucketFS constants.ClusterConfigurationBucketFactory Factory for objects abstracting buckets in Exasol's BucketFS.ReadEnabledBucket Bucket that support read access like listing contents and downloading files.ReadEnabledBucket.Builder<T extends ReadEnabledBucket.Builder<T>> Builder forReadEnabledBucketobjects.SyncAwareBucket An abstraction for a bucket inside Exasol's BucketFS.SyncAwareBucket.Builder<T extends SyncAwareBucket.Builder<T>> Builder forSyncAwareBucketobjects.UploadResult This class contains the result of an upload operation.WriteEnabledBucket An abstraction for a bucket inside Exasol's BucketFS.WriteEnabledBucket.Builder<T extends WriteEnabledBucket.Builder<T>> Builder forWriteEnabledBucketobjects. -
Enum Summary Enum Description BucketOperation Types of operations a bucket supports. -
Exception Summary Exception Description BucketAccessException Exception for problems when accessing buckets or their contents in Exasol's BucketFS.