跳过导航链接
A B C D E F G H I L M N O P Q R S T U V W 

A

AbstractFdfsCommand<T> - com.github.tobato.fastdfs.proto中的类
交易命令抽象类
AbstractFdfsCommand() - 类 的构造器com.github.tobato.fastdfs.proto.AbstractFdfsCommand
 
APPENDER_FILE_SIZE - 类 中的静态变量com.github.tobato.fastdfs.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.proto.mapper.BytesUtil
buff convert to int
buff2long(byte[], int) - 类 中的静态方法com.github.tobato.fastdfs.proto.mapper.BytesUtil
buff convert to long
byCode(int) - 异常错误 中的静态方法com.github.tobato.fastdfs.exception.FdfsServerException
 
BytesUtil - com.github.tobato.fastdfs.proto.mapper中的类
java与C服务端数据交换时byte数组与int,long转换的工具类
BytesUtil() - 类 的构造器com.github.tobato.fastdfs.proto.mapper.BytesUtil
 

C

canTryToConnect(int) - 类 中的方法com.github.tobato.fastdfs.domain.TrackerAddressHolder
是否可以尝试连接
close() - 接口 中的方法com.github.tobato.fastdfs.conn.Connection
关闭连接
close() - 类 中的方法com.github.tobato.fastdfs.conn.DefaultConnection
正常关闭连接
close() - 类 中的方法com.github.tobato.fastdfs.proto.storage.FdfsInputStream
 
CmdConstants - com.github.tobato.fastdfs.proto中的类
fastdfs协议命令的常量
CmdConstants() - 类 的构造器com.github.tobato.fastdfs.proto.CmdConstants
 
com.github.tobato.fastdfs - 程序包 com.github.tobato.fastdfs
 
com.github.tobato.fastdfs.conn - 程序包 com.github.tobato.fastdfs.conn
连接管理 通信管理 业务逻辑不应该关心连接、通信的细节
com.github.tobato.fastdfs.domain - 程序包 com.github.tobato.fastdfs.domain
FDFS领域对象
com.github.tobato.fastdfs.exception - 程序包 com.github.tobato.fastdfs.exception
 
com.github.tobato.fastdfs.proto - 程序包 com.github.tobato.fastdfs.proto
封装与服务端交易命令
com.github.tobato.fastdfs.proto.mapper - 程序包 com.github.tobato.fastdfs.proto.mapper
 
com.github.tobato.fastdfs.proto.storage - 程序包 com.github.tobato.fastdfs.proto.storage
 
com.github.tobato.fastdfs.proto.storage.enums - 程序包 com.github.tobato.fastdfs.proto.storage.enums
 
com.github.tobato.fastdfs.proto.storage.internal - 程序包 com.github.tobato.fastdfs.proto.storage.internal
 
com.github.tobato.fastdfs.proto.tracker - 程序包 com.github.tobato.fastdfs.proto.tracker
 
com.github.tobato.fastdfs.proto.tracker.internal - 程序包 com.github.tobato.fastdfs.proto.tracker.internal
 
com.github.tobato.fastdfs.service - 程序包 com.github.tobato.fastdfs.service
 
Connection - com.github.tobato.fastdfs.conn中的接口
表示一个客户端与服务端的连接 负责连接的管理
ConnectionManager - com.github.tobato.fastdfs.conn中的类
连接池管理 负责借出连接,在连接上执行业务逻辑,然后归还连
ConnectionManager() - 类 的构造器com.github.tobato.fastdfs.conn.ConnectionManager
构造函数
ConnectionManager(FdfsConnectionPool) - 类 的构造器com.github.tobato.fastdfs.conn.ConnectionManager
构造函数
connectionManager - 类 中的变量com.github.tobato.fastdfs.service.DefaultGenerateStorageClient
connectManager
ConnectionPoolConfig - com.github.tobato.fastdfs.conn中的类
连接池配置
ConnectionPoolConfig() - 类 的构造器com.github.tobato.fastdfs.conn.ConnectionPoolConfig
 
create(InetSocketAddress) - 类 中的方法com.github.tobato.fastdfs.conn.PooledConnectionFactory
创建连接
createFromInputStream(InputStream) - 类 中的静态方法com.github.tobato.fastdfs.proto.ProtoHead
读取输入流创建报文头

D

decode(ProtoHead, InputStream, Charset) - 类 中的方法com.github.tobato.fastdfs.proto.FdfsResponse
解析反馈结果,head已经被解析过
decodeContent(InputStream, Charset) - 类 中的方法com.github.tobato.fastdfs.proto.FdfsResponse
解析反馈内容
decodeContent(InputStream, Charset) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageDownloadResponse
解析反馈内容
decodeContent(InputStream, Charset) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageGetMetadataResponse
解析反馈内容
decodeContent(InputStream, Charset) - 类 中的方法com.github.tobato.fastdfs.proto.tracker.internal.TrackerListGroupsResponse
解析反馈内容
decodeContent(InputStream, Charset) - 类 中的方法com.github.tobato.fastdfs.proto.tracker.internal.TrackerListStoragesResponse
解析反馈内容
DefaultAppendFileStorageClient - com.github.tobato.fastdfs.service中的类
存储服务客户端接口实现
DefaultAppendFileStorageClient() - 类 的构造器com.github.tobato.fastdfs.service.DefaultAppendFileStorageClient
 
DefaultConnection - com.github.tobato.fastdfs.conn中的类
默认连接实现
DefaultConnection(InetSocketAddress, int, int, Charset) - 类 的构造器com.github.tobato.fastdfs.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中的类
缩略图配置参数
DefaultThumbImageConfig() - 类 的构造器com.github.tobato.fastdfs.domain.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.conn.PooledConnectionFactory
 
DownloadByteArray - com.github.tobato.fastdfs.proto.storage中的类
下载为byte流
DownloadByteArray() - 类 的构造器com.github.tobato.fastdfs.proto.storage.DownloadByteArray
 
DownloadCallback<T> - com.github.tobato.fastdfs.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.proto.storage中的类
文件下载回调方法
DownloadFileWriter(String) - 类 的构造器com.github.tobato.fastdfs.proto.storage.DownloadFileWriter
 
dumpObjectMetaData() - 类 中的方法com.github.tobato.fastdfs.proto.mapper.ObjectMetaData
导出调试信息
dumpPoolInfo(InetSocketAddress) - 类 中的方法com.github.tobato.fastdfs.conn.ConnectionManager
 
