A B C D E G H I J L M N P R S T U V W 
All Classes All Packages

A

accepts(BucketFsMonitor.State) - Method in interface com.exasol.bucketfs.monitor.BucketFsMonitor.State
 
addBucketConfiguration(BucketConfiguration) - Method in class com.exasol.config.BucketFsServiceConfiguration.Builder
Add the configuration of a bucket.

B

basicAuthentication(String, String) - Method in class com.exasol.bucketfs.jsonrpc.CommandFactory.Builder
Authenticate via basic authentication.
bearerTokenAuthentication(String) - Method in class com.exasol.bucketfs.jsonrpc.CommandFactory.Builder
Authenticate via the given bearer token.
Bucket - Interface in com.exasol.bucketfs
Interface for accessing BucketFS buckets.
BucketAccessException - Exception in com.exasol.bucketfs
Exception for problems when accessing buckets or their contents in Exasol's BucketFS.
BucketAccessException(String) - Constructor for exception com.exasol.bucketfs.BucketAccessException
Create a new instance of a BucketAccessException.
BucketAccessException(String, int, URI) - Constructor for exception com.exasol.bucketfs.BucketAccessException
Create a new instance of a BucketAccessException.
BucketAccessException(String, Throwable) - Constructor for exception com.exasol.bucketfs.BucketAccessException
Create a new instance of a BucketAccessException.
BucketAccessException(String, URI, Throwable) - Constructor for exception com.exasol.bucketfs.BucketAccessException
Create a new instance of a BucketAccessException.
BucketConfiguration - Class in com.exasol.config
Configuration parameters of a bucket in BucketFS.
BucketConfiguration.Builder - Class in com.exasol.config
Builder for BucketConfiguration instances.
BucketConstants - Class in com.exasol.bucketfs
BucketFS constants.
BucketContentLister - Class in com.exasol.bucketfs.list
This class enables to list the contents of a directory in a bucket.
BucketContentLister(URI, ListingRetriever, String) - Constructor for class com.exasol.bucketfs.list.BucketContentLister
Create a new instance of BucketContentLister.
BucketFactory - Interface in com.exasol.bucketfs
Common interface for factories producing Bucket instances.
BucketFsMonitor - Interface in com.exasol.bucketfs.monitor
Monitor that watches the synchronization of objects in BucketFS.
BucketFsMonitor.State - Interface in com.exasol.bucketfs.monitor
A BucketFsMonitor.State allows to detect events more precisely.
BucketFsMonitor.StateRetriever - Interface in com.exasol.bucketfs.monitor
Retrieves the initial state before an update operation.
bucketFsName(String) - Method in class com.exasol.bucketfs.jsonrpc.CreateBucketCommand.CreateBucketCommandBuilder
Set the name of the BucketFS in which to create the bucket, e.g.
bucketFsServiceConfiguration(BucketFsServiceConfiguration) - Method in class com.exasol.config.BucketConfiguration.Builder
Link to the configuration of the parent BucketFS service.
BucketFsServiceConfiguration - Class in com.exasol.config
Configuration parameters for a BucketFS service (aka.
BucketFsServiceConfiguration.Builder - Class in com.exasol.config
Builder for BucketFsServiceConfiguration instances.
BucketFsServiceConfigurationProvider - Interface in com.exasol.bucketfs
Interface for objects that can provide the configuration of a BucketFS service.
bucketName - Variable in class com.exasol.bucketfs.ReadEnabledBucket
bucket name
bucketName(String) - Method in class com.exasol.bucketfs.jsonrpc.CreateBucketCommand.CreateBucketCommandBuilder
Set the name of bucket to create.
BucketOperation - Enum in com.exasol.bucketfs
Types of operations a bucket supports.
BucketService - Class in com.exasol.bucketfs.list
This class enables to retrieve a list of buckets.
BucketService(URI, ListingRetriever) - Constructor for class com.exasol.bucketfs.list.BucketService
Create a new instance of BucketService.
build() - Method in class com.exasol.bucketfs.http.HttpClientBuilder
Creates a new HttpClient using the specified configuration.
build() - Method in class com.exasol.bucketfs.jsonrpc.CommandFactory.Builder
Build a new CommandFactory.
build() - Method in class com.exasol.bucketfs.ReadEnabledBucket.Builder
Build a new ReadEnabledBucket instance.
build() - Method in class com.exasol.bucketfs.SyncAwareBucket.Builder
Build a new SyncAwareBucket instance.
build() - Method in class com.exasol.bucketfs.WriteEnabledBucket.Builder
Build a new WriteEnabledBucket instance.
build() - Method in class com.exasol.config.BucketConfiguration.Builder
Create a new instance of a BucketConfiguration.
build() - Method in class com.exasol.config.BucketFsServiceConfiguration.Builder
Create a new instance of a BucketConfiguration.
builder() - Static method in class com.exasol.bucketfs.jsonrpc.CommandFactory
Create a new builder for CommandFactory.
builder() - Static method in class com.exasol.bucketfs.ReadEnabledBucket
Returns a builder.
builder() - Static method in class com.exasol.bucketfs.SyncAwareBucket
Create builder for a SyncAwareBucket.
builder() - Static method in class com.exasol.bucketfs.WriteEnabledBucket
Create builder for a WriteEnabledBucket.
builder() - Static method in class com.exasol.config.BucketConfiguration
Get a builder for a BucketConfiguration.
builder() - Static method in class com.exasol.config.BucketFsServiceConfiguration
Get a builder for a BucketFsServiceConfiguration.
Builder() - Constructor for class com.exasol.bucketfs.ReadEnabledBucket.Builder
Create a new instance of ReadEnabledBucket.Builder.
Builder() - Constructor for class com.exasol.bucketfs.SyncAwareBucket.Builder
 
Builder() - Constructor for class com.exasol.bucketfs.WriteEnabledBucket.Builder
 
Builder() - Constructor for class com.exasol.config.BucketConfiguration.Builder
 
Builder() - Constructor for class com.exasol.config.BucketFsServiceConfiguration.Builder
 

C

certificate(X509Certificate) - Method in class com.exasol.bucketfs.http.HttpClientBuilder
Use the given certificate for TLS connections.
certificate(X509Certificate) - Method in class com.exasol.bucketfs.jsonrpc.CommandFactory.Builder
Use the given certificate for TLS connections.
certificate(X509Certificate) - Method in class com.exasol.bucketfs.ReadEnabledBucket.Builder
Use the given certificate for TLS connections.
ChecksumUploadNecessityCheckStrategy - Class in com.exasol.bucketfs.uploadnecessity
This UploadNecessityCheckStrategy compares 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.
ChecksumUploadNecessityCheckStrategy(Connection) - Constructor for class com.exasol.bucketfs.uploadnecessity.ChecksumUploadNecessityCheckStrategy
Create a new instance of ChecksumUploadNecessityCheckStrategy.
com.exasol.bucketfs - package com.exasol.bucketfs
 
com.exasol.bucketfs.http - package com.exasol.bucketfs.http
 
com.exasol.bucketfs.jsonrpc - package com.exasol.bucketfs.jsonrpc
 
com.exasol.bucketfs.list - package com.exasol.bucketfs.list
 
com.exasol.bucketfs.monitor - package com.exasol.bucketfs.monitor
 
com.exasol.bucketfs.uploadnecessity - package com.exasol.bucketfs.uploadnecessity
 
com.exasol.config - package com.exasol.config
 
CommandFactory - Class in com.exasol.bucketfs.jsonrpc
Create commands that can be executed against the Exasol RPC interface.
CommandFactory.Builder - Class in com.exasol.bucketfs.jsonrpc
Builder for a CommandFactory.
CreateBucketCommand - Class in com.exasol.bucketfs.jsonrpc
This command creates a new bucket in BucketFS.
CreateBucketCommand.CreateBucketCommandBuilder - Class in com.exasol.bucketfs.jsonrpc
A builder for new CreateBucketCommand.
CreateBucketCommand.Request - Class in com.exasol.bucketfs.jsonrpc
This class represents the create bucket request to the JSON rpc API of the Exasol database.
createUploadInterruptedException(URI) - Method in class com.exasol.bucketfs.WriteEnabledBucket
Create UploadInterruptedException.
createUploadIoException(URI, IOException) - Method in class com.exasol.bucketfs.WriteEnabledBucket
Create UploadIoException.

D

DEFAULT_BUCKET - Static variable in class com.exasol.bucketfs.BucketConstants
Default bucket
DEFAULT_BUCKETFS - Static variable in class com.exasol.bucketfs.BucketConstants
Default bucket fs
DELETE - com.exasol.bucketfs.BucketOperation
delete
deleteFileNonBlocking(String) - Method in interface com.exasol.bucketfs.UnsynchronizedBucket
Delete a file from BucketFS.
deleteFileNonBlocking(String) - Method in class com.exasol.bucketfs.WriteEnabledBucket
 
DOWNLOAD - com.exasol.bucketfs.BucketOperation
download
downloadFile(String, Path) - Method in class com.exasol.bucketfs.ReadEnabledBucket
 
downloadFile(String, Path) - Method in interface com.exasol.bucketfs.ReadOnlyBucket
Download a file from a bucket to a local filesystem.
downloadFileAsString(String) - Method in class com.exasol.bucketfs.ReadEnabledBucket
 
downloadFileAsString(String) - Method in interface com.exasol.bucketfs.ReadOnlyBucket
Download a file from a bucket into a string.
downloadInterruptedException(URI, BucketOperation) - Static method in exception com.exasol.bucketfs.BucketAccessException
 
downloadIoException(URI, BucketOperation, IOException) - Static method in exception com.exasol.bucketfs.BucketAccessException
 

E

evaluate(URI, BucketOperation, int) - Static method in class com.exasol.bucketfs.HttpResponseEvaluator
Evaluates the HTTP response code.
execute() - Method in class com.exasol.bucketfs.jsonrpc.CreateBucketCommand.CreateBucketCommandBuilder
Create a new bucket using the configured values.
extendPathInBucketDownToFilename(Path, String) - Method in class com.exasol.bucketfs.ReadEnabledBucket
Extends path in bucket down to filename.

G

getBucket(String, String) - Method in interface com.exasol.bucketfs.BucketFactory
Get a BucketFS bucket.
getBucketConfiguration(String) - Method in class com.exasol.config.BucketFsServiceConfiguration
Get the configuration of a bucket.
getBucketFsName() - Method in class com.exasol.bucketfs.jsonrpc.CreateBucketCommand.Request
Get BucketFsName.
getBucketFsName() - Method in class com.exasol.bucketfs.ReadEnabledBucket
 
getBucketFsName() - Method in interface com.exasol.bucketfs.ReadOnlyBucket
 
getBucketFsServiceConfiguration() - Method in class com.exasol.config.BucketConfiguration
Get the configuration of the parent BucketFS service.
getBucketFsServiceConfiguration(String) - Method in interface com.exasol.bucketfs.BucketFsServiceConfigurationProvider
Get the BucketFS service configuration for a given service name.
getBucketName() - Method in class com.exasol.bucketfs.jsonrpc.CreateBucketCommand.Request
Get BucketName.
getBucketName() - Method in class com.exasol.bucketfs.ReadEnabledBucket
 
getBucketName() - Method in interface com.exasol.bucketfs.ReadOnlyBucket
 
getClient() - Method in class com.exasol.bucketfs.ReadEnabledBucket
Get the http client.
getFullyQualifiedBucketName() - Method in class com.exasol.bucketfs.ReadEnabledBucket
 
getFullyQualifiedBucketName() - Method in interface com.exasol.bucketfs.ReadOnlyBucket
Get the fully qualified name of the bucket.
getHttpPort() - Method in class com.exasol.config.BucketFsServiceConfiguration
Get the HTTP port the BucketFS service listens on.
getHttpsPort() - Method in class com.exasol.config.BucketFsServiceConfiguration
Get the HTTPS port the BucketFS service listens on.
getName() - Method in class com.exasol.config.BucketConfiguration
Get the name of the bucket.
getName() - Method in class com.exasol.config.BucketFsServiceConfiguration
Get the name of the BucketFS service.
getParameters() - Method in class com.exasol.bucketfs.jsonrpc.CreateBucketCommand
 
getReadPassword() - Method in class com.exasol.bucketfs.jsonrpc.CreateBucketCommand.Request
Get ReadPassword.
getReadPassword() - Method in class com.exasol.bucketfs.ReadEnabledBucket
 
getReadPassword() - Method in interface com.exasol.bucketfs.ReadOnlyBucket
Get the read password for the bucket.
getReadPassword() - Method in class com.exasol.config.BucketConfiguration
Get the bucket read password.
getSha512Checksum(String, ReadOnlyBucket) - Method in class com.exasol.bucketfs.uploadnecessity.ChecksumUploadNecessityCheckStrategy
Get the SHA-512-checksum of a file in BucketFS.
getState() - Method in interface com.exasol.bucketfs.monitor.BucketFsMonitor.StateRetriever
 
getStatusCode() - Method in exception com.exasol.bucketfs.BucketAccessException
 
getUri() - Method in exception com.exasol.bucketfs.BucketAccessException
 
getWritePassword() - Method in class com.exasol.bucketfs.jsonrpc.CreateBucketCommand.Request
Get WritePassword.
getWritePassword() - Method in interface com.exasol.bucketfs.UnsynchronizedBucket
Get the write password for the bucket.
getWritePassword() - Method in class com.exasol.bucketfs.WriteEnabledBucket
 
getWritePassword() - Method in class com.exasol.config.BucketConfiguration
Get the bucket write password.

H

host - Variable in class com.exasol.bucketfs.ReadEnabledBucket
Host or IP address
host(String) - Method in class com.exasol.bucketfs.ReadEnabledBucket.Builder
Set the host of the BucketFS service.
HttpClientBuilder - Class in com.exasol.bucketfs.http
A builder for HttpClient that provides a convenient way for ignoring TLS errors.
HttpClientBuilder() - Constructor for class com.exasol.bucketfs.http.HttpClientBuilder
 
httpPort(int) - Method in class com.exasol.bucketfs.ReadEnabledBucket.Builder
Deprecated.
httpPort(int) - Method in class com.exasol.config.BucketFsServiceConfiguration.Builder
Set the HTTP port the BucketFS service listens on.
HttpResponseEvaluator - Class in com.exasol.bucketfs
This class provides a central place for evaluation of HTTP response and throws appropriate exceptions.
httpsPort(int) - Method in class com.exasol.config.BucketFsServiceConfiguration.Builder
Set the HTTPS port the BucketFS service listens on.

I

isObjectSynchronized(ReadOnlyBucket, String, BucketFsMonitor.State) - Method in interface com.exasol.bucketfs.monitor.BucketFsMonitor
Check if the object with the given path is already synchronized.
isObjectSynchronized(String, BucketFsMonitor.State) - Method in interface com.exasol.bucketfs.Bucket
Check if the object with the given path is marked as synchronized after a given point in time.
isObjectSynchronized(String, BucketFsMonitor.State) - Method in class com.exasol.bucketfs.SyncAwareBucket
 
isPublic() - Method in class com.exasol.bucketfs.jsonrpc.CreateBucketCommand.Request
Get IsPublic.
isPublic(boolean) - Method in class com.exasol.bucketfs.jsonrpc.CreateBucketCommand.CreateBucketCommandBuilder
Define if the new bucket should be public or not.
isPubliclyReadable() - Method in class com.exasol.config.BucketConfiguration
Check whether the bucket is publicly readable.
isUploadNecessary(Path, String, ReadOnlyBucket) - Method in class com.exasol.bucketfs.uploadnecessity.ChecksumUploadNecessityCheckStrategy
 
isUploadNecessary(Path, String, ReadOnlyBucket) - Method in class com.exasol.bucketfs.uploadnecessity.UploadAlwaysStrategy
 
isUploadNecessary(Path, String, ReadOnlyBucket) - Method in interface com.exasol.bucketfs.uploadnecessity.UploadNecessityCheckStrategy
Decide if it is necessary to upload a file to BucketFS.

J

JsonRpcException - Exception in com.exasol.bucketfs.jsonrpc
RuntimeException that is thrown in case execution of an RpcCommand fails.
JsonRpcException(String) - Constructor for exception com.exasol.bucketfs.jsonrpc.JsonRpcException
Create a new instance of a JsonRpcException.
JsonRpcException(String, Throwable) - Constructor for exception com.exasol.bucketfs.jsonrpc.JsonRpcException
Create a new instance of a JsonRpcException.

L

LIST - com.exasol.bucketfs.BucketOperation
list
listContents() - Method in class com.exasol.bucketfs.ReadEnabledBucket
 
listContents() - Method in interface com.exasol.bucketfs.ReadOnlyBucket
List the contents of a bucket.
listContents(String) - Method in class com.exasol.bucketfs.ReadEnabledBucket
 
listContents(String) - Method in interface com.exasol.bucketfs.ReadOnlyBucket
List the contents of a path inside a bucket.
listContentsRecursively() - Method in class com.exasol.bucketfs.ReadEnabledBucket
 
listContentsRecursively() - Method in interface com.exasol.bucketfs.ReadOnlyBucket
Recursively list the contents of a bucket.
listContentsRecursively(String) - Method in class com.exasol.bucketfs.ReadEnabledBucket
 
listContentsRecursively(String) - Method in interface com.exasol.bucketfs.ReadOnlyBucket
Recursively list the contents of a path inside a bucket.
ListingRetriever - Class in com.exasol.bucketfs.list
This class retrieves the list of buckets or of objects inside a bucket.
ListingRetriever(HttpClient) - Constructor for class com.exasol.bucketfs.list.ListingRetriever
Create a new instance of ListingRetriever.

M

makeCreateBucketCommand() - Method in class com.exasol.bucketfs.jsonrpc.CommandFactory
Create a new builder for CreateBucketCommand.
monitor(BucketFsMonitor) - Method in class com.exasol.bucketfs.SyncAwareBucket.Builder
Set monitor for this bucket.

N

name(String) - Method in class com.exasol.bucketfs.ReadEnabledBucket.Builder
Set the bucket name.
name(String) - Method in class com.exasol.config.BucketConfiguration.Builder
Set the name of the bucket.
name(String) - Method in class com.exasol.config.BucketFsServiceConfiguration.Builder
Set the name of the bucket.

P

PATH_SEPARATOR - Static variable in class com.exasol.bucketfs.BucketConstants
Path separator
port - Variable in class com.exasol.bucketfs.ReadEnabledBucket
port
port(int) - Method in class com.exasol.bucketfs.ReadEnabledBucket.Builder
Set the port the BucketFS service listens on.
publiclyReadable(boolean) - Method in class com.exasol.config.BucketConfiguration.Builder
Set whether the bucket is publicly readable.
publicReadUri(String, String, int, String) - Static method in class com.exasol.bucketfs.list.ListingRetriever
 

R

raiseTlsErrors(boolean) - Method in class com.exasol.bucketfs.http.HttpClientBuilder
Define if TLS errors should raise an error when executing requests or if they should be ignored.
raiseTlsErrors(boolean) - Method in class com.exasol.bucketfs.jsonrpc.CommandFactory.Builder
Define if TLS errors should raise an error when executing requests or if they should be ignored.
raiseTlsErrors(boolean) - Method in class com.exasol.bucketfs.ReadEnabledBucket.Builder
Define if TLS errors should raise an error when executing requests or if they should be ignored.
ReadEnabledBucket - Class in com.exasol.bucketfs
Bucket that support read access like listing contents and downloading files.
ReadEnabledBucket(ReadEnabledBucket.Builder<? extends ReadEnabledBucket.Builder<?>>) - Constructor for class com.exasol.bucketfs.ReadEnabledBucket
Create a new instance of a bucket that support reading.
ReadEnabledBucket.Builder<T extends ReadEnabledBucket.Builder<T>> - Class in com.exasol.bucketfs
Builder for ReadEnabledBucket objects.
ReadOnlyBucket - Interface in com.exasol.bucketfs
Interface for read-only bucket access.
readPassword - Variable in class com.exasol.bucketfs.ReadEnabledBucket
read password
readPassword(String) - Method in class com.exasol.bucketfs.jsonrpc.CreateBucketCommand.CreateBucketCommandBuilder
Set the read password for the new bucket.
readPassword(String) - Method in class com.exasol.bucketfs.ReadEnabledBucket.Builder
Set the read password.
readPassword(String) - Method in class com.exasol.config.BucketConfiguration.Builder
Set the read password.
recordUploadInHistory(String) - Method in class com.exasol.bucketfs.WriteEnabledBucket
Record the upload in the internal upload history of this bucket object.
removeLeadingSeparator(String) - Static method in class com.exasol.bucketfs.list.ListingRetriever
 
retrieve() - Method in class com.exasol.bucketfs.list.BucketService
 
retrieve(String, boolean) - Method in class com.exasol.bucketfs.list.BucketContentLister
Retrieve the listing.
retrieve(URI, String) - Method in class com.exasol.bucketfs.list.ListingRetriever
Retrieve the content for the given URI as stream.

S

self() - Method in class com.exasol.bucketfs.ReadEnabledBucket.Builder
Get self.
self() - Method in class com.exasol.bucketfs.SyncAwareBucket.Builder
 
self() - Method in class com.exasol.bucketfs.WriteEnabledBucket.Builder
 
serverUrl(String) - Method in class com.exasol.bucketfs.jsonrpc.CommandFactory.Builder
Set the URL of the RPC interface, e.g.
serviceName - Variable in class com.exasol.bucketfs.ReadEnabledBucket
bucketFs name
serviceName(String) - Method in class com.exasol.bucketfs.ReadEnabledBucket.Builder
Set the service name.
setUploadNecessityCheckStrategy(UploadNecessityCheckStrategy) - Method in interface com.exasol.bucketfs.UnsynchronizedBucket
setUploadNecessityCheckStrategy(UploadNecessityCheckStrategy) - Method in class com.exasol.bucketfs.WriteEnabledBucket
 
stateRetriever(BucketFsMonitor.StateRetriever) - Method in class com.exasol.bucketfs.SyncAwareBucket.Builder
Set state retriever for this bucket.
SUPPORTED_ARCHIVE_EXTENSIONS - Static variable in interface com.exasol.bucketfs.UnsynchronizedBucket
Types of archive that BucketFS can expand automatically.
SyncAwareBucket - Class in com.exasol.bucketfs
An abstraction for a bucket inside Exasol's BucketFS.
SyncAwareBucket(SyncAwareBucket.Builder<? extends SyncAwareBucket.Builder<?>>) - Constructor for class com.exasol.bucketfs.SyncAwareBucket
Sync aware bucket.
SyncAwareBucket.Builder<T extends SyncAwareBucket.Builder<T>> - Class in com.exasol.bucketfs
Builder for SyncAwareBucket objects.

T

toString() - Method in enum com.exasol.bucketfs.BucketOperation
 
toString() - Method in class com.exasol.bucketfs.ReadEnabledBucket
 

U

UnsynchronizedBucket - Interface in com.exasol.bucketfs
Interface for write access to a bucket in Bucket FS.
UPLOAD - com.exasol.bucketfs.BucketOperation
upload
UploadAlwaysStrategy - Class in com.exasol.bucketfs.uploadnecessity
This UploadNecessityCheckStrategy always decides to upload the file.
UploadAlwaysStrategy() - Constructor for class com.exasol.bucketfs.uploadnecessity.UploadAlwaysStrategy
 
uploadFile(Path, String) - Method in interface com.exasol.bucketfs.Bucket
Upload a file to the bucket.
uploadFile(Path, String) - Method in class com.exasol.bucketfs.SyncAwareBucket
 
uploadFileNonBlocking(Path, String) - Method in interface com.exasol.bucketfs.UnsynchronizedBucket
Upload a file to the bucket.
uploadFileNonBlocking(Path, String) - Method in class com.exasol.bucketfs.WriteEnabledBucket
 
uploadHistory - Variable in class com.exasol.bucketfs.ReadEnabledBucket
upload history
uploadInputStream(Supplier<InputStream>, String) - Method in interface com.exasol.bucketfs.Bucket
Upload the contents of an input stream to the bucket.
uploadInputStream(Supplier<InputStream>, String) - Method in class com.exasol.bucketfs.SyncAwareBucket
 
uploadInputStreamNonBlocking(Supplier<InputStream>, String) - Method in interface com.exasol.bucketfs.UnsynchronizedBucket
Upload the contents of an input stream to the bucket non-blocking.
uploadInputStreamNonBlocking(Supplier<InputStream>, String) - Method in class com.exasol.bucketfs.WriteEnabledBucket
 
UploadNecessityCheckStrategy - Interface in com.exasol.bucketfs.uploadnecessity
This is an interface for strategies that decide if it necessary to upload a file to BucketFS.
UploadResult - Class in com.exasol.bucketfs
This class contains the result of an upload operation.
uploadStringContent(String, String) - Method in interface com.exasol.bucketfs.Bucket
Upload the contents of a string to the bucket.
uploadStringContent(String, String) - Method in class com.exasol.bucketfs.SyncAwareBucket
 
uploadStringContentNonBlocking(String, String) - Method in interface com.exasol.bucketfs.UnsynchronizedBucket
Upload the contents of a string to the bucket.
uploadStringContentNonBlocking(String, String) - Method in class com.exasol.bucketfs.WriteEnabledBucket
 
uploadWithBodyPublisher(URI, HttpRequest.BodyPublisher, String) - Method in class com.exasol.bucketfs.WriteEnabledBucket
Upload with body publisher.
useTls(boolean) - Method in class com.exasol.bucketfs.ReadEnabledBucket.Builder
Define if you want to use TLS/HTTPS for connecting to the server.

V

valueOf(String) - Static method in enum com.exasol.bucketfs.BucketOperation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.exasol.bucketfs.BucketOperation
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasUploadNecessary() - Method in class com.exasol.bucketfs.UploadResult
Get if the file was uploaded or skipped.
WriteEnabledBucket - Class in com.exasol.bucketfs
An abstraction for a bucket inside Exasol's BucketFS.
WriteEnabledBucket(WriteEnabledBucket.Builder<? extends WriteEnabledBucket.Builder<?>>) - Constructor for class com.exasol.bucketfs.WriteEnabledBucket
 
WriteEnabledBucket.Builder<T extends WriteEnabledBucket.Builder<T>> - Class in com.exasol.bucketfs
Builder for WriteEnabledBucket objects.
writePassword(String) - Method in class com.exasol.bucketfs.jsonrpc.CreateBucketCommand.CreateBucketCommandBuilder
Set the write password for the new bucket.
writePassword(String) - Method in class com.exasol.bucketfs.WriteEnabledBucket.Builder
Set the write password.
writePassword(String) - Method in class com.exasol.config.BucketConfiguration.Builder
Set the write password.
A B C D E G H I J L M N P R S T U V W 
All Classes All Packages