Uses of Interface
com.github.tobato.fastdfs.domain.proto.FdfsCommand
Packages that use FdfsCommand
Package
Description
连接管理
通信管理
业务逻辑不应该关心连接、通信的细节
交易报文
-
Uses of FdfsCommand in com.github.tobato.fastdfs.domain.conn
Methods in com.github.tobato.fastdfs.domain.conn with parameters of type FdfsCommandModifier and TypeMethodDescriptionprotected <T> TFdfsConnectionManager.execute(InetSocketAddress address, Connection conn, FdfsCommand<T> command) 执行交易<T> TFdfsConnectionManager.executeFdfsCmd(InetSocketAddress address, FdfsCommand<T> command) 获取连接并执行交易<T> TTrackerConnectionManager.executeFdfsTrackerCmd(FdfsCommand<T> command) 获取连接并执行交易 -
Uses of FdfsCommand in com.github.tobato.fastdfs.domain.proto
Classes in com.github.tobato.fastdfs.domain.proto that implement FdfsCommand -
Uses of FdfsCommand in com.github.tobato.fastdfs.domain.proto.storage
Classes in com.github.tobato.fastdfs.domain.proto.storage that implement FdfsCommandModifier and TypeClassDescriptionclass添加文件命令class文件删除命令class文件下载命令class设置文件标签class文件修改命令class文件查询命令class设置文件标签class文件Truncate命令class文件上传命令class从文件上传命令 -
Uses of FdfsCommand in com.github.tobato.fastdfs.domain.proto.tracker
Classes in com.github.tobato.fastdfs.domain.proto.tracker that implement FdfsCommandModifier and TypeClassDescriptionclass移除存储服务器命令class获取源服务器class获取存储节点命令class列出组命令class列出组命令