DynamicFieldType - com.github.tobato.fastdfs.proto.mapper中的枚举
动态属性类型 可以为空的属性-不发送该报文 剩余的所有byte-将该字段全部写入到最后的byte当中

E

encodeParam(Charset) - 类 中的方法com.github.tobato.fastdfs.proto.FdfsRequest
打包参数
encodeParam(Charset) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageAppendFileRequest
打包参数
encodeParam(Charset) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageModifyRequest
打包参数
encodeParam(Charset) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageSetMetadataRequest
打包参数
encodeParam(Charset) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageTruncateRequest
打包参数
equals(Object) - 类 中的方法com.github.tobato.fastdfs.domain.MetaData
 
ERR_NO_CONNREFUSED - 类 中的静态变量com.github.tobato.fastdfs.proto.ErrorCodeConstants
 
ERR_NO_EALREADY - 类 中的静态变量com.github.tobato.fastdfs.proto.ErrorCodeConstants
 
ERR_NO_EBUSY - 类 中的静态变量com.github.tobato.fastdfs.proto.ErrorCodeConstants
 
ERR_NO_EINVAL - 类 中的静态变量com.github.tobato.fastdfs.proto.ErrorCodeConstants
 
ERR_NO_EIO - 类 中的静态变量com.github.tobato.fastdfs.proto.ErrorCodeConstants
 
ERR_NO_ENOENT - 类 中的静态变量com.github.tobato.fastdfs.proto.ErrorCodeConstants
 
ERR_NO_ENOSPC - 类 中的静态变量com.github.tobato.fastdfs.proto.ErrorCodeConstants
 
ErrorCodeConstants - com.github.tobato.fastdfs.proto中的类
fastdfs协议错误码的常量
ErrorCodeConstants() - 类 的构造器com.github.tobato.fastdfs.proto.ErrorCodeConstants
 
execute(InetSocketAddress, Connection, FdfsCommand<T>) - 类 中的方法com.github.tobato.fastdfs.conn.ConnectionManager
执行交易
execute(Connection) - 类 中的方法com.github.tobato.fastdfs.proto.AbstractFdfsCommand
对服务端发出请求然后接收反馈
execute(Connection) - 接口 中的方法com.github.tobato.fastdfs.proto.FdfsCommand
执行交易
executeFdfsCmd(InetSocketAddress, FdfsCommand<T>) - 类 中的方法com.github.tobato.fastdfs.conn.ConnectionManager
获取连接并执行交易
executeFdfsTrackerCmd(FdfsCommand<T>) - 类 中的方法com.github.tobato.fastdfs.conn.TrackerConnectionManager
获取连接并执行交易

F

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映射为对象

G

GenerateStorageClient - com.github.tobato.fastdfs.service中的接口
基本文件存储客户端操作
genericType - 类 中的变量com.github.tobato.fastdfs.proto.FdfsResponse
返回值类型
getActiveCount() - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
getAddress() - 类 中的方法com.github.tobato.fastdfs.domain.TrackerAddressHolder
 
getBodyLength(Charset) - 类 中的方法com.github.tobato.fastdfs.proto.FdfsRequest
获取参数域长度
getCharset() - 接口 中的方法com.github.tobato.fastdfs.conn.Connection
获取字符集
getCharset() - 类 中的方法com.github.tobato.fastdfs.conn.DefaultConnection
获取字符集
getCharset() - 类 中的方法com.github.tobato.fastdfs.conn.PooledConnectionFactory
 
getClassName() - 类 中的方法com.github.tobato.fastdfs.proto.mapper.ObjectMetaData
 
getCmd() - 类 中的方法com.github.tobato.fastdfs.proto.ProtoHead
 
getConnection(InetSocketAddress) - 类 中的方法com.github.tobato.fastdfs.conn.ConnectionManager
获取连接
getConnectionAllocCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getConnectionCurrentCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getConnectionMaxCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getConnectTimeout() - 类 中的方法com.github.tobato.fastdfs.conn.PooledConnectionFactory
 
getContentLength() - 类 中的方法com.github.tobato.fastdfs.proto.FdfsResponse
获取报文长度
getContentLength() - 类 中的方法com.github.tobato.fastdfs.proto.ProtoHead
 
getCrc32() - 类 中的方法com.github.tobato.fastdfs.domain.FileInfo
 
getCreateTime() - 类 中的方法com.github.tobato.fastdfs.domain.FileInfo
 
getCurrentTrunkFileId() - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
getCurrentWritePath() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getCurrentWriteServer() - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
getDomainName() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getDownloadBytes() - 类 中的方法com.github.tobato.fastdfs.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.proto.mapper.ObjectMetaData
 
getFieldsFixTotalSize() - 类 中的方法com.github.tobato.fastdfs.proto.mapper.ObjectMetaData
获取固定参数对象总长度
getFieldsSendTotalByteSize(Object, Charset) - 类 中的方法com.github.tobato.fastdfs.proto.mapper.ObjectMetaData
获取需要发送的报文长度
getFileExtName() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageUploadFileRequest
 
getFileExtName() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageUploadSlaveFileRequest
 
getFileNameByteLengh() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageSetMetadataRequest
 
getFileOffset() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageDownloadRequest
 
getFileOffset() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageModifyRequest
 
getFileSize() - 类 中的方法com.github.tobato.fastdfs.domain.FileInfo
 
getFileSize() - 类 中的方法com.github.tobato.fastdfs.proto.FdfsRequest
 
getFileSize() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageAppendFileRequest
 
getFileSize() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageModifyRequest
 
getFileSize() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageTruncateRequest
 
getFileSize() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageUploadFileRequest
 
getFileSize() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageUploadSlaveFileRequest
 
getFreeMB() - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
getFreeMB() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getFullPath() - 类 中的方法com.github.tobato.fastdfs.domain.StorePath
获取文件全路径
getGroup() - 类 中的方法com.github.tobato.fastdfs.domain.StorePath
 
getGroupName() - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
getGroupName() - 类 中的方法com.github.tobato.fastdfs.domain.StorageNode
 
getGroupName() - 类 中的方法com.github.tobato.fastdfs.domain.StorageNodeInfo
 
getGroupName() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageDeleteFileRequest
 
getGroupName() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageDownloadRequest
 
getGroupName() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageGetMetadataRequest
 
getGroupName() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageQueryFileInfoRequest
 
getGroupName() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageSetMetadataRequest
 
