| Bucket |
Interface for accessing BucketFS buckets.
|
| BucketAccessException |
Exception for problems when accessing buckets or their contents in Exasol's BucketFS.
|
| BucketFactory |
Common interface for factories producing Bucket instances.
|
| BucketFsSerivceConfigurationProvider |
Interface for objects that can provide the configuration of a BucketFS service.
|
| BucketOperation |
Types of operations a bucket supports.
|
| ReadEnabledBucket |
Bucket that support read access like listing contents and downloading files.
|
| ReadEnabledBucket.Builder |
|
| ReadOnlyBucket |
Interface for read-only bucket access.
|
| SyncAwareBucket |
An abstraction for a bucket inside Exasol's BucketFS.
|
| SyncAwareBucket.Builder |
|
| UnsynchronizedBucket |
Interface for write access to a bucket in Bucket FS.
|
| UploadResult |
This class contains the result of an upload operation.
|
| WriteEnabledBucket |
An abstraction for a bucket inside Exasol's BucketFS.
|
| WriteEnabledBucket.Builder |
|