Uses of Class
com.exasol.bucketfs.BucketOperation
-
Packages that use BucketOperation Package Description com.exasol.bucketfs -
-
Uses of BucketOperation in com.exasol.bucketfs
Methods in com.exasol.bucketfs that return BucketOperation Modifier and Type Method Description static BucketOperationBucketOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static BucketOperation[]BucketOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exasol.bucketfs with parameters of type BucketOperation Modifier and Type Method Description static BucketAccessExceptionBucketAccessException. downloadInterruptedException(URI uri, BucketOperation operation)static BucketAccessExceptionBucketAccessException. downloadIoException(URI uri, BucketOperation operation, IOException exception)static voidHttpResponseEvaluator. evaluate(URI uri, BucketOperation operation, int statusCode)Evaluates the HTTP response code.
-