A B C D E G I M P R S
A
- accessKey - 类 中的变量com.lmaye.cloud.starter.minio.MinIoStoreProperties
-
访问密钥
- accessKey - 类 中的变量com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
访问密钥
- aliveDuration - 类 中的变量com.lmaye.cloud.starter.minio.MinIoStoreProperties.CleanCache
-
存活时间(单位: millisecond)
- 1000L * 60 * 60 * 24
- aliveDuration - 类 中的变量com.lmaye.cloud.starter.minio.task.CleanCacheTask
-
存活时间
B
- bucket - 类 中的变量com.lmaye.cloud.starter.minio.MinIoStoreProperties
-
bucket
- bucket - 类 中的变量com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
bucket
C
- cacheDirectory - 类 中的变量com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
文件缓存目录
- cacheDirectory - 类 中的变量com.lmaye.cloud.starter.minio.task.CleanCacheTask
-
文件缓存目录
- checkBucket(MinioClient, String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
检查 Bucket
- clean(String, Long) - 接口 中的方法com.lmaye.cloud.starter.minio.service.ICleanCacheService
-
清除缓存
- clean(String, Long) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.CleanCacheServiceImpl
-
清除缓存
- cleanCache - 类 中的变量com.lmaye.cloud.starter.minio.MinIoStoreProperties
-
清除缓存
- CleanCache() - 类 的构造器com.lmaye.cloud.starter.minio.MinIoStoreProperties.CleanCache
-
- cleanCacheService() - 类 中的方法com.lmaye.cloud.starter.minio.MinIoAutoConfiguration
-
Clean Cache Service
- cleanCacheService - 类 中的变量com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
Clean Cache Service
- cleanCacheService - 类 中的变量com.lmaye.cloud.starter.minio.task.CleanCacheTask
-
Clean Cache Service
- CleanCacheServiceImpl - com.lmaye.cloud.starter.minio.service.impl中的类
-
-- Clean Cache 实现类
- CleanCacheServiceImpl() - 类 的构造器com.lmaye.cloud.starter.minio.service.impl.CleanCacheServiceImpl
-
- CleanCacheTask - com.lmaye.cloud.starter.minio.task中的类
-
-- Clean Cache Task
- CleanCacheTask(ICleanCacheService, String, Long) - 类 的构造器com.lmaye.cloud.starter.minio.task.CleanCacheTask
-
- cleanPeriod - 类 中的变量com.lmaye.cloud.starter.minio.MinIoStoreProperties.CleanCache
-
清除周期(单位: millisecond)
- 1000L * 60 * 60 * 24
- com.lmaye.cloud.starter.minio - 程序包 com.lmaye.cloud.starter.minio
-
- com.lmaye.cloud.starter.minio.service - 程序包 com.lmaye.cloud.starter.minio.service
-
- com.lmaye.cloud.starter.minio.service.impl - 程序包 com.lmaye.cloud.starter.minio.service.impl
-
- com.lmaye.cloud.starter.minio.task - 程序包 com.lmaye.cloud.starter.minio.task
-
- connect() - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
MinIO 连接
- createBucket(String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
创建 Bucket
- createBucket(String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
创建 Bucket
D
- delete(String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
文件删除
- delete(String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
文件删除
- deleteAssignBucket(String, String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
文件删除
- 指定 Bucket
- deleteAssignBucket(String, String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
文件删除
- 指定 Bucket
- deleteBucket(String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
删除 Bucket
- deleteBucket(String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
删除 Bucket
- directory - 类 中的变量com.lmaye.cloud.starter.minio.MinIoStoreProperties.CleanCache
-
文件缓存目录
- download(String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
文件下载
- download(String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
文件下载
- downloadAssignBucket(String, String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
文件下载
- 指定 Bucket
- downloadAssignBucket(String, String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
文件下载
- 指定 Bucket
E
- enabled - 类 中的变量com.lmaye.cloud.starter.minio.MinIoStoreProperties.CleanCache
-
是否开启(默认: 开启)
- endpoint - 类 中的变量com.lmaye.cloud.starter.minio.MinIoStoreProperties
-
终端
- endpoint - 类 中的变量com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
终端
G
- getClient(String, String, String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoClientService
-
获取 MinIoClient
- getClient(String, String, String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoClientServiceImpl
-
获取 MinIoClient
- getFile(String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
获取文件
- getFile(String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
获取文件
- getFileAssignBucket(String, String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
获取文件
- 指定 Bucket
- getFileAssignBucket(String, String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
获取文件
- 指定 Bucket
- getStream(String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
获取文件流
- getStream(String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
获取文件流
- getStreamAssignBucket(String, String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
获取文件流
- 指定 Bucket
- getStreamAssignBucket(String, String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
获取文件流
- 指定 Bucket
I
- ICleanCacheService - com.lmaye.cloud.starter.minio.service中的接口
-
-- Clean Cache Service
- IMinIoClientService - com.lmaye.cloud.starter.minio.service中的接口
-
-- MinIo Client Service
- IMinIoFileStoreService - com.lmaye.cloud.starter.minio.service中的接口
-
-- MinIo File Store Service
- init() - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
- initCacheCleaner(Long, Long) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
初始化缓存清除
M
- MinIoAutoConfiguration - com.lmaye.cloud.starter.minio中的类
-
-- MinIO Auto Configuration
- MinIoAutoConfiguration() - 类 的构造器com.lmaye.cloud.starter.minio.MinIoAutoConfiguration
-
- minIoClient - 类 中的变量com.lmaye.cloud.starter.minio.service.impl.MinIoClientServiceImpl
-
Minio Client
- minIoClientService() - 类 中的方法com.lmaye.cloud.starter.minio.MinIoAutoConfiguration
-
MinIo Client Service
- minIoClientService - 类 中的变量com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
MinIo Client Service
- MinIoClientServiceImpl - com.lmaye.cloud.starter.minio.service.impl中的类
-
-- MinIo Client 实现类
- MinIoClientServiceImpl() - 类 的构造器com.lmaye.cloud.starter.minio.service.impl.MinIoClientServiceImpl
-
- minIoFileStoreService() - 类 中的方法com.lmaye.cloud.starter.minio.MinIoAutoConfiguration
-
MinIo File Store Service
- MinIoFileStoreServiceImpl - com.lmaye.cloud.starter.minio.service.impl中的类
-
-- MinIo File Store 实现类
- MinIoFileStoreServiceImpl() - 类 的构造器com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
- MinIoStoreProperties - com.lmaye.cloud.starter.minio中的类
-
-- MinIO Auto Properties
- MinIoStoreProperties() - 类 的构造器com.lmaye.cloud.starter.minio.MinIoStoreProperties
-
- MinIoStoreProperties.CleanCache - com.lmaye.cloud.starter.minio中的类
-
清除缓存
P
- partMaxSize - 类 中的变量com.lmaye.cloud.starter.minio.MinIoStoreProperties
-
文件最大大小
- partSize - 类 中的变量com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
文件限制大小
- preSignedUrl(String, int, TimeUnit) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
签名地址
- preSignedUrl(String, int, TimeUnit) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
签名地址
- preSignedUrlAssignBucket(String, String, int, TimeUnit) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
签名地址
- 指定 Bucket
- preSignedUrlAssignBucket(String, String, int, TimeUnit) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
签名地址
- 指定 Bucket
- properties - 类 中的变量com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
MinIO Auto Properties
R
- run() - 类 中的方法com.lmaye.cloud.starter.minio.task.CleanCacheTask
-
S
- saveAssignBucket(String, File) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
文件存储
- 指定 Bucket
- saveAssignBucket(String, File, String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
文件存储
- 指定 Bucket、文件名
- saveAssignBucket(String, InputStream, String, String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
文件存储
- 指定 Bucket、文件流、文件名
- saveAssignBucket(String, File) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
文件存储
- 指定 Bucket
- saveAssignBucket(String, File, String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
文件存储
- 指定 Bucket、文件名
- saveAssignBucket(String, InputStream, String, String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
文件存储
- 指定 Bucket、文件流、文件名
- saveFile(File, String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
文件存储
- saveFile(File, String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
文件存储
- saveStream(InputStream, String, String) - 接口 中的方法com.lmaye.cloud.starter.minio.service.IMinIoFileStoreService
-
文件存储
- saveStream(InputStream, String, String) - 类 中的方法com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
文件存储
- secretKey - 类 中的变量com.lmaye.cloud.starter.minio.MinIoStoreProperties
-
密钥
- secretKey - 类 中的变量com.lmaye.cloud.starter.minio.service.impl.MinIoFileStoreServiceImpl
-
密钥
A B C D E G I M P R S
Copyright © 2021 LmayE. All rights reserved.