getGroupName() - 类 中的方法com.github.tobato.fastdfs.proto.tracker.internal.TrackerDeleteStorageRequest
 
getGroupName() - 类 中的方法com.github.tobato.fastdfs.proto.tracker.internal.TrackerGetFetchStorageRequest
 
getGroupName() - 类 中的方法com.github.tobato.fastdfs.proto.tracker.internal.TrackerGetStoreStorageWithGroupRequest
 
getGroupName() - 类 中的方法com.github.tobato.fastdfs.proto.tracker.internal.TrackerListStoragesRequest
 
getHeadByte(Charset) - 类 中的方法com.github.tobato.fastdfs.proto.FdfsRequest
获取报文头
getHeight() - 类 中的方法com.github.tobato.fastdfs.domain.DefaultThumbImageConfig
 
getHeight() - 接口 中的方法com.github.tobato.fastdfs.domain.ThumbImageConfig
获得缩略图高
getId() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getInetSocketAddress() - 类 中的方法com.github.tobato.fastdfs.domain.StorageNode
 
getInetSocketAddress() - 类 中的方法com.github.tobato.fastdfs.domain.StorageNodeInfo
 
getInputFile() - 类 中的方法com.github.tobato.fastdfs.proto.FdfsRequest
 
getInputStream() - 接口 中的方法com.github.tobato.fastdfs.conn.Connection
获取输入流
getInputStream() - 类 中的方法com.github.tobato.fastdfs.conn.DefaultConnection
获取输入流
getIp() - 类 中的方法com.github.tobato.fastdfs.domain.StorageNode
 
getIp() - 类 中的方法com.github.tobato.fastdfs.domain.StorageNodeInfo
 
getIpAddr() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getJoinTime() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getLastHeartBeatTime() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getLastSourceUpdate() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getLastSyncedTimestamp() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getLastSyncUpdate() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getLastUnavailableTime() - 类 中的方法com.github.tobato.fastdfs.domain.TrackerAddressHolder
 
getMasterFilename() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageUploadSlaveFileRequest
 
getMasterFileNameSize() - 类 中的方法com.github.tobato.fastdfs.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.proto.storage.internal.StorageSetMetadataRequest
 
getMetaDataSet() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageSetMetadataRequest
 
getName() - 类 中的方法com.github.tobato.fastdfs.domain.MetaData
 
getObjectMap(Class<T>) - 类 中的静态方法com.github.tobato.fastdfs.proto.mapper.FdfsParamMapper
获取对象映射定义
getOpFlag() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageSetMetadataRequest
 
getOutputStream() - 接口 中的方法com.github.tobato.fastdfs.conn.Connection
获取输出流
getOutputStream() - 类 中的方法com.github.tobato.fastdfs.conn.DefaultConnection
获取输出流
getPath() - 类 中的方法com.github.tobato.fastdfs.domain.StorePath
 
getPath() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageAppendFileRequest
 
getPath() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageDeleteFileRequest
 
getPath() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageDownloadRequest
 
getPath() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageGetMetadataRequest
 
getPath() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageModifyRequest
 
getPath() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageQueryFileInfoRequest
 
getPath() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageSetMetadataRequest
 
getPath() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageTruncateRequest
 
getPath() - 类 中的方法com.github.tobato.fastdfs.proto.tracker.internal.TrackerGetFetchStorageRequest
 
getPathSize() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageAppendFileRequest
 
getPathSize() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageModifyRequest
 
getPathSize() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageTruncateRequest
 
getPool() - 类 中的方法com.github.tobato.fastdfs.conn.ConnectionManager
 
getPort() - 类 中的方法com.github.tobato.fastdfs.domain.StorageNode
 
getPort() - 类 中的方法com.github.tobato.fastdfs.domain.StorageNodeInfo
 
getPrefixName() - 类 中的方法com.github.tobato.fastdfs.domain.DefaultThumbImageConfig
生成前缀如:_150x150
getPrefixName() - 接口 中的方法com.github.tobato.fastdfs.domain.ThumbImageConfig
获得缩略图前缀
getPrefixName() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageUploadSlaveFileRequest
 
getSoTimeout() - 类 中的方法com.github.tobato.fastdfs.conn.PooledConnectionFactory
 
getSourceIpAddr() - 类 中的方法com.github.tobato.fastdfs.domain.FileInfo
 
getSrcIpAddr() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getStatus() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getStatus() - 类 中的方法com.github.tobato.fastdfs.proto.ProtoHead
 
getStorageCount() - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
getStorageHttpPort() - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
getStorageHttpPort() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getStorageIpAddr() - 类 中的方法com.github.tobato.fastdfs.proto.tracker.internal.TrackerDeleteStorageRequest
 
getStorageIpAddr() - 类 中的方法com.github.tobato.fastdfs.proto.tracker.internal.TrackerListStoragesRequest
 
getStoragePort() - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
getStoragePort() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getStoreIndex() - 类 中的方法com.github.tobato.fastdfs.domain.StorageNode
 
getStoreIndex() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageUploadFileRequest
 
getStorePathCount() - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
getStorePathCount() - 类 中的方法com.github.tobato.fastdfs.domain.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.GroupState
 
getSubdirCountPerPath() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessAppendBytes() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessAppendCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessCreateLinkCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessDeleteCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessDeleteLinkCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessDownloadCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessDownloadloadBytes() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessFileOpenCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessFileReadCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessFileWriteCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessGetMetaCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessModifyBytes() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessModifyCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessSetMetaCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessSyncInBytes() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessSyncOutBytes() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessTruncateCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessUploadBytes() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getSuccessUploadCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getThumbImagePath(String) - 类 中的方法com.github.tobato.fastdfs.domain.DefaultThumbImageConfig
根据文件名获取缩略图路径
getThumbImagePath(String) - 接口 中的方法com.github.tobato.fastdfs.domain.ThumbImageConfig
获得缩略图路径
getTotalAppendBytes() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalAppendCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalCreateLinkCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalDeleteCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalDeleteLinkCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalDownloadCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalDownloadloadBytes() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalFileOpenCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalFileReadCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalFileWriteCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalGetMetaCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalMB() - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
getTotalMB() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalModifyBytes() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalModifyCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalSetMetaCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalSyncInBytes() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalSyncOutBytes() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalTruncateCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalUploadBytes() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTotalUploadCount() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getTrackerAddress() - 类 中的方法com.github.tobato.fastdfs.domain.TrackerLocator
获取Tracker服务器地址
getTrackerList() - 类 中的方法com.github.tobato.fastdfs.conn.TrackerConnectionManager
 
