- FastFileStorageClient - com.github.tobato.fastdfs.service中的接口
-
面向普通应用的文件操作接口封装
- FDFS_BLOCK_WHEN_EXHAUSTED - 类 中的静态变量com.github.tobato.fastdfs.conn.ConnectionPoolConfig
-
连接耗尽时是否阻塞(默认true)
false报异常,ture阻塞直到超时
- FDFS_DOMAIN_NAME_MAX_SIZE - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_FIELD_SEPERATOR - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_FILE_EXT_NAME_MAX_LEN - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_FILE_PATH_LEN - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_FILE_PREFIX_MAX_LEN - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_FILENAME_BASE64_LENGTH - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_GROUP_NAME_MAX_LEN - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_IPADDR_SIZE - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_JMX_NAME_BASE - 类 中的静态变量com.github.tobato.fastdfs.conn.ConnectionPoolConfig
-
默认jmx域名
- FDFS_JMX_NAME_PREFIX - 类 中的静态变量com.github.tobato.fastdfs.conn.ConnectionPoolConfig
-
默认jmx prefix名称
- FDFS_MAX_TOTAL - 类 中的静态变量com.github.tobato.fastdfs.conn.ConnectionPoolConfig
-
从池中借出的对象的最大数目
- FDFS_MAX_WAIT_MILLIS - 类 中的静态变量com.github.tobato.fastdfs.conn.ConnectionPoolConfig
-
获取连接时的最大等待毫秒数(如果设置为阻塞时BlockWhenExhausted)
如果超时就抛异常,小于零:阻塞不确定的时间,默认-1
- FDFS_MIN_EVICTABLE_IDLETIME_MILLIS - 类 中的静态变量com.github.tobato.fastdfs.conn.ConnectionPoolConfig
-
- FDFS_NUM_TESTS_PEREVICTION_RUN - 类 中的静态变量com.github.tobato.fastdfs.conn.ConnectionPoolConfig
-
每次逐出检查时 逐出的最大数目 如果为负数就是 : 1/abs(n), 默认3
-1表示清理时检查所有线程
- FDFS_PROTO_CMD_ACTIVE_TEST - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
-
连接状态检查命令
- FDFS_PROTO_CMD_QUIT - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
-
客户端关闭连接命令
- FDFS_PROTO_CMD_RESP - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
-
服务端正确返回报文状态
- FDFS_PROTO_CMD_SIZE - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_PROTO_CONNECTION_LEN - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_PROTO_PKG_LEN_SIZE - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_RECORD_SEPERATOR - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_STORAGE_ID_MAX_SIZE - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_STORAGE_STATUS_ACTIVE - 类 中的静态变量com.github.tobato.fastdfs.proto.StatusConstants
-
- FDFS_STORAGE_STATUS_DELETED - 类 中的静态变量com.github.tobato.fastdfs.proto.StatusConstants
-
- FDFS_STORAGE_STATUS_INIT - 类 中的静态变量com.github.tobato.fastdfs.proto.StatusConstants
-
- FDFS_STORAGE_STATUS_IP_CHANGED - 类 中的静态变量com.github.tobato.fastdfs.proto.StatusConstants
-
- FDFS_STORAGE_STATUS_NONE - 类 中的静态变量com.github.tobato.fastdfs.proto.StatusConstants
-
- FDFS_STORAGE_STATUS_OFFLINE - 类 中的静态变量com.github.tobato.fastdfs.proto.StatusConstants
-
- FDFS_STORAGE_STATUS_ONLINE - 类 中的静态变量com.github.tobato.fastdfs.proto.StatusConstants
-
- FDFS_STORAGE_STATUS_SYNCING - 类 中的静态变量com.github.tobato.fastdfs.proto.StatusConstants
-
- FDFS_STORAGE_STATUS_WAIT_SYNC - 类 中的静态变量com.github.tobato.fastdfs.proto.StatusConstants
-
- FDFS_TEST_WHILE_IDLE - 类 中的静态变量com.github.tobato.fastdfs.conn.ConnectionPoolConfig
-
在空闲时检查有效性, 默认false
- FDFS_TIME_BETWEEN_EVICTION_RUNS_MILLIS - 类 中的静态变量com.github.tobato.fastdfs.conn.ConnectionPoolConfig
-
逐出扫描的时间间隔(毫秒) 每过60秒进行一次后台对象清理的行动
如果为负数,则不运行逐出线程, 默认-1
- FDFS_TRUNK_FILE_INFO_LEN - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FDFS_VERSION_SIZE - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
-
- FdfsClientConfig - com.github.tobato.fastdfs中的类
-
导入FdfsClient配置
- FdfsClientConfig() - 类 的构造器com.github.tobato.fastdfs.FdfsClientConfig
-
- FdfsClientConstants - com.github.tobato.fastdfs中的类
-
客户端常量配置
- FdfsColumn - com.github.tobato.fastdfs.proto.mapper中的注释类型
-
传输参数定义标签
- FdfsColumnMapException - com.github.tobato.fastdfs.proto.mapper中的异常错误
-
映射例外
- FdfsColumnMapException() - 异常错误 的构造器com.github.tobato.fastdfs.proto.mapper.FdfsColumnMapException
-
- FdfsColumnMapException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.github.tobato.fastdfs.proto.mapper.FdfsColumnMapException
-
- FdfsColumnMapException(String, Throwable) - 异常错误 的构造器com.github.tobato.fastdfs.proto.mapper.FdfsColumnMapException
-
- FdfsColumnMapException(String) - 异常错误 的构造器com.github.tobato.fastdfs.proto.mapper.FdfsColumnMapException
-
- FdfsColumnMapException(Throwable) - 异常错误 的构造器com.github.tobato.fastdfs.proto.mapper.FdfsColumnMapException
-
- FdfsCommand<T> - com.github.tobato.fastdfs.proto中的接口
-
Fdfs交易命令抽象
- FdfsConnectException - com.github.tobato.fastdfs.exception中的异常错误
-
非fastdfs本身的错误码抛出的异常,socket连不上时抛出的异常
- FdfsConnectException(String, Throwable) - 异常错误 的构造器com.github.tobato.fastdfs.exception.FdfsConnectException
-
- FdfsConnectionPool - com.github.tobato.fastdfs.conn中的类
-
定义Fdfs连接池对象
定义了对象池要实现的功能,对一个地址进行池化Map Pool
- FdfsConnectionPool(KeyedPooledObjectFactory<InetSocketAddress, Connection>, GenericKeyedObjectPoolConfig) - 类 的构造器com.github.tobato.fastdfs.conn.FdfsConnectionPool
-
默认构造函数
- FdfsConnectionPool(KeyedPooledObjectFactory<InetSocketAddress, Connection>) - 类 的构造器com.github.tobato.fastdfs.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.proto.storage中的类
-
FdfsInputStream包装类
- FdfsInputStream(InputStream, long) - 类 的构造器com.github.tobato.fastdfs.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.proto.mapper中的类
-
param对象与byte映射器
- FdfsRequest - com.github.tobato.fastdfs.proto中的类
-
Fdfs交易请求基类
- FdfsRequest() - 类 的构造器com.github.tobato.fastdfs.proto.FdfsRequest
-
- FdfsResponse<T> - com.github.tobato.fastdfs.proto中的类
-
Fdfs交易应答基类
- FdfsResponse() - 类 的构造器com.github.tobato.fastdfs.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.conn中的类
-
表示文件Web服务器对象
由Nginx服务器承担此角色,通常配置以后就不会再改变
- FdfsWebServer() - 类 的构造器com.github.tobato.fastdfs.conn.FdfsWebServer
-
- FileInfo - com.github.tobato.fastdfs.domain中的类
-
文件的基础信息
- FileInfo() - 类 的构造器com.github.tobato.fastdfs.domain.FileInfo
-
- FileInfo(String, long, int, int) - 类 的构造器com.github.tobato.fastdfs.domain.FileInfo
-
- fromByte(byte[], Charset) - 类 中的静态方法com.github.tobato.fastdfs.proto.mapper.MetadataMapper
-
将byte映射为对象