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

A

AbstractMinioErrorHandler - Class in org.bremersee.data.minio
The abstract minio error handler.
AbstractMinioErrorHandler() - Constructor for class org.bremersee.data.minio.AbstractMinioErrorHandler
 
ALWAYS - org.bremersee.data.minio.DeleteMode
Always delete mode.

B

bucketExists(BucketExistsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Checks if a bucket exists.

C

clone() - Method in class org.bremersee.data.minio.MinioTemplate
 
clone(ErrorHandler) - Method in class org.bremersee.data.minio.MinioTemplate
Clone minio template.
composeObject(ComposeObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Creates an object by combining data from different source objects using server-side copy.
copyObject(CopyObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Creates an object by server-side copying data from another object.

D

DefaultMinioErrorHandler - Class in org.bremersee.data.minio
The default minio error handler.
DefaultMinioErrorHandler() - Constructor for class org.bremersee.data.minio.DefaultMinioErrorHandler
 
DefaultMinioObjectId - Class in org.bremersee.data.minio
The default minio object id.
DefaultMinioObjectId(String) - Constructor for class org.bremersee.data.minio.DefaultMinioObjectId
Instantiates a new default minio object id.
DefaultMinioObjectId(String, String) - Constructor for class org.bremersee.data.minio.DefaultMinioObjectId
Instantiates a new default minio object id.
DefaultMinioObjectId(MinioObjectId) - Constructor for class org.bremersee.data.minio.DefaultMinioObjectId
Instantiates a new default minio object id.
delete(MinioObjectId) - Method in interface org.bremersee.data.minio.MinioRepository
Delete.
delete(MinioObjectId) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
 
deleteAll(Collection<MinioObjectId>) - Method in interface org.bremersee.data.minio.MinioRepository
Delete all objects.
deleteAll(Collection<MinioObjectId>) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
 
deleteBucketEncryption(DeleteBucketEncryptionArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Deletes encryption configuration of a bucket.
deleteBucketLifecycle(DeleteBucketLifecycleArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Deletes lifecycle configuration of a bucket.
deleteBucketNotification(DeleteBucketNotificationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Deletes notification configuration of a bucket.
deleteBucketPolicy(DeleteBucketPolicyArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Deletes bucket policy configuration to a bucket.
deleteBucketReplication(DeleteBucketReplicationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Deletes bucket replication configuration from a bucket.
deleteBucketTags(DeleteBucketTagsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Deletes tags of a bucket.
DeleteMode - Enum in org.bremersee.data.minio
The delete mode enum.
deleteObjectLockConfiguration(DeleteObjectLockConfigurationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Deletes default object retention in a bucket.
deleteObjectTags(DeleteObjectTagsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Deletes tags of an object.
disableObjectLegalHold(DisableObjectLegalHoldArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Disables legal hold on an object.
doWithMinioClient(MinioClient) - Method in interface org.bremersee.data.minio.MinioClientCallback
Do with minio client.
doWithMinioClient(MinioClient) - Method in interface org.bremersee.data.minio.MinioClientCallbackWithoutResult
 
doWithoutResult(MinioClient) - Method in interface org.bremersee.data.minio.MinioClientCallbackWithoutResult
Do without result.
downloadObject(DownloadObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Downloads data of a SSE-C encrypted object to file.

E

enableObjectLegalHold(EnableObjectLegalHoldArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Enables legal hold on an object.
execute(MinioClientCallback<T>) - Method in interface org.bremersee.data.minio.MinioOperations
Execute minio callback.
execute(MinioClientCallback<T>) - Method in class org.bremersee.data.minio.MinioTemplate
 
exists(MinioObjectId) - Method in interface org.bremersee.data.minio.MinioRepository
Checks whether an object with the specified name exists or not.
exists(MinioObjectId) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
 

F

findAll() - Method in interface org.bremersee.data.minio.MinioRepository
Find all objects.
findAll(String) - Method in interface org.bremersee.data.minio.MinioRepository
Find all objects.
findAll(String) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
 
findOne(MinioObjectId) - Method in interface org.bremersee.data.minio.MinioRepository
Find one.
findOne(MinioObjectId) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
 
from(String) - Static method in interface org.bremersee.data.minio.MinioObjectId
From object name.
from(String, String) - Static method in interface org.bremersee.data.minio.MinioObjectId
From object name and version ID.

G

getBucket() - Method in interface org.bremersee.data.minio.MinioObjectInfo
Gets bucket.
getBucket() - Method in interface org.bremersee.data.minio.MinioRepository
Gets bucket.
getBucketEncryption(GetBucketEncryptionArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Gets encryption configuration of a bucket.
getBucketLifecycle(GetBucketLifecycleArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Gets lifecycle configuration of a bucket.
getBucketNotification(GetBucketNotificationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Gets notification configuration of a bucket.
getBucketPolicy(GetBucketPolicyArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Gets bucket policy configuration of a bucket.
getBucketReplication(GetBucketReplicationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Gets bucket replication configuration of a bucket.
getBucketTags(GetBucketTagsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Gets tags of a bucket.
getBucketVersioning(GetBucketVersioningArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Gets versioning configuration of a bucket.
getBytes() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
 
getContentType() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
 
getEtag() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
 
getEtag() - Method in interface org.bremersee.data.minio.MinioObjectInfo
Gets etag.
getInputStream() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
 
getLastModified() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
 
getLastModified() - Method in interface org.bremersee.data.minio.MinioObjectInfo
Gets last modified time.
getMinioOperations() - Method in interface org.bremersee.data.minio.MinioRepository
Gets minio operations.
getMinioOperations() - Method in class org.bremersee.data.minio.MinioRepositoryImpl
 
getName() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
 
getName() - Method in interface org.bremersee.data.minio.MinioObjectId
Gets name.
getObject(GetObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Gets data from offset to length of a SSE-C encrypted object.
getObjectLockConfiguration(GetObjectLockConfigurationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Gets default object retention in a bucket.
getObjectRetention(GetObjectRetentionArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Gets retention configuration of an object.
getObjectStatus() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
Gets object status.
getObjectTags(GetObjectTagsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Gets tags of an object.
getOriginalFilename() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
 
getPresignedObjectUrl(MinioObjectId, Method) - Method in interface org.bremersee.data.minio.MinioRepository
Gets presigned object url.
getPresignedObjectUrl(MinioObjectId, Method, Duration) - Method in interface org.bremersee.data.minio.MinioRepository
Gets presigned object url.
getPresignedObjectUrl(GetPresignedObjectUrlArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Gets presigned URL of an object for HTTP method, expiry time and custom request parameters.
getPresignedObjectUrl(MinioObjectId, Method, Duration) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
 
getPresignedPostFormData(PostPolicy) - Method in interface org.bremersee.data.minio.MinioOperations
Gets form-data of PostPolicy of an object to upload its data using POST method.
getRegion() - Method in interface org.bremersee.data.minio.MinioObjectInfo
Gets region.
getRegion() - Method in interface org.bremersee.data.minio.MinioRepository
Gets region.
getSize() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
 
getVersionId() - Method in interface org.bremersee.data.minio.MinioObjectId
Gets version id.

H

handleError(Throwable) - Method in class org.bremersee.data.minio.AbstractMinioErrorHandler
 

I

isEmpty() - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
 
isObjectLegalHoldEnabled(IsObjectLegalHoldEnabledArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Returns true if legal hold is enabled on an object.
isVersioningEnabled() - Method in interface org.bremersee.data.minio.MinioRepository
Is versioning enabled boolean.
isVersioningEnabled() - Method in class org.bremersee.data.minio.MinioRepositoryImpl
 

L

listBuckets() - Method in interface org.bremersee.data.minio.MinioOperations
Lists bucket information of all buckets.
listBuckets(ListBucketsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Lists bucket information of all buckets.
listenBucketNotification(ListenBucketNotificationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Listens events of object prefix and suffix of a bucket.
listObjects(ListObjectsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Lists objects information optionally with versions of a bucket.

M

makeBucket(MakeBucketArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Creates a bucket with region and object lock.
map(Throwable) - Method in interface org.bremersee.data.minio.MinioErrorHandler
Map minio exception.
map(Throwable) - Method in class org.bremersee.data.minio.DefaultMinioErrorHandler
 
MinioClientCallback<T> - Interface in org.bremersee.data.minio
The minio client callback.
MinioClientCallbackWithoutResult - Interface in org.bremersee.data.minio
The minio client callback without result.
MinioErrorHandler - Interface in org.bremersee.data.minio
The minio error handler.
MinioException - Exception in org.bremersee.data.minio
The minio exception.
MinioException(int, String, String, Throwable) - Constructor for exception org.bremersee.data.minio.MinioException
Instantiates a new minio exception.
MinioMultipartFile - Interface in org.bremersee.data.minio
The minio multipart file interface.
MinioMultipartFileImpl - Class in org.bremersee.data.minio
The minio multipart file implementation.
MinioMultipartFileImpl(MinioOperations, String, StatObjectResponse) - Constructor for class org.bremersee.data.minio.MinioMultipartFileImpl
Instantiates a new minio multipart file.
MinioMultipartFileImpl(MinioOperations, String, String, Item) - Constructor for class org.bremersee.data.minio.MinioMultipartFileImpl
Instantiates a new minio multipart file.
MinioMultipartFileImpl(MinioOperations, MinioObjectInfo) - Constructor for class org.bremersee.data.minio.MinioMultipartFileImpl
Instantiates a new minio multipart file.
MinioObjectId - Interface in org.bremersee.data.minio
The minio object id interface.
MinioObjectInfo - Interface in org.bremersee.data.minio
The minio object info interface.
MinioOperations - Interface in org.bremersee.data.minio
The minio operations.
MinioRepository - Interface in org.bremersee.data.minio
The minio repository interface.
MinioRepositoryImpl - Class in org.bremersee.data.minio
The minio repository implementation.
MinioRepositoryImpl(MinioClient, String, String, boolean, boolean, Duration) - Constructor for class org.bremersee.data.minio.MinioRepositoryImpl
Instantiates a new minio repository.
MinioRepositoryImpl(MinioOperations, String, String, boolean, boolean, Duration) - Constructor for class org.bremersee.data.minio.MinioRepositoryImpl
Instantiates a new minio repository.
MinioTemplate - Class in org.bremersee.data.minio
The minio template.
MinioTemplate(MinioClient) - Constructor for class org.bremersee.data.minio.MinioTemplate
Instantiates a new minio template.

N

NEVER - org.bremersee.data.minio.DeleteMode
Never delete mode.

O

objectExists(StatObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Check whether an object exists or not.
ON_SUCCESS - org.bremersee.data.minio.DeleteMode
On success delete mode.
org.bremersee.data.minio - package org.bremersee.data.minio
 

P

putObject(PutObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Uploads data from a stream to an object.

R

removeBucket(RemoveBucketArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Removes an empty bucket using arguments.
removeObject(RemoveObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Removes an object.
removeObjects(RemoveObjectsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Removes multiple objects lazily.

S

save(MinioObjectId, MultipartFile, DeleteMode) - Method in interface org.bremersee.data.minio.MinioRepository
Save multipart file.
save(MinioObjectId, MultipartFile, DeleteMode) - Method in class org.bremersee.data.minio.MinioRepositoryImpl
 
selectObjectContent(SelectObjectContentArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Selects content of an object by SQL expression.
setBucketEncryption(SetBucketEncryptionArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Sets encryption configuration of a bucket.
setBucketLifecycle(SetBucketLifecycleArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Sets lifecycle configuration to a bucket.
setBucketNotification(SetBucketNotificationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Sets notification configuration to a bucket.
setBucketPolicy(SetBucketPolicyArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Sets bucket policy configuration to a bucket.
setBucketReplication(SetBucketReplicationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Sets bucket replication configuration to a bucket.
setBucketTags(SetBucketTagsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Sets tags to a bucket.
setBucketVersioning(SetBucketVersioningArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Sets versioning configuration of a bucket.
setErrorHandler(ErrorHandler) - Method in class org.bremersee.data.minio.MinioTemplate
Sets error handler.
setObjectLockConfiguration(SetObjectLockConfigurationArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Sets default object retention in a bucket.
setObjectRetention(SetObjectRetentionArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Sets retention configuration to an object.
setObjectTags(SetObjectTagsArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Sets tags to an object.
statObject(StatObjectArgs) - Method in interface org.bremersee.data.minio.MinioOperations
Gets information of an object.

T

transferTo(File) - Method in class org.bremersee.data.minio.MinioMultipartFileImpl
 

U

uploadObject(UploadObjectArgs, DeleteMode) - Method in interface org.bremersee.data.minio.MinioOperations
Uploads data from a file to an object.

V

valueOf(String) - Static method in enum org.bremersee.data.minio.DeleteMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.bremersee.data.minio.DeleteMode
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M N O P R S T U V 
All Classes All Packages