getTrackerList() - 类 中的方法com.github.tobato.fastdfs.domain.TrackerLocator
 
getTrunkFreeMB() - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
getType() - 枚举 中的方法com.github.tobato.fastdfs.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.StorageState
 
getUpTime() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getValue() - 类 中的方法com.github.tobato.fastdfs.domain.MetaData
 
getVersion() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
getWebServerUrl() - 类 中的方法com.github.tobato.fastdfs.conn.FdfsWebServer
 
getWidth() - 类 中的方法com.github.tobato.fastdfs.domain.DefaultThumbImageConfig
 
getWidth() - 接口 中的方法com.github.tobato.fastdfs.domain.ThumbImageConfig
获得缩略图宽
GroupState - com.github.tobato.fastdfs.domain中的类
fastdfs中group的状态信息
GroupState() - 类 的构造器com.github.tobato.fastdfs.domain.GroupState
 

H

hashCode() - 类 中的方法com.github.tobato.fastdfs.domain.MetaData
 
head - 类 中的变量com.github.tobato.fastdfs.proto.FdfsRequest
报文头
head - 类 中的变量com.github.tobato.fastdfs.proto.FdfsResponse
报文头

I

INFINITE_FILE_SIZE - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
 
initTracker() - 类 中的方法com.github.tobato.fastdfs.conn.TrackerConnectionManager
初始化方法
inputFile - 类 中的变量com.github.tobato.fastdfs.proto.FdfsRequest
发送文件
isAvailable() - 类 中的方法com.github.tobato.fastdfs.domain.TrackerAddressHolder
 
isClosed() - 接口 中的方法com.github.tobato.fastdfs.conn.Connection
连接是否关闭
isClosed() - 类 中的方法com.github.tobato.fastdfs.conn.DefaultConnection
连接是否关闭
isReadCompleted() - 类 中的方法com.github.tobato.fastdfs.proto.storage.FdfsInputStream
是否已完成读取
isTrunkServer() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
isValid() - 接口 中的方法com.github.tobato.fastdfs.conn.Connection
测试连接是否有效
isValid() - 类 中的方法com.github.tobato.fastdfs.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.conn.ConnectionManager
日志
LOGGER - 类 中的静态变量com.github.tobato.fastdfs.service.DefaultGenerateStorageClient
日志
long2buff(long) - 类 中的静态方法com.github.tobato.fastdfs.proto.mapper.BytesUtil
long convert to buff (big-endian)

M

map(byte[], Class<T>, Charset) - 类 中的静态方法com.github.tobato.fastdfs.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中的类
文件元数据(MetaData)
MetaData() - 类 的构造器com.github.tobato.fastdfs.domain.MetaData
 
MetaData(String) - 类 的构造器com.github.tobato.fastdfs.domain.MetaData
 
MetaData(String, String) - 类 的构造器com.github.tobato.fastdfs.domain.MetaData
 
MetadataMapper - com.github.tobato.fastdfs.proto.mapper中的类
文件标签(元数据)映射对象
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.proto.OtherConstants
 

O

ObjectMetaData - com.github.tobato.fastdfs.proto.mapper中的类
映射对象元数据 映射对象元数据必须由 @FdfsColumn注解
ObjectMetaData(Class<T>) - 类 的构造器com.github.tobato.fastdfs.proto.mapper.ObjectMetaData
映射对象元数据构造函数
objString2Byte(String, int, Charset) - 类 中的静态方法com.github.tobato.fastdfs.proto.mapper.BytesUtil
将String转换为byte
objString2Byte(String, Charset) - 类 中的静态方法com.github.tobato.fastdfs.proto.mapper.BytesUtil
将String转换为byte
OtherConstants - com.github.tobato.fastdfs.proto中的类
fastdfs协议暂时未分类的常量
OtherConstants() - 类 的构造器com.github.tobato.fastdfs.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

POOL_CONFIG_PREFIX - 类 中的静态变量com.github.tobato.fastdfs.FdfsClientConstants
 
PooledConnectionFactory - com.github.tobato.fastdfs.conn中的类
pooled FdfsSocket factory 定义了被池化的对象的创建,初始化,激活,钝化以及销毁功能
PooledConnectionFactory() - 类 的构造器com.github.tobato.fastdfs.conn.PooledConnectionFactory
 
praseFromUrl(String) - 类 中的静态方法com.github.tobato.fastdfs.domain.StorePath
从Url当中解析存储路径对象
PROTO_HEADER_CMD_INDEX - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
报文头中命令位置
PROTO_HEADER_STATUS_INDEX - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
报文头中状态码位置
ProtoHead - com.github.tobato.fastdfs.proto中的类
FDFS协议头定义 FDFS协议头一共10位
ProtoHead(byte) - 类 的构造器com.github.tobato.fastdfs.proto.ProtoHead
请求报文构造函数
ProtoHead(long, byte, byte) - 类 的构造器com.github.tobato.fastdfs.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.proto.storage.FdfsInputStream
 
read(byte[], int, int) - 类 中的方法com.github.tobato.fastdfs.proto.storage.FdfsInputStream
 
receive(InputStream, Charset) - 类 中的方法com.github.tobato.fastdfs.proto.AbstractFdfsCommand
接收这里只能确切知道报文头,报文内容(参数+文件)只能靠接收对象分析
recv(InputStream) - 类 中的方法com.github.tobato.fastdfs.proto.storage.DownloadByteArray
 
recv(InputStream) - 接口 中的方法com.github.tobato.fastdfs.proto.storage.DownloadCallback
注意不能直接返回入参的InputStream,因为此方法返回后将关闭原输入流 不能关闭ins?
recv(InputStream) - 类 中的方法com.github.tobato.fastdfs.proto.storage.DownloadFileWriter
文件接收处理
request - 类 中的变量com.github.tobato.fastdfs.proto.AbstractFdfsCommand
表示请求消息
response - 类 中的变量com.github.tobato.fastdfs.proto.AbstractFdfsCommand
解析反馈消息对象
ROOT_CONFIG_PREFIX - 类 中的静态变量com.github.tobato.fastdfs.FdfsClientConstants
配置文件前缀

S

