您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
A
AbstractFastFileBuilder
<
T
> -
com.github.tobato.fastdfs.domain.upload
中的类
构造FastFile抽象对象
AbstractFastFileBuilder()
- 类 的构造器com.github.tobato.fastdfs.domain.upload.
AbstractFastFileBuilder
AbstractFdfsCommand
<
T
> -
com.github.tobato.fastdfs.domain.proto
中的类
交易命令抽象类
AbstractFdfsCommand()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.
AbstractFdfsCommand
APPENDER_FILE_SIZE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
appendFile(String, String, InputStream, long)
- 接口 中的方法com.github.tobato.fastdfs.service.
AppendFileStorageClient
断点续传文件
appendFile(String, String, InputStream, long)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultAppendFileStorageClient
继续上载文件
AppendFileStorageClient
-
com.github.tobato.fastdfs.service
中的接口
支持断点续传的文件服务接口 适合处理大文件,分段传输
B
buff2int(byte[], int)
- 类 中的静态方法com.github.tobato.fastdfs.domain.proto.mapper.
BytesUtil
buff convert to int
buff2long(byte[], int)
- 类 中的静态方法com.github.tobato.fastdfs.domain.proto.mapper.
BytesUtil
buff convert to long
build()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
AbstractFastFileBuilder
构造上传文件对象
build()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastFile.Builder
构造上传文件对象
build()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastImageFile.Builder
构造上传文件对象
Builder()
- 类 的构造器com.github.tobato.fastdfs.domain.upload.
FastFile.Builder
Builder()
- 类 的构造器com.github.tobato.fastdfs.domain.upload.
FastImageFile.Builder
byCode(int)
- 异常错误 中的静态方法com.github.tobato.fastdfs.exception.
FdfsServerException
BytesUtil
-
com.github.tobato.fastdfs.domain.proto.mapper
中的类
java与C服务端数据交换时byte数组与int,long转换的工具类
BytesUtil()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.mapper.
BytesUtil
C
canTryToConnect(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
TrackerAddressHolder
是否可以尝试连接
close()
- 接口 中的方法com.github.tobato.fastdfs.domain.conn.
Connection
关闭连接
close()
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
DefaultConnection
正常关闭连接
close()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.
FdfsInputStream
CmdConstants
-
com.github.tobato.fastdfs.domain.proto
中的类
fastdfs协议命令的常量
CmdConstants()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.
CmdConstants
com.github.tobato.fastdfs
- 程序包 com.github.tobato.fastdfs
com.github.tobato.fastdfs.domain.conn
- 程序包 com.github.tobato.fastdfs.domain.conn
连接管理 通信管理 业务逻辑不应该关心连接、通信的细节
com.github.tobato.fastdfs.domain.fdfs
- 程序包 com.github.tobato.fastdfs.domain.fdfs
FDFS领域对象
com.github.tobato.fastdfs.domain.proto
- 程序包 com.github.tobato.fastdfs.domain.proto
交易报文 封装与服务端交易报文命令
com.github.tobato.fastdfs.domain.proto.mapper
- 程序包 com.github.tobato.fastdfs.domain.proto.mapper
com.github.tobato.fastdfs.domain.proto.storage
- 程序包 com.github.tobato.fastdfs.domain.proto.storage
com.github.tobato.fastdfs.domain.proto.storage.enums
- 程序包 com.github.tobato.fastdfs.domain.proto.storage.enums
com.github.tobato.fastdfs.domain.proto.storage.internal
- 程序包 com.github.tobato.fastdfs.domain.proto.storage.internal
com.github.tobato.fastdfs.domain.proto.tracker
- 程序包 com.github.tobato.fastdfs.domain.proto.tracker
com.github.tobato.fastdfs.domain.proto.tracker.internal
- 程序包 com.github.tobato.fastdfs.domain.proto.tracker.internal
com.github.tobato.fastdfs.domain.upload
- 程序包 com.github.tobato.fastdfs.domain.upload
com.github.tobato.fastdfs.exception
- 程序包 com.github.tobato.fastdfs.exception
com.github.tobato.fastdfs.service
- 程序包 com.github.tobato.fastdfs.service
Connection
-
com.github.tobato.fastdfs.domain.conn
中的接口
表示一个客户端与服务端的连接 负责连接的管理
ConnectionManager
-
com.github.tobato.fastdfs.domain.conn
中的类
连接池管理 负责借出连接,在连接上执行业务逻辑,然后归还连 ConnectionManager类主要负责StorageConnect连接管理 ConnectionManager类扩展的子类
TrackerConnectionManager
主要负责TrackerConnection连接管理
ConnectionManager()
- 类 的构造器com.github.tobato.fastdfs.domain.conn.
ConnectionManager
构造函数
ConnectionManager(FdfsConnectionPool)
- 类 的构造器com.github.tobato.fastdfs.domain.conn.
ConnectionManager
构造函数
connectionManager
- 类 中的变量com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
connectManager
ConnectionPoolConfig
-
com.github.tobato.fastdfs.domain.conn
中的类
连接池配置
ConnectionPoolConfig()
- 类 的构造器com.github.tobato.fastdfs.domain.conn.
ConnectionPoolConfig
create(InetSocketAddress)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
PooledConnectionFactory
创建连接
createFromInputStream(InputStream)
- 类 中的静态方法com.github.tobato.fastdfs.domain.proto.
ProtoHead
读取输入流创建报文头
D
decode(ProtoHead, InputStream, Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
FdfsResponse
解析反馈结果,head已经被解析过
decodeContent(InputStream, Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
FdfsResponse
解析反馈内容
decodeContent(InputStream, Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageDownloadResponse
解析反馈内容
decodeContent(InputStream, Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageGetMetadataResponse
解析反馈内容
decodeContent(InputStream, Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerListGroupsResponse
解析反馈内容
decodeContent(InputStream, Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerListStoragesResponse
解析反馈内容
DefaultAppendFileStorageClient
-
com.github.tobato.fastdfs.service
中的类
存储服务客户端接口实现
DefaultAppendFileStorageClient()
- 类 的构造器com.github.tobato.fastdfs.service.
DefaultAppendFileStorageClient
DefaultConnection
-
com.github.tobato.fastdfs.domain.conn
中的类
默认连接实现
DefaultConnection(InetSocketAddress, int, int, Charset)
- 类 的构造器com.github.tobato.fastdfs.domain.conn.
DefaultConnection
创建与服务端连接
DefaultFastFileStorageClient
-
com.github.tobato.fastdfs.service
中的类
面向应用的接口实现
DefaultFastFileStorageClient()
- 类 的构造器com.github.tobato.fastdfs.service.
DefaultFastFileStorageClient
DefaultGenerateStorageClient
-
com.github.tobato.fastdfs.service
中的类
基本存储客户端操作实现
DefaultGenerateStorageClient()
- 类 的构造器com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
DefaultThumbImageConfig
-
com.github.tobato.fastdfs.domain.fdfs
中的类
缩略图配置参数
DefaultThumbImageConfig()
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
DefaultThumbImageConfig
DefaultTrackerClient
-
com.github.tobato.fastdfs.service
中的类
目录服务客户端默认实现
DefaultTrackerClient()
- 类 的构造器com.github.tobato.fastdfs.service.
DefaultTrackerClient
deleteFile(String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultFastFileStorageClient
删除文件
deleteFile(String, String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
删除文件
deleteFile(String)
- 接口 中的方法com.github.tobato.fastdfs.service.
FastFileStorageClient
删除文件
deleteFile(String, String)
- 接口 中的方法com.github.tobato.fastdfs.service.
GenerateStorageClient
删除文件
deleteStorage(String, String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultTrackerClient
删除存储节点
deleteStorage(String, String)
- 接口 中的方法com.github.tobato.fastdfs.service.
TrackerClient
删除存储节点 delete storage from TrackerServer
destroyObject(InetSocketAddress, PooledObject<Connection>)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
PooledConnectionFactory
DownloadByteArray
-
com.github.tobato.fastdfs.domain.proto.storage
中的类
下载为byte流
DownloadByteArray()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
DownloadByteArray
DownloadCallback
<
T
> -
com.github.tobato.fastdfs.domain.proto.storage
中的接口
文件下载回调接口
downloadFile(String, String, DownloadCallback<T>)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
下载整个文件
downloadFile(String, String, long, long, DownloadCallback<T>)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
下载文件片段
downloadFile(String, String, DownloadCallback<T>)
- 接口 中的方法com.github.tobato.fastdfs.service.
GenerateStorageClient
下载整个文件
downloadFile(String, String, long, long, DownloadCallback<T>)
- 接口 中的方法com.github.tobato.fastdfs.service.
GenerateStorageClient
下载文件片段
DownloadFileWriter
-
com.github.tobato.fastdfs.domain.proto.storage
中的类
文件下载回调方法
DownloadFileWriter(String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
DownloadFileWriter
dumpObjectMetaData()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.mapper.
ObjectMetaData
导出调试信息
dumpPoolInfo(InetSocketAddress)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
ConnectionManager
打印连接池情况
DynamicFieldType
-
com.github.tobato.fastdfs.domain.proto.mapper
中的枚举
动态属性类型 可以为空的属性-不发送该报文 剩余的所有byte-将该字段全部写入到最后的byte当中
E
encodeParam(Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
FdfsRequest
打包参数
encodeParam(Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageAppendFileRequest
打包参数
encodeParam(Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageModifyRequest
打包参数
encodeParam(Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageSetMetadataRequest
打包参数
encodeParam(Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageTruncateRequest
打包参数
equals(Object)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
MetaData
ERR_NO_CONNREFUSED
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
ErrorCodeConstants
ERR_NO_EALREADY
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
ErrorCodeConstants
ERR_NO_EBUSY
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
ErrorCodeConstants
ERR_NO_EINVAL
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
ErrorCodeConstants
ERR_NO_EIO
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
ErrorCodeConstants
ERR_NO_ENOENT
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
ErrorCodeConstants
ERR_NO_ENOSPC
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
ErrorCodeConstants
ErrorCodeConstants
-
com.github.tobato.fastdfs.domain.proto
中的类
fastdfs协议错误码的常量
ErrorCodeConstants()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.
ErrorCodeConstants
execute(InetSocketAddress, Connection, FdfsCommand<T>)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
ConnectionManager
执行交易
execute(Connection)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
AbstractFdfsCommand
对服务端发出请求然后接收反馈
execute(Connection)
- 接口 中的方法com.github.tobato.fastdfs.domain.proto.
FdfsCommand
执行交易
executeFdfsCmd(InetSocketAddress, FdfsCommand<T>)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
ConnectionManager
获取连接并执行交易
executeFdfsTrackerCmd(FdfsCommand<T>)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
TrackerConnectionManager
获取连接并执行交易
F
FastFile
-
com.github.tobato.fastdfs.domain.upload
中的类
上传普通文件
FastFile(InputStream, long, String, Set<MetaData>)
- 类 的构造器com.github.tobato.fastdfs.domain.upload.
FastFile
上传文件对象
FastFile()
- 类 的构造器com.github.tobato.fastdfs.domain.upload.
FastFile
FastFile.Builder
-
com.github.tobato.fastdfs.domain.upload
中的类
构造模式
FastFileStorageClient
-
com.github.tobato.fastdfs.service
中的接口
面向普通应用的文件操作接口封装
FastImageFile
-
com.github.tobato.fastdfs.domain.upload
中的类
上传图片文件
FastImageFile(InputStream, long, String, Set<MetaData>)
- 类 的构造器com.github.tobato.fastdfs.domain.upload.
FastImageFile
上传图片文件
FastImageFile(InputStream, long, String, Set<MetaData>, ThumbImage)
- 类 的构造器com.github.tobato.fastdfs.domain.upload.
FastImageFile
上传图片文件
FastImageFile.Builder
-
com.github.tobato.fastdfs.domain.upload
中的类
构造模式
FDFS_BLOCK_WHEN_EXHAUSTED
- 类 中的静态变量com.github.tobato.fastdfs.domain.conn.
ConnectionPoolConfig
连接耗尽时是否阻塞(默认true) false报异常,ture阻塞直到超时
FDFS_DOMAIN_NAME_MAX_SIZE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_FIELD_SEPERATOR
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_FILE_EXT_NAME_MAX_LEN
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_FILE_PATH_LEN
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_FILE_PREFIX_MAX_LEN
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_FILENAME_BASE64_LENGTH
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_GROUP_NAME_MAX_LEN
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_IPADDR_SIZE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_JMX_NAME_BASE
- 类 中的静态变量com.github.tobato.fastdfs.domain.conn.
ConnectionPoolConfig
默认jmx域名
FDFS_JMX_NAME_PREFIX
- 类 中的静态变量com.github.tobato.fastdfs.domain.conn.
ConnectionPoolConfig
默认jmx prefix名称
FDFS_MAX_IDLE_PER_KEY
- 类 中的静态变量com.github.tobato.fastdfs.domain.conn.
ConnectionPoolConfig
每个key对应的连接池最大空闲连接数
FDFS_MAX_TOTAL
- 类 中的静态变量com.github.tobato.fastdfs.domain.conn.
ConnectionPoolConfig
从池中借出的对象的最大数目
FDFS_MAX_TOTAL_PER_KEY
- 类 中的静态变量com.github.tobato.fastdfs.domain.conn.
ConnectionPoolConfig
每个Key最大连接数
FDFS_MAX_WAIT_MILLIS
- 类 中的静态变量com.github.tobato.fastdfs.domain.conn.
ConnectionPoolConfig
获取连接时的最大等待毫秒数(如果设置为阻塞时BlockWhenExhausted) 如果超时就抛异常,小于零:阻塞不确定的时间,默认-1
FDFS_MIN_EVICTABLE_IDLETIME_MILLIS
- 类 中的静态变量com.github.tobato.fastdfs.domain.conn.
ConnectionPoolConfig
FDFS_MIN_IDLE_PER_KEY
- 类 中的静态变量com.github.tobato.fastdfs.domain.conn.
ConnectionPoolConfig
每个key对应的连接池最小空闲连接数
FDFS_NUM_TESTS_PEREVICTION_RUN
- 类 中的静态变量com.github.tobato.fastdfs.domain.conn.
ConnectionPoolConfig
每次逐出检查时 逐出的最大数目 如果为负数就是 : 1/abs(n), 默认3 -1表示清理时检查所有线程
FDFS_PROTO_CMD_ACTIVE_TEST
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
连接状态检查命令
FDFS_PROTO_CMD_QUIT
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
客户端关闭连接命令
FDFS_PROTO_CMD_RESP
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
服务端正确返回报文状态
FDFS_PROTO_CMD_SIZE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_PROTO_CONNECTION_LEN
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_PROTO_PKG_LEN_SIZE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_RECORD_SEPERATOR
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_STORAGE_ID_MAX_SIZE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_STORAGE_STATUS_ACTIVE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
StatusConstants
FDFS_STORAGE_STATUS_DELETED
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
StatusConstants
FDFS_STORAGE_STATUS_INIT
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
StatusConstants
FDFS_STORAGE_STATUS_IP_CHANGED
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
StatusConstants
FDFS_STORAGE_STATUS_NONE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
StatusConstants
FDFS_STORAGE_STATUS_OFFLINE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
StatusConstants
FDFS_STORAGE_STATUS_ONLINE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
StatusConstants
FDFS_STORAGE_STATUS_SYNCING
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
StatusConstants
FDFS_STORAGE_STATUS_WAIT_SYNC
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
StatusConstants
FDFS_TEST_WHILE_IDLE
- 类 中的静态变量com.github.tobato.fastdfs.domain.conn.
ConnectionPoolConfig
在空闲时检查有效性, 默认false
FDFS_TIME_BETWEEN_EVICTION_RUNS_MILLIS
- 类 中的静态变量com.github.tobato.fastdfs.domain.conn.
ConnectionPoolConfig
逐出扫描的时间间隔(毫秒) 每过60秒进行一次后台对象清理的行动 如果为负数,则不运行逐出线程, 默认-1
FDFS_TRUNK_FILE_INFO_LEN
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FDFS_VERSION_SIZE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
FdfsClientConfig
-
com.github.tobato.fastdfs
中的类
导入FdfsClient配置
FdfsClientConfig()
- 类 的构造器com.github.tobato.fastdfs.
FdfsClientConfig
FdfsClientConstants
-
com.github.tobato.fastdfs
中的类
FDFSClient常量配置
FdfsColumn
-
com.github.tobato.fastdfs.domain.proto.mapper
中的注释类型
传输参数定义标签
FdfsColumnMapException
-
com.github.tobato.fastdfs.domain.proto.mapper
中的异常错误
映射例外
FdfsColumnMapException()
- 异常错误 的构造器com.github.tobato.fastdfs.domain.proto.mapper.
FdfsColumnMapException
FdfsColumnMapException(String, Throwable, boolean, boolean)
- 异常错误 的构造器com.github.tobato.fastdfs.domain.proto.mapper.
FdfsColumnMapException
FdfsColumnMapException(String, Throwable)
- 异常错误 的构造器com.github.tobato.fastdfs.domain.proto.mapper.
FdfsColumnMapException
FdfsColumnMapException(String)
- 异常错误 的构造器com.github.tobato.fastdfs.domain.proto.mapper.
FdfsColumnMapException
FdfsColumnMapException(Throwable)
- 异常错误 的构造器com.github.tobato.fastdfs.domain.proto.mapper.
FdfsColumnMapException
FdfsCommand
<
T
> -
com.github.tobato.fastdfs.domain.proto
中的接口
Fdfs交易命令抽象
FdfsConnectException
-
com.github.tobato.fastdfs.exception
中的异常错误
非fastdfs本身的错误码抛出的异常,socket连不上时抛出的异常
FdfsConnectException(String, Throwable)
- 异常错误 的构造器com.github.tobato.fastdfs.exception.
FdfsConnectException
FdfsConnectionPool
-
com.github.tobato.fastdfs.domain.conn
中的类
定义Fdfs连接池对象 定义了对象池要实现的功能,对一个地址进行池化Map Pool
FdfsConnectionPool(KeyedPooledObjectFactory<InetSocketAddress, Connection>, GenericKeyedObjectPoolConfig)
- 类 的构造器com.github.tobato.fastdfs.domain.conn.
FdfsConnectionPool
默认构造函数
FdfsConnectionPool(KeyedPooledObjectFactory<InetSocketAddress, Connection>)
- 类 的构造器com.github.tobato.fastdfs.domain.conn.
FdfsConnectionPool
默认构造函数
FdfsException
-
com.github.tobato.fastdfs.exception
中的异常错误
封装fastdfs的异常,使用运行时异常
FdfsException(String)
- 异常错误 的构造器com.github.tobato.fastdfs.exception.
FdfsException
FdfsException(String, Throwable)
- 异常错误 的构造器com.github.tobato.fastdfs.exception.
FdfsException
FdfsInputStream
-
com.github.tobato.fastdfs.domain.proto.storage
中的类
FdfsInputStream包装类
FdfsInputStream(InputStream, long)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
FdfsInputStream
FdfsIOException
-
com.github.tobato.fastdfs.exception
中的异常错误
非fastdfs本身的错误码抛出的异常,而是java客户端向服务端发送命令、文件或从服务端读取结果、下载文件时发生io异常
FdfsIOException(Throwable)
- 异常错误 的构造器com.github.tobato.fastdfs.exception.
FdfsIOException
FdfsIOException(String, Throwable)
- 异常错误 的构造器com.github.tobato.fastdfs.exception.
FdfsIOException
FdfsIOException(String)
- 异常错误 的构造器com.github.tobato.fastdfs.exception.
FdfsIOException
FdfsParamMapper
-
com.github.tobato.fastdfs.domain.proto.mapper
中的类
param对象与byte映射器
FdfsRequest
-
com.github.tobato.fastdfs.domain.proto
中的类
Fdfs交易请求基类
FdfsRequest()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.
FdfsRequest
FdfsResponse
<
T
> -
com.github.tobato.fastdfs.domain.proto
中的类
Fdfs交易应答基类
FdfsResponse()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.
FdfsResponse
构造函数
FdfsServerException
-
com.github.tobato.fastdfs.exception
中的异常错误
fastdfs服务端返回的错误码构成的异常
FdfsUnavailableException
-
com.github.tobato.fastdfs.exception
中的异常错误
非fastdfs本身的错误码抛出的异常,取服务端连接取不到时抛出的异常
FdfsUnavailableException(String)
- 异常错误 的构造器com.github.tobato.fastdfs.exception.
FdfsUnavailableException
FdfsUnavailableException(String, Throwable)
- 异常错误 的构造器com.github.tobato.fastdfs.exception.
FdfsUnavailableException
FdfsUnsupportImageTypeException
-
com.github.tobato.fastdfs.exception
中的异常错误
不支持的图片格式
FdfsUnsupportImageTypeException(String)
- 异常错误 的构造器com.github.tobato.fastdfs.exception.
FdfsUnsupportImageTypeException
FdfsUnsupportStorePathException
-
com.github.tobato.fastdfs.exception
中的异常错误
从Url解析StorePath文件路径对象错误
FdfsUnsupportStorePathException(String)
- 异常错误 的构造器com.github.tobato.fastdfs.exception.
FdfsUnsupportStorePathException
FdfsUploadImageException
-
com.github.tobato.fastdfs.exception
中的异常错误
上传图片例外
FdfsUploadImageException(String)
- 异常错误 的构造器com.github.tobato.fastdfs.exception.
FdfsUploadImageException
FdfsUploadImageException(String, Throwable)
- 异常错误 的构造器com.github.tobato.fastdfs.exception.
FdfsUploadImageException
FdfsWebServer
-
com.github.tobato.fastdfs.domain.conn
中的类
表示文件Web服务器对象 由Nginx服务器承担此角色,通常配置以后就不会再改变
FdfsWebServer()
- 类 的构造器com.github.tobato.fastdfs.domain.conn.
FdfsWebServer
fileExtName
- 类 中的变量com.github.tobato.fastdfs.domain.upload.
AbstractFastFileBuilder
文件扩展名
fileExtName
- 类 中的变量com.github.tobato.fastdfs.domain.upload.
FastFile
文件扩展名
FileInfo
-
com.github.tobato.fastdfs.domain.fdfs
中的类
文件的基础信息
FileInfo()
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
FileInfo
FileInfo(String, long, long, int)
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
FileInfo
fileSize
- 类 中的变量com.github.tobato.fastdfs.domain.upload.
AbstractFastFileBuilder
文件大小
fileSize
- 类 中的变量com.github.tobato.fastdfs.domain.upload.
FastFile
文件大小
fromByte(byte[], Charset)
- 类 中的静态方法com.github.tobato.fastdfs.domain.proto.mapper.
MetadataMapper
将byte映射为对象
G
GenerateStorageClient
-
com.github.tobato.fastdfs.service
中的接口
基本文件存储客户端操作
genericType
- 类 中的变量com.github.tobato.fastdfs.domain.proto.
FdfsResponse
返回值类型
getActiveCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
getAddress()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
TrackerAddressHolder
getBodyLength(Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
FdfsRequest
获取参数域长度
getCharset()
- 接口 中的方法com.github.tobato.fastdfs.domain.conn.
Connection
获取字符集
getCharset()
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
DefaultConnection
获取字符集
getCharset()
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
PooledConnectionFactory
getClassName()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.mapper.
ObjectMetaData
getCmd()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
ProtoHead
getConnection(InetSocketAddress)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
ConnectionManager
获取连接
getConnectionAllocCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getConnectionCurrentCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getConnectionMaxCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getConnectTimeout()
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
PooledConnectionFactory
getContentLength()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
FdfsResponse
获取报文长度
getContentLength()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
ProtoHead
getCrc32()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
FileInfo
getCreateTime()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
FileInfo
getCurrentTrunkFileId()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
getCurrentWritePath()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getCurrentWriteServer()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
getDomainName()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getDownloadBytes()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageDownloadRequest
getErrorCode()
- 异常错误 中的方法com.github.tobato.fastdfs.exception.
FdfsServerException
getFetchStorage(String, String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultTrackerClient
获取源服务器
getFetchStorage(String, String)
- 接口 中的方法com.github.tobato.fastdfs.service.
TrackerClient
获取读取存储节点 get the fetchStorage Client by group and filename
getFieldList()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.mapper.
ObjectMetaData
getFieldsFixTotalSize()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.mapper.
ObjectMetaData
获取固定参数对象总长度
getFieldsSendTotalByteSize(Object, Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.mapper.
ObjectMetaData
获取需要发送的报文长度
getFileExtName()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadFileRequest
getFileExtName()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadSlaveFileRequest
getFileExtName()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastFile
getFileNameByteLengh()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageSetMetadataRequest
getFileOffset()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageDownloadRequest
getFileOffset()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageModifyRequest
getFileSize()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
FileInfo
getFileSize()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
FdfsRequest
getFileSize()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageAppendFileRequest
getFileSize()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageModifyRequest
getFileSize()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageTruncateRequest
getFileSize()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadFileRequest
getFileSize()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadSlaveFileRequest
getFileSize()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastFile
getFreeMB()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
getFreeMB()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getFullPath()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorePath
获取文件全路径
getGroup()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorePath
getGroupName()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
getGroupName()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNode
getGroupName()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNodeInfo
getGroupName()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageDeleteFileRequest
getGroupName()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageDownloadRequest
getGroupName()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageGetMetadataRequest
getGroupName()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageQueryFileInfoRequest
getGroupName()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageSetMetadataRequest
getGroupName()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerDeleteStorageRequest
getGroupName()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerGetFetchStorageRequest
getGroupName()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerGetStoreStorageWithGroupRequest
getGroupName()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerListStoragesRequest
getGroupName()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastFile
getHeadByte(Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
FdfsRequest
获取报文头
getHeight()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
DefaultThumbImageConfig
getHeight()
- 接口 中的方法com.github.tobato.fastdfs.domain.fdfs.
ThumbImageConfig
获得缩略图高
getHeight()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
ThumbImage
getId()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getInetSocketAddress()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNode
getInetSocketAddress()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNodeInfo
getInputFile()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
FdfsRequest
getInputStream()
- 接口 中的方法com.github.tobato.fastdfs.domain.conn.
Connection
获取输入流
getInputStream()
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
DefaultConnection
获取输入流
getInputStream()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastFile
getIp()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNode
getIp()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNodeInfo
getIpAddr()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getJoinTime()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getLastHeartBeatTime()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getLastSourceUpdate()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getLastSyncedTimestamp()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getLastSyncUpdate()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getLastUnavailableTime()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
TrackerAddressHolder
getMasterFilename()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadSlaveFileRequest
getMasterFileNameSize()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadSlaveFileRequest
getMetadata(String, String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
获取metadata
getMetadata(String, String)
- 接口 中的方法com.github.tobato.fastdfs.service.
GenerateStorageClient
获取文件元信息
getMetaDataByteLength()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageSetMetadataRequest
getMetaDataSet()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageSetMetadataRequest
getMetaDataSet()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastFile
getName()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
MetaData
getObjectMap(Class<T>)
- 类 中的静态方法com.github.tobato.fastdfs.domain.proto.mapper.
FdfsParamMapper
获取对象映射定义
getOpFlag()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageSetMetadataRequest
getOutputStream()
- 接口 中的方法com.github.tobato.fastdfs.domain.conn.
Connection
获取输出流
getOutputStream()
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
DefaultConnection
获取输出流
getPath()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorePath
getPath()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageAppendFileRequest
getPath()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageDeleteFileRequest
getPath()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageDownloadRequest
getPath()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageGetMetadataRequest
getPath()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageModifyRequest
getPath()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageQueryFileInfoRequest
getPath()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageSetMetadataRequest
getPath()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageTruncateRequest
getPath()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerGetFetchStorageRequest
getPathSize()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageAppendFileRequest
getPathSize()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageModifyRequest
getPathSize()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageTruncateRequest
getPercent()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
ThumbImage
getPool()
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
ConnectionManager
getPort()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNode
getPort()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNodeInfo
getPrefixName()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
DefaultThumbImageConfig
生成前缀如:_150x150
getPrefixName()
- 接口 中的方法com.github.tobato.fastdfs.domain.fdfs.
ThumbImageConfig
获得缩略图前缀
getPrefixName()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadSlaveFileRequest
getPrefixName()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
ThumbImage
生成前缀如:_150x150
getSoTimeout()
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
PooledConnectionFactory
getSourceIpAddr()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
FileInfo
getSrcIpAddr()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getStatus()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getStatus()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
ProtoHead
getStorageCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
getStorageHttpPort()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
getStorageHttpPort()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getStorageIpAddr()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerDeleteStorageRequest
getStorageIpAddr()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerListStoragesRequest
getStoragePort()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
getStoragePort()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getStoreIndex()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNode
getStoreIndex()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadFileRequest
getStorePathCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
getStorePathCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getStoreStorage()
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultTrackerClient
获取存储节点
getStoreStorage(String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultTrackerClient
按组获取存储节点
getStoreStorage()
- 接口 中的方法com.github.tobato.fastdfs.service.
TrackerClient
获取存储节点 get the StoreStorage Client
getStoreStorage(String)
- 接口 中的方法com.github.tobato.fastdfs.service.
TrackerClient
按组获取存储节点 get the StoreStorage Client by group
getSubdirCountPerPath()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
getSubdirCountPerPath()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessAppendBytes()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessAppendCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessCreateLinkCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessDeleteCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessDeleteLinkCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessDownloadCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessDownloadloadBytes()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessFileOpenCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessFileReadCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessFileWriteCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessGetMetaCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessModifyBytes()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessModifyCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessSetMetaCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessSyncInBytes()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessSyncOutBytes()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessTruncateCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessUploadBytes()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getSuccessUploadCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getThumbImage()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastImageFile
getThumbImagePath(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
DefaultThumbImageConfig
根据文件名获取缩略图路径
getThumbImagePath(String)
- 接口 中的方法com.github.tobato.fastdfs.domain.fdfs.
ThumbImageConfig
获得缩略图路径
getThumbImagePath(String)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastImageFile
获取缩略图路径
getThumbImagePath(String)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
ThumbImage
根据文件名获取缩略图路径
getTotalAppendBytes()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalAppendCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalCreateLinkCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalDeleteCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalDeleteLinkCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalDownloadCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalDownloadloadBytes()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalFileOpenCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalFileReadCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalFileWriteCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalGetMetaCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalMB()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
getTotalMB()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalModifyBytes()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalModifyCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalSetMetaCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalSyncInBytes()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalSyncOutBytes()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalTruncateCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalUploadBytes()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTotalUploadCount()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getTrackerAddress()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
TrackerLocator
获取Tracker服务器地址
getTrackerList()
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
TrackerConnectionManager
getTrackerList()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
TrackerLocator
getTrunkFreeMB()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
getType()
- 枚举 中的方法com.github.tobato.fastdfs.domain.proto.storage.enums.
StorageMetadataSetType
getUpdateStorage(String, String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultTrackerClient
获取更新服务器
getUpdateStorage(String, String)
- 接口 中的方法com.github.tobato.fastdfs.service.
TrackerClient
获取更新节点 get the updateStorage Client by group and filename
getUploadPriority()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getUpTime()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getValue()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
MetaData
getVersion()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
getWebServerUrl()
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
FdfsWebServer
getWidth()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
DefaultThumbImageConfig
getWidth()
- 接口 中的方法com.github.tobato.fastdfs.domain.fdfs.
ThumbImageConfig
获得缩略图宽
getWidth()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
ThumbImage
groupName
- 类 中的变量com.github.tobato.fastdfs.domain.upload.
AbstractFastFileBuilder
上传文件分组
groupName
- 类 中的变量com.github.tobato.fastdfs.domain.upload.
FastFile
上传文件分组
GroupState
-
com.github.tobato.fastdfs.domain.fdfs
中的类
fastdfs中group的状态信息
GroupState()
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
GroupState
H
hashCode()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
MetaData
head
- 类 中的变量com.github.tobato.fastdfs.domain.proto.
FdfsRequest
报文头
head
- 类 中的变量com.github.tobato.fastdfs.domain.proto.
FdfsResponse
报文头
I
INFINITE_FILE_SIZE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
initTracker()
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
TrackerConnectionManager
初始化方法
inputFile
- 类 中的变量com.github.tobato.fastdfs.domain.proto.
FdfsRequest
发送文件
inputStream
- 类 中的变量com.github.tobato.fastdfs.domain.upload.
AbstractFastFileBuilder
输入流
inputStream
- 类 中的变量com.github.tobato.fastdfs.domain.upload.
FastFile
输入流
isAvailable()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
TrackerAddressHolder
isClosed()
- 接口 中的方法com.github.tobato.fastdfs.domain.conn.
Connection
连接是否关闭
isClosed()
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
DefaultConnection
连接是否关闭
isDefaultConfig()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
ThumbImage
isReadCompleted()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.
FdfsInputStream
是否已完成读取
isTrunkServer()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
isValid()
- 接口 中的方法com.github.tobato.fastdfs.domain.conn.
Connection
测试连接是否有效
isValid()
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
DefaultConnection
检查连接是否有效
L
listGroups()
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultTrackerClient
列出组
listGroups()
- 接口 中的方法com.github.tobato.fastdfs.service.
TrackerClient
获取组状态list groups
listStorages(String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultTrackerClient
按组列出存储状态
listStorages(String, String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultTrackerClient
按ip列出存储状态
listStorages(String)
- 接口 中的方法com.github.tobato.fastdfs.service.
TrackerClient
按组名获取存储节点状态list storages by groupName
listStorages(String, String)
- 接口 中的方法com.github.tobato.fastdfs.service.
TrackerClient
获取存储状态 list storages by groupName and storageIpAddr
LOGGER
- 类 中的静态变量com.github.tobato.fastdfs.domain.conn.
ConnectionManager
日志
LOGGER
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.storage.
DownloadFileWriter
日志
LOGGER
- 类 中的静态变量com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
日志
long2buff(long)
- 类 中的静态方法com.github.tobato.fastdfs.domain.proto.mapper.
BytesUtil
long convert to buff (big-endian)
M
map(byte[], Class<T>, Charset)
- 类 中的静态方法com.github.tobato.fastdfs.domain.proto.mapper.
FdfsParamMapper
将byte解码为对象
mergeMetadata(String, String, Set<MetaData>)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
合并metadata
mergeMetadata(String, String, Set<MetaData>)
- 接口 中的方法com.github.tobato.fastdfs.service.
GenerateStorageClient
修改文件元信息(合并)
MetaData
-
com.github.tobato.fastdfs.domain.fdfs
中的类
文件元数据(MetaData)
MetaData()
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
MetaData
MetaData(String)
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
MetaData
MetaData(String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
MetaData
MetadataMapper
-
com.github.tobato.fastdfs.domain.proto.mapper
中的类
文件标签(元数据)映射对象
metaDataSet
- 类 中的变量com.github.tobato.fastdfs.domain.upload.
AbstractFastFileBuilder
文件元数据
metaDataSet
- 类 中的变量com.github.tobato.fastdfs.domain.upload.
FastFile
文件元数据
modifyFile(String, String, InputStream, long, long)
- 接口 中的方法com.github.tobato.fastdfs.service.
AppendFileStorageClient
修改续传文件的内容
modifyFile(String, String, InputStream, long, long)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultAppendFileStorageClient
修改文件
N
NORMAL_LOGIC_FILENAME_LENGTH
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
O
ObjectMetaData
-
com.github.tobato.fastdfs.domain.proto.mapper
中的类
映射对象元数据 映射对象元数据必须由
@FdfsColumn
注解
ObjectMetaData(Class<T>)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.mapper.
ObjectMetaData
映射对象元数据构造函数
objString2Byte(String, int, Charset)
- 类 中的静态方法com.github.tobato.fastdfs.domain.proto.mapper.
BytesUtil
将String转换为byte
objString2Byte(String, Charset)
- 类 中的静态方法com.github.tobato.fastdfs.domain.proto.mapper.
BytesUtil
将String转换为byte
OtherConstants
-
com.github.tobato.fastdfs.domain.proto
中的类
fastdfs协议暂时未分类的常量
OtherConstants()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.
OtherConstants
overwriteMetadata(String, String, Set<MetaData>)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
覆盖metadata
overwriteMetadata(String, String, Set<MetaData>)
- 接口 中的方法com.github.tobato.fastdfs.service.
GenerateStorageClient
修改文件元信息(覆盖)
P
parseFromUrl(String)
- 类 中的静态方法com.github.tobato.fastdfs.domain.fdfs.
StorePath
从Url当中解析存储路径对象
POOL_CONFIG_PREFIX
- 类 中的静态变量com.github.tobato.fastdfs.
FdfsClientConstants
连接池配置
PooledConnectionFactory
-
com.github.tobato.fastdfs.domain.conn
中的类
pooled FdfsSocket factory 定义了被池化的对象的创建,初始化,激活,钝化以及销毁功能
PooledConnectionFactory()
- 类 的构造器com.github.tobato.fastdfs.domain.conn.
PooledConnectionFactory
PROTO_HEADER_CMD_INDEX
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
报文头中命令位置
PROTO_HEADER_STATUS_INDEX
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
报文头中状态码位置
ProtoHead
-
com.github.tobato.fastdfs.domain.proto
中的类
FDFS协议头定义 FDFS协议头一共10位
ProtoHead(byte)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.
ProtoHead
请求报文构造函数
ProtoHead(long, byte, byte)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.
ProtoHead
返回报文构造函数
Q
queryFileInfo(String, String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
查询文件信息
queryFileInfo(String, String)
- 接口 中的方法com.github.tobato.fastdfs.service.
GenerateStorageClient
查看文件的信息
R
read()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.
FdfsInputStream
read(byte[], int, int)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.
FdfsInputStream
receive(InputStream, Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
AbstractFdfsCommand
接收这里只能确切知道报文头,报文内容(参数+文件)只能靠接收对象分析
recv(InputStream)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.
DownloadByteArray
recv(InputStream)
- 接口 中的方法com.github.tobato.fastdfs.domain.proto.storage.
DownloadCallback
注意不能直接返回入参的InputStream,因为此方法返回后将关闭原输入流 不能关闭ins?
recv(InputStream)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.
DownloadFileWriter
文件接收处理
request
- 类 中的变量com.github.tobato.fastdfs.domain.proto.
AbstractFdfsCommand
表示请求消息
response
- 类 中的变量com.github.tobato.fastdfs.domain.proto.
AbstractFdfsCommand
解析反馈消息对象
ROOT_CONFIG_PREFIX
- 类 中的静态变量com.github.tobato.fastdfs.
FdfsClientConstants
配置文件前缀
S
send(OutputStream, Charset)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
AbstractFdfsCommand
将报文输出规范为模板方法 1.输出报文头 2.输出报文参数 3.输出文件内容
sendFileContent(InputStream, long, OutputStream)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
AbstractFdfsCommand
发送文件
setActive()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
TrackerAddressHolder
有效
setActive(InetSocketAddress)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
TrackerLocator
设置连接有效
setActiveCount(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
setCharsetName(String)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
PooledConnectionFactory
setConnectionAllocCount(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setConnectionCurrentCount(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setConnectionManager(ConnectionManager)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
setConnectionMaxCount(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setConnectTimeout(int)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
PooledConnectionFactory
setContentLength(long)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
ProtoHead
setCrc32(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
FileInfo
setCreateTime(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
FileInfo
setCurrentTrunkFileId(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
setCurrentWritePath(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setCurrentWriteServer(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
setDefaultSize(int, int)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
ThumbImage
设置默认缩放尺寸
setDomainName(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setFileExtName(String)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadFileRequest
setFileExtName(String)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadSlaveFileRequest
setFileSize(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
FileInfo
setFileSize(long)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageAppendFileRequest
setFileSize(long)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageTruncateRequest
setFileSize(long)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadSlaveFileRequest
setFreeMB(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
setFreeMB(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setGroup(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorePath
setGroupName(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
setGroupName(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNode
setGroupName(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNodeInfo
setGroupName(String)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageDeleteFileRequest
setGroupName(String)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageGetMetadataRequest
setGroupName(String)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageQueryFileInfoRequest
setHeight(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
DefaultThumbImageConfig
setId(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setInActive()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
TrackerAddressHolder
无效
setInActive(InetSocketAddress)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
TrackerLocator
设置连接无效
setIp(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNode
setIp(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNodeInfo
setIpAddr(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setJoinTime(Date)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setLastHeartBeatTime(Date)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setLastSourceUpdate(Date)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setLastSyncedTimestamp(Date)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setLastSyncUpdate(Date)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setMasterFileNameSize(long)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadSlaveFileRequest
setName(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
MetaData
setPath(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorePath
setPath(String)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageAppendFileRequest
setPath(String)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageDeleteFileRequest
setPath(String)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageGetMetadataRequest
setPath(String)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageQueryFileInfoRequest
setPath(String)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageTruncateRequest
setPathSize(long)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageAppendFileRequest
setPathSize(long)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageTruncateRequest
setPool(FdfsConnectionPool)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
ConnectionManager
setPort(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNode
setPort(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNodeInfo
setRetryAfterSecend(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
TrackerLocator
setSoTimeout(int)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
PooledConnectionFactory
setSourceIpAddr(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
FileInfo
setSrcIpAddr(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setStatus(byte)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setStorageCount(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
setStorageHttpPort(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
setStorageHttpPort(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setStoragePort(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
setStoragePort(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setStoreIndex(byte)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNode
setStoreIndex(byte)
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadFileRequest
setStorePathCount(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
setStorePathCount(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSubdirCountPerPath(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
setSubdirCountPerPath(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessAppendBytes(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessAppendCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessCreateLinkCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessDeleteCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessDeleteLinkCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessDownloadCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessDownloadloadBytes(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessFileOpenCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessFileReadCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessFileWriteCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessGetMetaCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessModifyBytes(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessModifyCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessSetMetaCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessSyncInBytes(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessSyncOutBytes(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessTruncateCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessUploadBytes(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setSuccessUploadCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalAppendBytes(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalAppendCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalCreateLinkCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalDeleteCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalDeleteLinkCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalDownloadCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalDownloadloadBytes(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalFileOpenCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalFileReadCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalFileWriteCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalGetMetaCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalMB(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
setTotalMB(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalModifyBytes(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalModifyCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalSetMetaCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalSyncInBytes(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalSyncOutBytes(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalTruncateCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalUploadBytes(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTotalUploadCount(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setTrackerClientService(TrackerClient)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
setTrackerList(List<String>)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
TrackerConnectionManager
setTrackerList(List<String>)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
TrackerLocator
setTrunkFreeMB(long)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
setTrunkServer(boolean)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setUploadPriority(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setUpTime(Date)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setValue(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
MetaData
setVersion(String)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
setWebServerUrl(String)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
FdfsWebServer
setWidth(int)
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
DefaultThumbImageConfig
StatusConstants
-
com.github.tobato.fastdfs.domain.proto
中的类
fastdfs协议服务端状态的常量
StatusConstants()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.
StatusConstants
STORAGE_PROTO_CMD_APPEND_FILE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
对文件断点续传(附加在原来为上传完全的文件后面)
STORAGE_PROTO_CMD_DELETE_FILE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
STORAGE_PROTO_CMD_DOWNLOAD_FILE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
STORAGE_PROTO_CMD_GET_METADATA
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
STORAGE_PROTO_CMD_MODIFY_FILE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
修改支持断点续传的文件
STORAGE_PROTO_CMD_QUERY_FILE_INFO
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
STORAGE_PROTO_CMD_SET_METADATA
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
STORAGE_PROTO_CMD_TRUNCATE_FILE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
清空支持断点的文件
STORAGE_PROTO_CMD_UPLOAD_APPENDER_FILE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
创建一个支持断点续传的文件
STORAGE_PROTO_CMD_UPLOAD_FILE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
上传文件
STORAGE_PROTO_CMD_UPLOAD_SLAVE_FILE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
STORAGE_SET_METADATA_FLAG_MERGE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
for replace, insert when the meta item not exist, otherwise update it
STORAGE_SET_METADATA_FLAG_OVERWRITE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
for overwrite all old metadata
StorageAppendFileCommand
-
com.github.tobato.fastdfs.domain.proto.storage
中的类
添加文件命令
StorageAppendFileCommand(InputStream, long, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
StorageAppendFileCommand
StorageAppendFileRequest
-
com.github.tobato.fastdfs.domain.proto.storage.internal
中的类
文件上传命令
StorageAppendFileRequest(InputStream, long, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageAppendFileRequest
构造函数
StorageDeleteFileCommand
-
com.github.tobato.fastdfs.domain.proto.storage
中的类
文件删除命令
StorageDeleteFileCommand(String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
StorageDeleteFileCommand
文件删除命令
StorageDeleteFileRequest
-
com.github.tobato.fastdfs.domain.proto.storage.internal
中的类
文件上传命令
StorageDeleteFileRequest(String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageDeleteFileRequest
删除文件命令
StorageDownloadCommand
<
T
> -
com.github.tobato.fastdfs.domain.proto.storage
中的类
文件下载命令
StorageDownloadCommand(String, String, long, long, DownloadCallback<T>)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
StorageDownloadCommand
下载部分文件
StorageDownloadCommand(String, String, DownloadCallback<T>)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
StorageDownloadCommand
下载文件
StorageDownloadRequest
-
com.github.tobato.fastdfs.domain.proto.storage.internal
中的类
文件下载请求
StorageDownloadRequest(String, String, long, long)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageDownloadRequest
文件下载请求
StorageDownloadResponse
<
T
> -
com.github.tobato.fastdfs.domain.proto.storage.internal
中的类
文件下载结果
StorageDownloadResponse(DownloadCallback<T>)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageDownloadResponse
StorageGetMetadataCommand
-
com.github.tobato.fastdfs.domain.proto.storage
中的类
设置文件标签
StorageGetMetadataCommand(String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
StorageGetMetadataCommand
设置文件标签(元数据)
StorageGetMetadataRequest
-
com.github.tobato.fastdfs.domain.proto.storage.internal
中的类
查询文件信息命令
StorageGetMetadataRequest(String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageGetMetadataRequest
删除文件命令
StorageGetMetadataResponse
-
com.github.tobato.fastdfs.domain.proto.storage.internal
中的类
列出分组信息执行结果
StorageGetMetadataResponse()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageGetMetadataResponse
StorageMetadataSetType
-
com.github.tobato.fastdfs.domain.proto.storage.enums
中的枚举
元数据设置方式
StorageModifyCommand
-
com.github.tobato.fastdfs.domain.proto.storage
中的类
文件修改命令
StorageModifyCommand(String, InputStream, long, long)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
StorageModifyCommand
文件修改命令
StorageModifyRequest
-
com.github.tobato.fastdfs.domain.proto.storage.internal
中的类
文件修改请求
StorageModifyRequest(InputStream, long, String, long)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageModifyRequest
构造函数
StorageNode
-
com.github.tobato.fastdfs.domain.fdfs
中的类
向tracker请求上传、下载文件或其他文件请求时,tracker返回的文件storage节点的信息
StorageNode(String, int, byte)
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
StorageNode
存储节点
StorageNode()
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
StorageNode
StorageNodeInfo
-
com.github.tobato.fastdfs.domain.fdfs
中的类
向tracker请求上传、下载文件或其他文件请求时,tracker返回的文件storage节点的信息
StorageNodeInfo(String, int)
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
StorageNodeInfo
存储节点
StorageNodeInfo()
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
StorageNodeInfo
StorageQueryFileInfoCommand
-
com.github.tobato.fastdfs.domain.proto.storage
中的类
文件查询命令
StorageQueryFileInfoCommand(String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
StorageQueryFileInfoCommand
文件查询命令
StorageQueryFileInfoRequest
-
com.github.tobato.fastdfs.domain.proto.storage.internal
中的类
查询文件信息命令
StorageQueryFileInfoRequest(String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageQueryFileInfoRequest
删除文件命令
StorageSetMetadataCommand
-
com.github.tobato.fastdfs.domain.proto.storage
中的类
设置文件标签
StorageSetMetadataCommand(String, String, Set<MetaData>, StorageMetadataSetType)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
StorageSetMetadataCommand
设置文件标签(元数据)
StorageSetMetadataRequest
-
com.github.tobato.fastdfs.domain.proto.storage.internal
中的类
设置文件标签
StorageSetMetadataRequest(String, String, Set<MetaData>, StorageMetadataSetType)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageSetMetadataRequest
设置文件元数据
StorageState
-
com.github.tobato.fastdfs.domain.fdfs
中的类
fastdfs中storage节点的状态信息
StorageState()
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
StorageState
StorageTruncateCommand
-
com.github.tobato.fastdfs.domain.proto.storage
中的类
文件Truncate命令
StorageTruncateCommand(String, long)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
StorageTruncateCommand
StorageTruncateCommand
StorageTruncateRequest
-
com.github.tobato.fastdfs.domain.proto.storage.internal
中的类
文件Truncate命令 使用限制:创建文件时候需要采用<<源追加>>模式,之后才能Truncate size使用也有限制
StorageTruncateRequest(String, long)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageTruncateRequest
文件Truncate命令
StorageUploadFileCommand
-
com.github.tobato.fastdfs.domain.proto.storage
中的类
文件上传命令
StorageUploadFileCommand(byte, InputStream, String, long, boolean)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
StorageUploadFileCommand
文件上传命令
StorageUploadFileRequest
-
com.github.tobato.fastdfs.domain.proto.storage.internal
中的类
文件上传命令
StorageUploadFileRequest(byte, InputStream, String, long, boolean)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadFileRequest
构造函数
StorageUploadSlaveFileCommand
-
com.github.tobato.fastdfs.domain.proto.storage
中的类
从文件上传命令 使用背景 使用FastDFS存储一个图片的多个分辨率的备份时,希望只记录源图的FID, 并能将其它分辨率的图片与源图关联。
StorageUploadSlaveFileCommand(InputStream, long, String, String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.
StorageUploadSlaveFileCommand
文件上传命令
StorageUploadSlaveFileRequest
-
com.github.tobato.fastdfs.domain.proto.storage.internal
中的类
从文件上传命令
StorageUploadSlaveFileRequest(InputStream, long, String, String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageUploadSlaveFileRequest
构造函数
StorePath
-
com.github.tobato.fastdfs.domain.fdfs
中的类
存储文件的路径信息
StorePath()
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
StorePath
存储文件路径
StorePath(String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
StorePath
存储文件路径
SUCCESS
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
ErrorCodeConstants
SUPPORT_IMAGE_TYPE
- 类 中的静态变量com.github.tobato.fastdfs.
FdfsClientConstants
支持图片类型
T
THUMB_IMAGE_CONFIG_PREFIX
- 类 中的静态变量com.github.tobato.fastdfs.
FdfsClientConstants
缩略图配置
ThumbImage
-
com.github.tobato.fastdfs.domain.upload
中的类
缩略图配置 支持三种配置 1.
ThumbImage(int, int)
- 类 的构造器com.github.tobato.fastdfs.domain.upload.
ThumbImage
按长宽缩放
ThumbImage(double)
- 类 的构造器com.github.tobato.fastdfs.domain.upload.
ThumbImage
按比例缩放
ThumbImage()
- 类 的构造器com.github.tobato.fastdfs.domain.upload.
ThumbImage
按默认配置生成
ThumbImageConfig
-
com.github.tobato.fastdfs.domain.fdfs
中的接口
缩略图生成配置支持
toByte(Object, Charset)
- 类 中的静态方法com.github.tobato.fastdfs.domain.proto.mapper.
FdfsParamMapper
序列化为Byte
toByte(Set<MetaData>, Charset)
- 类 中的静态方法com.github.tobato.fastdfs.domain.proto.mapper.
MetadataMapper
将元数据映射为byte
toByte()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
ProtoHead
toByte
toGroup(String)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
AbstractFastFileBuilder
上传至文件组
toGroup(String)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastFile.Builder
toGroup(String)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastImageFile.Builder
toString()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
FileInfo
toString()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
GroupState
toString()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
MetaData
toString()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNode
toString()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageNodeInfo
toString()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorageState
toString()
- 类 中的方法com.github.tobato.fastdfs.domain.fdfs.
StorePath
toString()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
ProtoHead
toString()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageAppendFileRequest
toString()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.storage.internal.
StorageTruncateRequest
TRACKER_PROTO_CMD_SERVER_DELETE_STORAGE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
TRACKER_PROTO_CMD_SERVER_LIST_GROUP
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
TRACKER_PROTO_CMD_SERVER_LIST_STORAGE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
TRACKER_PROTO_CMD_SERVICE_QUERY_FETCH_ALL
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
TRACKER_PROTO_CMD_SERVICE_QUERY_FETCH_ONE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITH_GROUP_ALL
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITH_GROUP_ONE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITHOUT_GROUP_ALL
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITHOUT_GROUP_ONE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
TRACKER_PROTO_CMD_SERVICE_QUERY_UPDATE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
CmdConstants
TRACKER_QUERY_STORAGE_FETCH_BODY_LEN
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
TRACKER_QUERY_STORAGE_STORE_BODY_LEN
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
TrackerAddressHolder
-
com.github.tobato.fastdfs.domain.fdfs
中的类
管理TrackerAddress当前状态
TrackerAddressHolder(InetSocketAddress)
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
TrackerAddressHolder
构造函数
trackerClient
- 类 中的变量com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
trackerClient
TrackerClient
-
com.github.tobato.fastdfs.service
中的接口
目录服务(Tracker)客户端接口
TrackerConnectionManager
-
com.github.tobato.fastdfs.domain.conn
中的类
管理TrackerClient连接池分配
TrackerConnectionManager()
- 类 的构造器com.github.tobato.fastdfs.domain.conn.
TrackerConnectionManager
构造函数
TrackerConnectionManager(FdfsConnectionPool)
- 类 的构造器com.github.tobato.fastdfs.domain.conn.
TrackerConnectionManager
构造函数
TrackerDeleteStorageCommand
-
com.github.tobato.fastdfs.domain.proto.tracker
中的类
移除存储服务器命令
TrackerDeleteStorageCommand(String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.
TrackerDeleteStorageCommand
TrackerDeleteStorageRequest
-
com.github.tobato.fastdfs.domain.proto.tracker.internal
中的类
移除存储服务器
TrackerDeleteStorageRequest(String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerDeleteStorageRequest
获取文件源服务器
TrackerGetFetchStorageCommand
-
com.github.tobato.fastdfs.domain.proto.tracker
中的类
获取源服务器
TrackerGetFetchStorageCommand(String, String, boolean)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.
TrackerGetFetchStorageCommand
TrackerGetFetchStorageRequest
-
com.github.tobato.fastdfs.domain.proto.tracker.internal
中的类
获取源服务器
TrackerGetFetchStorageRequest(String, String, boolean)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerGetFetchStorageRequest
获取文件源服务器
TrackerGetStoreStorageCommand
-
com.github.tobato.fastdfs.domain.proto.tracker
中的类
获取存储节点命令
TrackerGetStoreStorageCommand(String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.
TrackerGetStoreStorageCommand
TrackerGetStoreStorageCommand()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.
TrackerGetStoreStorageCommand
TrackerGetStoreStorageRequest
-
com.github.tobato.fastdfs.domain.proto.tracker.internal
中的类
获取存储节点请求
TrackerGetStoreStorageRequest()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerGetStoreStorageRequest
获取存储节点
TrackerGetStoreStorageWithGroupRequest
-
com.github.tobato.fastdfs.domain.proto.tracker.internal
中的类
按分组获取存储节点
TrackerGetStoreStorageWithGroupRequest(String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerGetStoreStorageWithGroupRequest
获取存储节点
TrackerListGroupsCommand
-
com.github.tobato.fastdfs.domain.proto.tracker
中的类
列出组命令
TrackerListGroupsCommand()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.
TrackerListGroupsCommand
TrackerListGroupsRequest
-
com.github.tobato.fastdfs.domain.proto.tracker.internal
中的类
列出分组命令
TrackerListGroupsRequest()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerListGroupsRequest
TrackerListGroupsResponse
-
com.github.tobato.fastdfs.domain.proto.tracker.internal
中的类
列出分组信息执行结果
TrackerListGroupsResponse()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerListGroupsResponse
TrackerListStoragesCommand
-
com.github.tobato.fastdfs.domain.proto.tracker
中的类
列出组命令
TrackerListStoragesCommand(String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.
TrackerListStoragesCommand
TrackerListStoragesCommand(String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.
TrackerListStoragesCommand
TrackerListStoragesRequest
-
com.github.tobato.fastdfs.domain.proto.tracker.internal
中的类
列出存储状态
TrackerListStoragesRequest()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerListStoragesRequest
TrackerListStoragesRequest(String, String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerListStoragesRequest
列举存储服务器状态
TrackerListStoragesRequest(String)
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerListStoragesRequest
列举组当中存储节点状态
TrackerListStoragesResponse
-
com.github.tobato.fastdfs.domain.proto.tracker.internal
中的类
列出分组信息执行结果
TrackerListStoragesResponse()
- 类 的构造器com.github.tobato.fastdfs.domain.proto.tracker.internal.
TrackerListStoragesResponse
TrackerLocator
-
com.github.tobato.fastdfs.domain.fdfs
中的类
表示Tracker服务器位置 支持负载均衡对IP轮询
TrackerLocator(List<String>)
- 类 的构造器com.github.tobato.fastdfs.domain.fdfs.
TrackerLocator
初始化Tracker服务器地址 配置方式为 ip:port 如 192.168.1.2:21000
truncateFile(String, String, long)
- 接口 中的方法com.github.tobato.fastdfs.service.
AppendFileStorageClient
清除续传类型文件的内容
truncateFile(String, String)
- 接口 中的方法com.github.tobato.fastdfs.service.
AppendFileStorageClient
清除续传类型文件的内容
truncateFile(String, String, long)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultAppendFileStorageClient
清除文件
truncateFile(String, String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultAppendFileStorageClient
清除文件
TRUNK_FILE_MARK_SIZE
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
TRUNK_LOGIC_FILENAME_LENGTH
- 类 中的静态变量com.github.tobato.fastdfs.domain.proto.
OtherConstants
U
uploadAppenderFile(String, InputStream, long, String)
- 接口 中的方法com.github.tobato.fastdfs.service.
AppendFileStorageClient
上传支持断点续传的文件
uploadAppenderFile(String, InputStream, long, String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultAppendFileStorageClient
上传支持断点续传的文件
uploadFile(InputStream, long, String, Set<MetaData>)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultFastFileStorageClient
上传文件
uploadFile(FastFile)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultFastFileStorageClient
上传文件 可通过fastFile对象配置 1.
uploadFile(String, InputStream, long, String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
上传不支持断点续传的文件
uploadFile(InputStream, long, String, Set<MetaData>)
- 接口 中的方法com.github.tobato.fastdfs.service.
FastFileStorageClient
上传一般文件
uploadFile(FastFile)
- 接口 中的方法com.github.tobato.fastdfs.service.
FastFileStorageClient
上传文件 可通过fastFile对象配置 1.
uploadFile(String, InputStream, long, String)
- 接口 中的方法com.github.tobato.fastdfs.service.
GenerateStorageClient
上传文件(文件不可修改) 文件上传后不可以修改,如果要修改则删除以后重新上传
uploadImage(FastImageFile)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultFastFileStorageClient
上传图片 可通过fastImageFile对象配置 1.
uploadImage(FastImageFile)
- 接口 中的方法com.github.tobato.fastdfs.service.
FastFileStorageClient
上传图片 可通过fastImageFile对象配置 1.
uploadImageAndCrtThumbImage(InputStream, long, String, Set<MetaData>)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultFastFileStorageClient
上传图片并且生成缩略图
uploadImageAndCrtThumbImage(InputStream, long, String, Set<MetaData>)
- 接口 中的方法com.github.tobato.fastdfs.service.
FastFileStorageClient
上传图片并且生成缩略图 支持的图片格式包括"JPG", "JPEG", "PNG", "GIF", "BMP", "WBMP"
uploadSlaveFile(String, String, InputStream, long, String, String)
- 类 中的方法com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
上传从文件
uploadSlaveFile(String, String, InputStream, long, String, String)
- 接口 中的方法com.github.tobato.fastdfs.service.
GenerateStorageClient
上传从文件
V
validateObject(InetSocketAddress, PooledObject<Connection>)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
PooledConnectionFactory
validateResponseHead()
- 类 中的方法com.github.tobato.fastdfs.domain.proto.
ProtoHead
验证服务端返回报文有效性
valueOf(String)
- 枚举 中的静态方法com.github.tobato.fastdfs.domain.proto.mapper.
DynamicFieldType
返回带有指定名称的该类型的枚举常量。
valueOf(String)
- 枚举 中的静态方法com.github.tobato.fastdfs.domain.proto.storage.enums.
StorageMetadataSetType
返回带有指定名称的该类型的枚举常量。
values()
- 枚举 中的静态方法com.github.tobato.fastdfs.domain.proto.mapper.
DynamicFieldType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values()
- 枚举 中的静态方法com.github.tobato.fastdfs.domain.proto.storage.enums.
StorageMetadataSetType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
W
withFile(InputStream, long, String)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
AbstractFastFileBuilder
上传文件
withFile(InputStream, long, String)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastFile.Builder
withFile(InputStream, long, String)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastImageFile.Builder
withMetaData(String, String)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
AbstractFastFileBuilder
元数据信息
withMetaData(Set<MetaData>)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
AbstractFastFileBuilder
元数据信息
withMetaData(String, String)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastFile.Builder
withMetaData(Set<MetaData>)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastFile.Builder
withMetaData(String, String)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastImageFile.Builder
withMetaData(Set<MetaData>)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastImageFile.Builder
withThumbImage()
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastImageFile.Builder
按默认方式生成缩略图
withThumbImage(int, int)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastImageFile.Builder
缩略图配置
withThumbImage(double)
- 类 中的方法com.github.tobato.fastdfs.domain.upload.
FastImageFile.Builder
缩放比例配置
wrap(Connection)
- 类 中的方法com.github.tobato.fastdfs.domain.conn.
PooledConnectionFactory
将对象池化pooledObject
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2019. All rights reserved.