您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
所有程序包的分层结构
程序包分层结构:
com.github.tobato.fastdfs
,
com.github.tobato.fastdfs.conn
,
com.github.tobato.fastdfs.domain
,
com.github.tobato.fastdfs.exception
,
com.github.tobato.fastdfs.proto
,
com.github.tobato.fastdfs.proto.mapper
,
com.github.tobato.fastdfs.proto.storage
,
com.github.tobato.fastdfs.proto.storage.enums
,
com.github.tobato.fastdfs.proto.storage.internal
,
com.github.tobato.fastdfs.proto.tracker
,
com.github.tobato.fastdfs.proto.tracker.internal
,
com.github.tobato.fastdfs.service
类分层结构
java.lang.
Object
com.github.tobato.fastdfs.proto.
AbstractFdfsCommand
<T> (implements com.github.tobato.fastdfs.proto.
FdfsCommand
<T>)
com.github.tobato.fastdfs.proto.storage.
StorageAppendFileCommand
com.github.tobato.fastdfs.proto.storage.
StorageDeleteFileCommand
com.github.tobato.fastdfs.proto.storage.
StorageDownloadCommand
<T>
com.github.tobato.fastdfs.proto.storage.
StorageGetMetadataCommand
com.github.tobato.fastdfs.proto.storage.
StorageModifyCommand
com.github.tobato.fastdfs.proto.storage.
StorageQueryFileInfoCommand
com.github.tobato.fastdfs.proto.storage.
StorageSetMetadataCommand
com.github.tobato.fastdfs.proto.storage.
StorageTruncateCommand
com.github.tobato.fastdfs.proto.storage.
StorageUploadFileCommand
com.github.tobato.fastdfs.proto.storage.
StorageUploadSlaveFileCommand
com.github.tobato.fastdfs.proto.tracker.
TrackerDeleteStorageCommand
com.github.tobato.fastdfs.proto.tracker.
TrackerGetFetchStorageCommand
com.github.tobato.fastdfs.proto.tracker.
TrackerGetStoreStorageCommand
com.github.tobato.fastdfs.proto.tracker.
TrackerListGroupsCommand
com.github.tobato.fastdfs.proto.tracker.
TrackerListStoragesCommand
org.apache.commons.pool2.BaseObject
org.apache.commons.pool2.impl.BaseGenericObjectPool<T>
org.apache.commons.pool2.impl.GenericKeyedObjectPool<K,T> (implements org.apache.commons.pool2.impl.GenericKeyedObjectPoolMXBean<K>, org.apache.commons.pool2.KeyedObjectPool<K,V>)
com.github.tobato.fastdfs.conn.
FdfsConnectionPool
org.apache.commons.pool2.BaseKeyedPooledObjectFactory<K,V> (implements org.apache.commons.pool2.KeyedPooledObjectFactory<K,V>)
com.github.tobato.fastdfs.conn.
PooledConnectionFactory
org.apache.commons.pool2.impl.BaseObjectPoolConfig (implements java.lang.
Cloneable
)
org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig
com.github.tobato.fastdfs.conn.
ConnectionPoolConfig
com.github.tobato.fastdfs.proto.mapper.
BytesUtil
com.github.tobato.fastdfs.proto.
CmdConstants
com.github.tobato.fastdfs.conn.
ConnectionManager
com.github.tobato.fastdfs.conn.
TrackerConnectionManager
com.github.tobato.fastdfs.conn.
DefaultConnection
(implements com.github.tobato.fastdfs.conn.
Connection
)
com.github.tobato.fastdfs.service.
DefaultGenerateStorageClient
(implements com.github.tobato.fastdfs.service.
GenerateStorageClient
)
com.github.tobato.fastdfs.service.
DefaultAppendFileStorageClient
(implements com.github.tobato.fastdfs.service.
AppendFileStorageClient
)
com.github.tobato.fastdfs.service.
DefaultFastFileStorageClient
(implements com.github.tobato.fastdfs.service.
FastFileStorageClient
)
com.github.tobato.fastdfs.domain.
DefaultThumbImageConfig
(implements com.github.tobato.fastdfs.domain.
ThumbImageConfig
)
com.github.tobato.fastdfs.service.
DefaultTrackerClient
(implements com.github.tobato.fastdfs.service.
TrackerClient
)
com.github.tobato.fastdfs.proto.storage.
DownloadByteArray
(implements com.github.tobato.fastdfs.proto.storage.
DownloadCallback
<T>)
com.github.tobato.fastdfs.proto.storage.
DownloadFileWriter
(implements com.github.tobato.fastdfs.proto.storage.
DownloadCallback
<T>)
com.github.tobato.fastdfs.proto.
ErrorCodeConstants
com.github.tobato.fastdfs.
FdfsClientConfig
com.github.tobato.fastdfs.
FdfsClientConstants
com.github.tobato.fastdfs.proto.mapper.
FdfsParamMapper
com.github.tobato.fastdfs.proto.
FdfsRequest
com.github.tobato.fastdfs.proto.storage.internal.
StorageAppendFileRequest
com.github.tobato.fastdfs.proto.storage.internal.
StorageDeleteFileRequest
com.github.tobato.fastdfs.proto.storage.internal.
StorageDownloadRequest
com.github.tobato.fastdfs.proto.storage.internal.
StorageGetMetadataRequest
com.github.tobato.fastdfs.proto.storage.internal.
StorageModifyRequest
com.github.tobato.fastdfs.proto.storage.internal.
StorageQueryFileInfoRequest
com.github.tobato.fastdfs.proto.storage.internal.
StorageSetMetadataRequest
com.github.tobato.fastdfs.proto.storage.internal.
StorageTruncateRequest
com.github.tobato.fastdfs.proto.storage.internal.
StorageUploadFileRequest
com.github.tobato.fastdfs.proto.storage.internal.
StorageUploadSlaveFileRequest
com.github.tobato.fastdfs.proto.tracker.internal.
TrackerDeleteStorageRequest
com.github.tobato.fastdfs.proto.tracker.internal.
TrackerGetFetchStorageRequest
com.github.tobato.fastdfs.proto.tracker.internal.
TrackerGetStoreStorageRequest
com.github.tobato.fastdfs.proto.tracker.internal.
TrackerGetStoreStorageWithGroupRequest
com.github.tobato.fastdfs.proto.tracker.internal.
TrackerListGroupsRequest
com.github.tobato.fastdfs.proto.tracker.internal.
TrackerListStoragesRequest
com.github.tobato.fastdfs.proto.
FdfsResponse
<T>
com.github.tobato.fastdfs.proto.storage.internal.
StorageDownloadResponse
<T>
com.github.tobato.fastdfs.proto.storage.internal.
StorageGetMetadataResponse
com.github.tobato.fastdfs.proto.tracker.internal.
TrackerListGroupsResponse
com.github.tobato.fastdfs.proto.tracker.internal.
TrackerListStoragesResponse
com.github.tobato.fastdfs.conn.
FdfsWebServer
com.github.tobato.fastdfs.domain.
FileInfo
com.github.tobato.fastdfs.domain.
GroupState
java.io.
InputStream
(implements java.io.
Closeable
)
com.github.tobato.fastdfs.proto.storage.
FdfsInputStream
com.github.tobato.fastdfs.domain.
MetaData
com.github.tobato.fastdfs.proto.mapper.
MetadataMapper
com.github.tobato.fastdfs.proto.mapper.
ObjectMetaData
com.github.tobato.fastdfs.proto.
OtherConstants
com.github.tobato.fastdfs.proto.
ProtoHead
com.github.tobato.fastdfs.proto.
StatusConstants
com.github.tobato.fastdfs.domain.
StorageNode
com.github.tobato.fastdfs.domain.
StorageNodeInfo
com.github.tobato.fastdfs.domain.
StorageState
com.github.tobato.fastdfs.domain.
StorePath
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
com.github.tobato.fastdfs.proto.mapper.
FdfsColumnMapException
com.github.tobato.fastdfs.exception.
FdfsException
com.github.tobato.fastdfs.exception.
FdfsIOException
com.github.tobato.fastdfs.exception.
FdfsServerException
com.github.tobato.fastdfs.exception.
FdfsUnavailableException
com.github.tobato.fastdfs.exception.
FdfsConnectException
com.github.tobato.fastdfs.exception.
FdfsUnsupportImageTypeException
com.github.tobato.fastdfs.exception.
FdfsUnsupportStorePathException
com.github.tobato.fastdfs.exception.
FdfsUploadImageException
com.github.tobato.fastdfs.domain.
TrackerAddressHolder
com.github.tobato.fastdfs.domain.
TrackerLocator
接口分层结构
com.github.tobato.fastdfs.conn.
Connection
com.github.tobato.fastdfs.proto.storage.
DownloadCallback
<T>
com.github.tobato.fastdfs.proto.
FdfsCommand
<T>
com.github.tobato.fastdfs.service.
GenerateStorageClient
com.github.tobato.fastdfs.service.
AppendFileStorageClient
com.github.tobato.fastdfs.service.
FastFileStorageClient
com.github.tobato.fastdfs.domain.
ThumbImageConfig
com.github.tobato.fastdfs.service.
TrackerClient
注释类型分层结构
com.github.tobato.fastdfs.proto.mapper.
FdfsColumn
(implements java.lang.annotation.
Annotation
)
枚举分层结构
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
com.github.tobato.fastdfs.proto.mapper.
DynamicFieldType
com.github.tobato.fastdfs.proto.storage.enums.
StorageMetadataSetType
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2018. All rights reserved.