send(OutputStream, Charset) - 类 中的方法com.github.tobato.fastdfs.proto.AbstractFdfsCommand
将报文输出规范为模板方法 1.输出报文头 2.输出报文参数 3.输出文件内容
sendFileContent(InputStream, long, OutputStream) - 类 中的方法com.github.tobato.fastdfs.proto.AbstractFdfsCommand
发送文件
setActive() - 类 中的方法com.github.tobato.fastdfs.domain.TrackerAddressHolder
有效
setActive(InetSocketAddress) - 类 中的方法com.github.tobato.fastdfs.domain.TrackerLocator
设置连接有效
setActiveCount(int) - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
setCharsetName(String) - 类 中的方法com.github.tobato.fastdfs.conn.PooledConnectionFactory
 
setConnectionAllocCount(int) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setConnectionCurrentCount(int) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setConnectionManager(ConnectionManager) - 类 中的方法com.github.tobato.fastdfs.service.DefaultGenerateStorageClient
 
setConnectionMaxCount(int) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setConnectTimeout(int) - 类 中的方法com.github.tobato.fastdfs.conn.PooledConnectionFactory
 
setContentLength(long) - 类 中的方法com.github.tobato.fastdfs.proto.ProtoHead
 
setCrc32(int) - 类 中的方法com.github.tobato.fastdfs.domain.FileInfo
 
setCreateTime(int) - 类 中的方法com.github.tobato.fastdfs.domain.FileInfo
 
setCurrentTrunkFileId(int) - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
setCurrentWritePath(int) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setCurrentWriteServer(int) - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
setDomainName(String) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setFileExtName(String) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageUploadFileRequest
 
setFileExtName(String) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageUploadSlaveFileRequest
 
setFileSize(long) - 类 中的方法com.github.tobato.fastdfs.domain.FileInfo
 
setFileSize(long) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageAppendFileRequest
 
setFileSize(long) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageTruncateRequest
 
setFileSize(long) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageUploadSlaveFileRequest
 
setFreeMB(long) - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
setFreeMB(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setGroup(String) - 类 中的方法com.github.tobato.fastdfs.domain.StorePath
 
setGroupName(String) - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
setGroupName(String) - 类 中的方法com.github.tobato.fastdfs.domain.StorageNode
 
setGroupName(String) - 类 中的方法com.github.tobato.fastdfs.domain.StorageNodeInfo
 
setGroupName(String) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageDeleteFileRequest
 
setGroupName(String) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageGetMetadataRequest
 
setGroupName(String) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageQueryFileInfoRequest
 
setHeight(int) - 类 中的方法com.github.tobato.fastdfs.domain.DefaultThumbImageConfig
 
setId(String) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setInActive() - 类 中的方法com.github.tobato.fastdfs.domain.TrackerAddressHolder
无效
setInActive(InetSocketAddress) - 类 中的方法com.github.tobato.fastdfs.domain.TrackerLocator
设置连接无效
setIp(String) - 类 中的方法com.github.tobato.fastdfs.domain.StorageNode
 
setIp(String) - 类 中的方法com.github.tobato.fastdfs.domain.StorageNodeInfo
 
setIpAddr(String) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setJoinTime(Date) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setLastHeartBeatTime(Date) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setLastSourceUpdate(Date) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setLastSyncedTimestamp(Date) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setLastSyncUpdate(Date) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setMasterFileNameSize(long) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageUploadSlaveFileRequest
 
setName(String) - 类 中的方法com.github.tobato.fastdfs.domain.MetaData
 
setPath(String) - 类 中的方法com.github.tobato.fastdfs.domain.StorePath
 
setPath(String) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageAppendFileRequest
 
setPath(String) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageDeleteFileRequest
 
setPath(String) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageGetMetadataRequest
 
setPath(String) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageQueryFileInfoRequest
 
setPath(String) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageTruncateRequest
 
setPathSize(long) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageAppendFileRequest
 
setPathSize(long) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageTruncateRequest
 
setPool(FdfsConnectionPool) - 类 中的方法com.github.tobato.fastdfs.conn.ConnectionManager
 
setPort(int) - 类 中的方法com.github.tobato.fastdfs.domain.StorageNode
 
setPort(int) - 类 中的方法com.github.tobato.fastdfs.domain.StorageNodeInfo
 
setRetryAfterSecend(int) - 类 中的方法com.github.tobato.fastdfs.domain.TrackerLocator
 
setSoTimeout(int) - 类 中的方法com.github.tobato.fastdfs.conn.PooledConnectionFactory
 
setSourceIpAddr(String) - 类 中的方法com.github.tobato.fastdfs.domain.FileInfo
 
setSrcIpAddr(String) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setStatus(byte) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setStorageCount(int) - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
setStorageHttpPort(int) - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
setStorageHttpPort(int) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setStoragePort(int) - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
setStoragePort(int) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setStoreIndex(byte) - 类 中的方法com.github.tobato.fastdfs.domain.StorageNode
 
setStoreIndex(byte) - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageUploadFileRequest
 
setStorePathCount(int) - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
setStorePathCount(int) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSubdirCountPerPath(int) - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
setSubdirCountPerPath(int) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessAppendBytes(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessAppendCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessCreateLinkCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessDeleteCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessDeleteLinkCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessDownloadCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessDownloadloadBytes(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessFileOpenCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessFileReadCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessFileWriteCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessGetMetaCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessModifyBytes(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessModifyCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessSetMetaCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessSyncInBytes(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessSyncOutBytes(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessTruncateCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessUploadBytes(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setSuccessUploadCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalAppendBytes(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalAppendCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalCreateLinkCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalDeleteCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalDeleteLinkCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalDownloadCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalDownloadloadBytes(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalFileOpenCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalFileReadCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalFileWriteCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalGetMetaCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalMB(long) - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
setTotalMB(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalModifyBytes(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalModifyCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalSetMetaCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalSyncInBytes(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalSyncOutBytes(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalTruncateCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalUploadBytes(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTotalUploadCount(long) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setTrackerClientService(TrackerClient) - 类 中的方法com.github.tobato.fastdfs.service.DefaultGenerateStorageClient
 
setTrackerList(List<String>) - 类 中的方法com.github.tobato.fastdfs.conn.TrackerConnectionManager
 
setTrackerList(List<String>) - 类 中的方法com.github.tobato.fastdfs.domain.TrackerLocator
 
setTrunkFreeMB(long) - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
setTrunkServer(boolean) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setUploadPriority(int) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setUpTime(Date) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setValue(String) - 类 中的方法com.github.tobato.fastdfs.domain.MetaData
 
setVersion(String) - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
setWebServerUrl(String) - 类 中的方法com.github.tobato.fastdfs.conn.FdfsWebServer
 
setWidth(int) - 类 中的方法com.github.tobato.fastdfs.domain.DefaultThumbImageConfig
 
StatusConstants - com.github.tobato.fastdfs.proto中的类
fastdfs协议服务端状态的常量
StatusConstants() - 类 的构造器com.github.tobato.fastdfs.proto.StatusConstants
 
STORAGE_PROTO_CMD_APPEND_FILE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
对文件断点续传(附加在原来为上传完全的文件后面)
STORAGE_PROTO_CMD_DELETE_FILE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
STORAGE_PROTO_CMD_DOWNLOAD_FILE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
STORAGE_PROTO_CMD_GET_METADATA - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
STORAGE_PROTO_CMD_MODIFY_FILE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
修改支持断点续传的文件
STORAGE_PROTO_CMD_QUERY_FILE_INFO - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
STORAGE_PROTO_CMD_SET_METADATA - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
STORAGE_PROTO_CMD_TRUNCATE_FILE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
清空支持断点的文件
STORAGE_PROTO_CMD_UPLOAD_APPENDER_FILE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
创建一个支持断点续传的文件
STORAGE_PROTO_CMD_UPLOAD_FILE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
上传文件
STORAGE_PROTO_CMD_UPLOAD_SLAVE_FILE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
STORAGE_SET_METADATA_FLAG_MERGE - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
for replace, insert when the meta item not exist, otherwise update it
STORAGE_SET_METADATA_FLAG_OVERWRITE - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
for overwrite all old metadata
StorageAppendFileCommand - com.github.tobato.fastdfs.proto.storage中的类
添加文件命令
StorageAppendFileCommand(InputStream, long, String) - 类 的构造器com.github.tobato.fastdfs.proto.storage.StorageAppendFileCommand
 
StorageAppendFileRequest - com.github.tobato.fastdfs.proto.storage.internal中的类
文件上传命令
StorageAppendFileRequest(InputStream, long, String) - 类 的构造器com.github.tobato.fastdfs.proto.storage.internal.StorageAppendFileRequest
构造函数
StorageDeleteFileCommand - com.github.tobato.fastdfs.proto.storage中的类
文件删除命令
StorageDeleteFileCommand(String, String) - 类 的构造器com.github.tobato.fastdfs.proto.storage.StorageDeleteFileCommand
文件删除命令
StorageDeleteFileRequest - com.github.tobato.fastdfs.proto.storage.internal中的类
文件上传命令
StorageDeleteFileRequest(String, String) - 类 的构造器com.github.tobato.fastdfs.proto.storage.internal.StorageDeleteFileRequest
删除文件命令
StorageDownloadCommand<T> - com.github.tobato.fastdfs.proto.storage中的类
文件下载命令
StorageDownloadCommand(String, String, long, long, DownloadCallback<T>) - 类 的构造器com.github.tobato.fastdfs.proto.storage.StorageDownloadCommand
下载部分文件
StorageDownloadCommand(String, String, DownloadCallback<T>) - 类 的构造器com.github.tobato.fastdfs.proto.storage.StorageDownloadCommand
下载文件
StorageDownloadRequest - com.github.tobato.fastdfs.proto.storage.internal中的类
文件下载请求
StorageDownloadRequest(String, String, long, long) - 类 的构造器com.github.tobato.fastdfs.proto.storage.internal.StorageDownloadRequest
文件下载请求
StorageDownloadResponse<T> - com.github.tobato.fastdfs.proto.storage.internal中的类
文件下载结果
StorageDownloadResponse(DownloadCallback<T>) - 类 的构造器com.github.tobato.fastdfs.proto.storage.internal.StorageDownloadResponse
 
StorageGetMetadataCommand - com.github.tobato.fastdfs.proto.storage中的类
设置文件标签
StorageGetMetadataCommand(String, String) - 类 的构造器com.github.tobato.fastdfs.proto.storage.StorageGetMetadataCommand
设置文件标签(元数据)
StorageGetMetadataRequest - com.github.tobato.fastdfs.proto.storage.internal中的类
查询文件信息命令
StorageGetMetadataRequest(String, String) - 类 的构造器com.github.tobato.fastdfs.proto.storage.internal.StorageGetMetadataRequest
删除文件命令
StorageGetMetadataResponse - com.github.tobato.fastdfs.proto.storage.internal中的类
列出分组信息执行结果
StorageGetMetadataResponse() - 类 的构造器com.github.tobato.fastdfs.proto.storage.internal.StorageGetMetadataResponse
 
StorageMetadataSetType - com.github.tobato.fastdfs.proto.storage.enums中的枚举
元数据设置方式
StorageModifyCommand - com.github.tobato.fastdfs.proto.storage中的类
文件修改命令
StorageModifyCommand(String, InputStream, long, long) - 类 的构造器com.github.tobato.fastdfs.proto.storage.StorageModifyCommand
文件修改命令
StorageModifyRequest - com.github.tobato.fastdfs.proto.storage.internal中的类
文件修改请求
StorageModifyRequest(InputStream, long, String, long) - 类 的构造器com.github.tobato.fastdfs.proto.storage.internal.StorageModifyRequest
构造函数
StorageNode - com.github.tobato.fastdfs.domain中的类
向tracker请求上传、下载文件或其他文件请求时,tracker返回的文件storage节点的信息
StorageNode(String, int, byte) - 类 的构造器com.github.tobato.fastdfs.domain.StorageNode
存储节点
StorageNode() - 类 的构造器com.github.tobato.fastdfs.domain.StorageNode
 
StorageNodeInfo - com.github.tobato.fastdfs.domain中的类
向tracker请求上传、下载文件或其他文件请求时,tracker返回的文件storage节点的信息
StorageNodeInfo(String, int) - 类 的构造器com.github.tobato.fastdfs.domain.StorageNodeInfo
存储节点
StorageNodeInfo() - 类 的构造器com.github.tobato.fastdfs.domain.StorageNodeInfo
 
StorageQueryFileInfoCommand - com.github.tobato.fastdfs.proto.storage中的类
文件删除命令
StorageQueryFileInfoCommand(String, String) - 类 的构造器com.github.tobato.fastdfs.proto.storage.StorageQueryFileInfoCommand
文件上传命令
StorageQueryFileInfoRequest - com.github.tobato.fastdfs.proto.storage.internal中的类
查询文件信息命令
StorageQueryFileInfoRequest(String, String) - 类 的构造器com.github.tobato.fastdfs.proto.storage.internal.StorageQueryFileInfoRequest
删除文件命令
StorageSetMetadataCommand - com.github.tobato.fastdfs.proto.storage中的类
设置文件标签
StorageSetMetadataCommand(String, String, Set<MetaData>, StorageMetadataSetType) - 类 的构造器com.github.tobato.fastdfs.proto.storage.StorageSetMetadataCommand
设置文件标签(元数据)
StorageSetMetadataRequest - com.github.tobato.fastdfs.proto.storage.internal中的类
设置文件标签
StorageSetMetadataRequest(String, String, Set<MetaData>, StorageMetadataSetType) - 类 的构造器com.github.tobato.fastdfs.proto.storage.internal.StorageSetMetadataRequest
设置文件元数据
StorageState - com.github.tobato.fastdfs.domain中的类
fastdfs中storage节点的状态信息
StorageState() - 类 的构造器com.github.tobato.fastdfs.domain.StorageState
 
StorageTruncateCommand - com.github.tobato.fastdfs.proto.storage中的类
文件Truncate命令
StorageTruncateCommand(String, long) - 类 的构造器com.github.tobato.fastdfs.proto.storage.StorageTruncateCommand
文件Truncate命令
StorageTruncateRequest - com.github.tobato.fastdfs.proto.storage.internal中的类
文件Truncate命令 使用限制:创建文件时候需要采用<<源追加>>模式,之后才能Truncate size使用也有限制
StorageTruncateRequest(String, long) - 类 的构造器com.github.tobato.fastdfs.proto.storage.internal.StorageTruncateRequest
文件Truncate命令
StorageUploadFileCommand - com.github.tobato.fastdfs.proto.storage中的类
文件上传命令
StorageUploadFileCommand(byte, InputStream, String, long, boolean) - 类 的构造器com.github.tobato.fastdfs.proto.storage.StorageUploadFileCommand
文件上传命令
StorageUploadFileRequest - com.github.tobato.fastdfs.proto.storage.internal中的类
文件上传命令
StorageUploadFileRequest(byte, InputStream, String, long, boolean) - 类 的构造器com.github.tobato.fastdfs.proto.storage.internal.StorageUploadFileRequest
构造函数
StorageUploadSlaveFileCommand - com.github.tobato.fastdfs.proto.storage中的类
从文件上传命令 使用背景 使用FastDFS存储一个图片的多个分辨率的备份时,希望只记录源图的FID, 并能将其它分辨率的图片与源图关联。
StorageUploadSlaveFileCommand(InputStream, long, String, String, String) - 类 的构造器com.github.tobato.fastdfs.proto.storage.StorageUploadSlaveFileCommand
文件上传命令
StorageUploadSlaveFileRequest - com.github.tobato.fastdfs.proto.storage.internal中的类
从文件上传命令
StorageUploadSlaveFileRequest(InputStream, long, String, String, String) - 类 的构造器com.github.tobato.fastdfs.proto.storage.internal.StorageUploadSlaveFileRequest
构造函数
StorePath - com.github.tobato.fastdfs.domain中的类
存储文件的路径信息
StorePath() - 类 的构造器com.github.tobato.fastdfs.domain.StorePath
存储文件路径
StorePath(String, String) - 类 的构造器com.github.tobato.fastdfs.domain.StorePath
存储文件路径
SUCCESS - 类 中的静态变量com.github.tobato.fastdfs.proto.ErrorCodeConstants
 

T

THUMB_IMAGE_CONFIG_PREFIX - 类 中的静态变量com.github.tobato.fastdfs.FdfsClientConstants
 
ThumbImageConfig - com.github.tobato.fastdfs.domain中的接口
缩略图生成配置支持
toByte(Object, Charset) - 类 中的静态方法com.github.tobato.fastdfs.proto.mapper.FdfsParamMapper
序列化为Byte
toByte(Set<MetaData>, Charset) - 类 中的静态方法com.github.tobato.fastdfs.proto.mapper.MetadataMapper
将元数据映射为byte
toByte() - 类 中的方法com.github.tobato.fastdfs.proto.ProtoHead
toByte
toString() - 类 中的方法com.github.tobato.fastdfs.domain.FileInfo
 
toString() - 类 中的方法com.github.tobato.fastdfs.domain.GroupState
 
toString() - 类 中的方法com.github.tobato.fastdfs.domain.MetaData
 
toString() - 类 中的方法com.github.tobato.fastdfs.domain.StorageNode
 
toString() - 类 中的方法com.github.tobato.fastdfs.domain.StorageNodeInfo
 
toString() - 类 中的方法com.github.tobato.fastdfs.domain.StorageState
 
toString() - 类 中的方法com.github.tobato.fastdfs.domain.StorePath
 
toString() - 类 中的方法com.github.tobato.fastdfs.proto.ProtoHead
 
toString() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageAppendFileRequest
 
toString() - 类 中的方法com.github.tobato.fastdfs.proto.storage.internal.StorageTruncateRequest
 
TRACKER_PROTO_CMD_SERVER_DELETE_STORAGE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
TRACKER_PROTO_CMD_SERVER_LIST_GROUP - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
TRACKER_PROTO_CMD_SERVER_LIST_STORAGE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
TRACKER_PROTO_CMD_SERVICE_QUERY_FETCH_ALL - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
TRACKER_PROTO_CMD_SERVICE_QUERY_FETCH_ONE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITH_GROUP_ALL - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITH_GROUP_ONE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITHOUT_GROUP_ALL - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
TRACKER_PROTO_CMD_SERVICE_QUERY_STORE_WITHOUT_GROUP_ONE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
TRACKER_PROTO_CMD_SERVICE_QUERY_UPDATE - 类 中的静态变量com.github.tobato.fastdfs.proto.CmdConstants
 
TRACKER_QUERY_STORAGE_FETCH_BODY_LEN - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
 
TRACKER_QUERY_STORAGE_STORE_BODY_LEN - 类 中的静态变量com.github.tobato.fastdfs.proto.OtherConstants
 
TrackerAddressHolder - com.github.tobato.fastdfs.domain中的类
管理TrackerAddress当前状态
TrackerAddressHolder(InetSocketAddress) - 类 的构造器com.github.tobato.fastdfs.domain.TrackerAddressHolder
构造函数
trackerClient - 类 中的变量com.github.tobato.fastdfs.service.DefaultGenerateStorageClient
trackerClient
TrackerClient - com.github.tobato.fastdfs.service中的接口
目录服务(Tracker)客户端接口
TrackerConnectionManager - com.github.tobato.fastdfs.conn中的类
管理TrackerClient连接池分配
TrackerConnectionManager() - 类 的构造器com.github.tobato.fastdfs.conn.TrackerConnectionManager
构造函数
TrackerConnectionManager(FdfsConnectionPool) - 类 的构造器com.github.tobato.fastdfs.conn.TrackerConnectionManager
构造函数
TrackerDeleteStorageCommand - com.github.tobato.fastdfs.proto.tracker中的类
移除存储服务器命令
TrackerDeleteStorageCommand(String, String) - 类 的构造器com.github.tobato.fastdfs.proto.tracker.TrackerDeleteStorageCommand
 
TrackerDeleteStorageRequest - com.github.tobato.fastdfs.proto.tracker.internal中的类
移除存储服务器
TrackerDeleteStorageRequest(String, String) - 类 的构造器com.github.tobato.fastdfs.proto.tracker.internal.TrackerDeleteStorageRequest
获取文件源服务器
TrackerGetFetchStorageCommand - com.github.tobato.fastdfs.proto.tracker中的类
获取源服务器
TrackerGetFetchStorageCommand(String, String, boolean) - 类 的构造器com.github.tobato.fastdfs.proto.tracker.TrackerGetFetchStorageCommand
 
TrackerGetFetchStorageRequest - com.github.tobato.fastdfs.proto.tracker.internal中的类
获取源服务器
TrackerGetFetchStorageRequest(String, String, boolean) - 类 的构造器com.github.tobato.fastdfs.proto.tracker.internal.TrackerGetFetchStorageRequest
获取文件源服务器
TrackerGetStoreStorageCommand - com.github.tobato.fastdfs.proto.tracker中的类
获取存储节点命令
TrackerGetStoreStorageCommand(String) - 类 的构造器com.github.tobato.fastdfs.proto.tracker.TrackerGetStoreStorageCommand
 
TrackerGetStoreStorageCommand() - 类 的构造器com.github.tobato.fastdfs.proto.tracker.TrackerGetStoreStorageCommand
 
TrackerGetStoreStorageRequest - com.github.tobato.fastdfs.proto.tracker.internal中的类
获取存储节点请求
TrackerGetStoreStorageRequest() - 类 的构造器com.github.tobato.fastdfs.proto.tracker.internal.TrackerGetStoreStorageRequest
获取存储节点
TrackerGetStoreStorageWithGroupRequest - com.github.tobato.fastdfs.proto.tracker.internal中的类
按分组获取存储节点
TrackerGetStoreStorageWithGroupRequest(String) - 类 的构造器com.github.tobato.fastdfs.proto.tracker.internal.TrackerGetStoreStorageWithGroupRequest
获取存储节点
TrackerListGroupsCommand - com.github.tobato.fastdfs.proto.tracker中的类
列出组命令
TrackerListGroupsCommand() - 类 的构造器com.github.tobato.fastdfs.proto.tracker.TrackerListGroupsCommand
 
TrackerListGroupsRequest - com.github.tobato.fastdfs.proto.tracker.internal中的类
列出分组命令
TrackerListGroupsRequest() - 类 的构造器com.github.tobato.fastdfs.proto.tracker.internal.TrackerListGroupsRequest
 
TrackerListGroupsResponse - com.github.tobato.fastdfs.proto.tracker.internal中的类
列出分组信息执行结果
TrackerListGroupsResponse() - 类 的构造器com.github.tobato.fastdfs.proto.tracker.internal.TrackerListGroupsResponse
 
TrackerListStoragesCommand - com.github.tobato.fastdfs.proto.tracker中的类
列出组命令
TrackerListStoragesCommand(String, String) - 类 的构造器com.github.tobato.fastdfs.proto.tracker.TrackerListStoragesCommand
 
TrackerListStoragesCommand(String) - 类 的构造器com.github.tobato.fastdfs.proto.tracker.TrackerListStoragesCommand
 
TrackerListStoragesRequest - com.github.tobato.fastdfs.proto.tracker.internal中的类
列出存储状态
TrackerListStoragesRequest() - 类 的构造器com.github.tobato.fastdfs.proto.tracker.internal.TrackerListStoragesRequest
 
TrackerListStoragesRequest(String, String) - 类 的构造器com.github.tobato.fastdfs.proto.tracker.internal.TrackerListStoragesRequest
列举存储服务器状态
TrackerListStoragesRequest(String) - 类 的构造器com.github.tobato.fastdfs.proto.tracker.internal.TrackerListStoragesRequest
列举组当中存储节点状态
TrackerListStoragesResponse - com.github.tobato.fastdfs.proto.tracker.internal中的类
列出分组信息执行结果
TrackerListStoragesResponse() - 类 的构造器com.github.tobato.fastdfs.proto.tracker.internal.TrackerListStoragesResponse
 
TrackerLocator - com.github.tobato.fastdfs.domain中的类
表示Tracker服务器位置 支持负载均衡对IP轮询
TrackerLocator(List<String>) - 类 的构造器com.github.tobato.fastdfs.domain.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.proto.OtherConstants
 
TRUNK_LOGIC_FILENAME_LENGTH - 类 中的静态变量com.github.tobato.fastdfs.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(String, InputStream, long, String) - 类 中的方法com.github.tobato.fastdfs.service.DefaultGenerateStorageClient
上传不支持断点续传的文件
uploadFile(InputStream, long, String, Set<MetaData>) - 接口 中的方法com.github.tobato.fastdfs.service.FastFileStorageClient
上传一般文件
uploadFile(String, InputStream, long, String) - 接口 中的方法com.github.tobato.fastdfs.service.GenerateStorageClient
上传文件(文件不可修改) 文件上传后不可以修改,如果要修改则删除以后重新上传
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.conn.PooledConnectionFactory
 
validateResponseHead() - 类 中的方法com.github.tobato.fastdfs.proto.ProtoHead
验证服务端返回报文有效性
valueOf(String) - 枚举 中的静态方法com.github.tobato.fastdfs.proto.mapper.DynamicFieldType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.tobato.fastdfs.proto.storage.enums.StorageMetadataSetType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.tobato.fastdfs.proto.mapper.DynamicFieldType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.tobato.fastdfs.proto.storage.enums.StorageMetadataSetType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

wrap(Connection) - 类 中的方法com.github.tobato.fastdfs.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 © 2018. All rights reserved.