所有程序包的分层结构
程序包分层结构:- com.github.tobato.fastdfs,
- com.github.tobato.fastdfs.domain.conn,
- com.github.tobato.fastdfs.domain.fdfs,
- com.github.tobato.fastdfs.domain.proto,
- com.github.tobato.fastdfs.domain.proto.mapper,
- com.github.tobato.fastdfs.domain.proto.storage,
- com.github.tobato.fastdfs.domain.proto.storage.enums,
- com.github.tobato.fastdfs.domain.proto.storage.internal,
- com.github.tobato.fastdfs.domain.proto.tracker,
- com.github.tobato.fastdfs.domain.proto.tracker.internal,
- com.github.tobato.fastdfs.domain.upload,
- com.github.tobato.fastdfs.exception,
- com.github.tobato.fastdfs.service
类分层结构
- java.lang.Object
- com.github.tobato.fastdfs.domain.upload.AbstractFastFileBuilder<T>
- com.github.tobato.fastdfs.domain.upload.FastFile.Builder
- com.github.tobato.fastdfs.domain.upload.FastImageFile.Builder
- com.github.tobato.fastdfs.domain.proto.AbstractFdfsCommand<T> (implements com.github.tobato.fastdfs.domain.proto.FdfsCommand<T>)
- com.github.tobato.fastdfs.domain.proto.storage.StorageAppendFileCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageDeleteFileCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageDownloadCommand<T>
- com.github.tobato.fastdfs.domain.proto.storage.StorageGetMetadataCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageModifyCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageQueryFileInfoCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageSetMetadataCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageTruncateCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageUploadFileCommand
- com.github.tobato.fastdfs.domain.proto.storage.StorageUploadSlaveFileCommand
- com.github.tobato.fastdfs.domain.proto.tracker.TrackerDeleteStorageCommand
- com.github.tobato.fastdfs.domain.proto.tracker.TrackerGetFetchStorageCommand
- com.github.tobato.fastdfs.domain.proto.tracker.TrackerGetStoreStorageCommand
- com.github.tobato.fastdfs.domain.proto.tracker.TrackerListGroupsCommand
- com.github.tobato.fastdfs.domain.proto.tracker.TrackerListStoragesCommand
- org.apache.commons.pool2.BaseObject
- org.apache.commons.pool2.impl.BaseGenericObjectPool<T> (implements java.lang.AutoCloseable)
- org.apache.commons.pool2.impl.GenericKeyedObjectPool<K,
T> (implements org.apache.commons.pool2.impl.GenericKeyedObjectPoolMXBean<K>, org.apache.commons.pool2.KeyedObjectPool<K, V>, org.apache.commons.pool2.UsageTracking<T>) - com.github.tobato.fastdfs.domain.conn.FdfsConnectionPool
- org.apache.commons.pool2.impl.GenericKeyedObjectPool<K,
- org.apache.commons.pool2.BaseKeyedPooledObjectFactory<K,
V> (implements org.apache.commons.pool2.KeyedPooledObjectFactory<K, V>) - com.github.tobato.fastdfs.domain.conn.PooledConnectionFactory
- org.apache.commons.pool2.impl.BaseObjectPoolConfig<T> (implements java.lang.Cloneable)
- org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig<T>
- com.github.tobato.fastdfs.domain.conn.ConnectionPoolConfig
- org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig<T>
- org.apache.commons.pool2.impl.BaseGenericObjectPool<T> (implements java.lang.AutoCloseable)
- com.github.tobato.fastdfs.domain.proto.mapper.BytesUtil
- com.github.tobato.fastdfs.domain.proto.CmdConstants
- com.github.tobato.fastdfs.domain.conn.DefaultConnection (implements com.github.tobato.fastdfs.domain.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.fdfs.DefaultThumbImageConfig (implements com.github.tobato.fastdfs.domain.fdfs.ThumbImageConfig)
- com.github.tobato.fastdfs.service.DefaultTrackerClient (implements com.github.tobato.fastdfs.service.TrackerClient)
- com.github.tobato.fastdfs.domain.proto.storage.DownloadByteArray (implements com.github.tobato.fastdfs.domain.proto.storage.DownloadCallback<T>)
- com.github.tobato.fastdfs.domain.proto.storage.DownloadFileStream (implements com.github.tobato.fastdfs.domain.proto.storage.DownloadCallback<T>)
- com.github.tobato.fastdfs.domain.proto.storage.DownloadFileWriter (implements com.github.tobato.fastdfs.domain.proto.storage.DownloadCallback<T>)
- com.github.tobato.fastdfs.domain.proto.ErrorCodeConstants
- com.github.tobato.fastdfs.domain.upload.FastFile
- com.github.tobato.fastdfs.domain.upload.FastImageFile
- com.github.tobato.fastdfs.FdfsClientConfig
- com.github.tobato.fastdfs.FdfsClientConstants
- com.github.tobato.fastdfs.domain.conn.FdfsConnectionManager
- com.github.tobato.fastdfs.domain.conn.TrackerConnectionManager
- com.github.tobato.fastdfs.domain.proto.mapper.FdfsParamMapper
- com.github.tobato.fastdfs.domain.proto.FdfsRequest
- com.github.tobato.fastdfs.domain.proto.storage.internal.StorageAppendFileRequest
- com.github.tobato.fastdfs.domain.proto.storage.internal.StorageDeleteFileRequest
- com.github.tobato.fastdfs.domain.proto.storage.internal.StorageDownloadRequest
- com.github.tobato.fastdfs.domain.proto.storage.internal.StorageGetMetadataRequest
- com.github.tobato.fastdfs.domain.proto.storage.internal.StorageModifyRequest
- com.github.tobato.fastdfs.domain.proto.storage.internal.StorageQueryFileInfoRequest
- com.github.tobato.fastdfs.domain.proto.storage.internal.StorageSetMetadataRequest
- com.github.tobato.fastdfs.domain.proto.storage.internal.StorageTruncateRequest
- com.github.tobato.fastdfs.domain.proto.storage.internal.StorageUploadFileRequest
- com.github.tobato.fastdfs.domain.proto.storage.internal.StorageUploadSlaveFileRequest
- com.github.tobato.fastdfs.domain.proto.tracker.internal.TrackerDeleteStorageRequest
- com.github.tobato.fastdfs.domain.proto.tracker.internal.TrackerGetFetchStorageRequest
- com.github.tobato.fastdfs.domain.proto.tracker.internal.TrackerGetStoreStorageRequest
- com.github.tobato.fastdfs.domain.proto.tracker.internal.TrackerGetStoreStorageWithGroupRequest
- com.github.tobato.fastdfs.domain.proto.tracker.internal.TrackerListGroupsRequest
- com.github.tobato.fastdfs.domain.proto.tracker.internal.TrackerListStoragesRequest
- com.github.tobato.fastdfs.domain.proto.FdfsResponse<T>
- com.github.tobato.fastdfs.domain.proto.storage.internal.StorageDownloadResponse<T>
- com.github.tobato.fastdfs.domain.proto.storage.internal.StorageGetMetadataResponse
- com.github.tobato.fastdfs.domain.proto.tracker.internal.TrackerListGroupsResponse
- com.github.tobato.fastdfs.domain.proto.tracker.internal.TrackerListStoragesResponse
- com.github.tobato.fastdfs.domain.conn.FdfsWebServer
- com.github.tobato.fastdfs.domain.fdfs.FileInfo
- com.github.tobato.fastdfs.domain.fdfs.GroupState
- java.io.InputStream (implements java.io.Closeable)
- com.github.tobato.fastdfs.domain.proto.storage.FdfsInputStream
- com.github.tobato.fastdfs.domain.fdfs.MetaData
- com.github.tobato.fastdfs.domain.proto.mapper.MetadataMapper
- com.github.tobato.fastdfs.domain.proto.mapper.ObjectMetaData
- com.github.tobato.fastdfs.domain.proto.OtherConstants
- com.github.tobato.fastdfs.domain.proto.ProtoHead
- com.github.tobato.fastdfs.domain.proto.StatusConstants
- com.github.tobato.fastdfs.domain.fdfs.StorageNode
- com.github.tobato.fastdfs.domain.fdfs.StorageNodeInfo
- com.github.tobato.fastdfs.domain.fdfs.StorageState
- com.github.tobato.fastdfs.domain.fdfs.StorePath
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.github.tobato.fastdfs.domain.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
- java.lang.RuntimeException
- java.lang.Exception
- com.github.tobato.fastdfs.domain.upload.ThumbImage
- com.github.tobato.fastdfs.domain.fdfs.TrackerAddressHolder
- com.github.tobato.fastdfs.domain.fdfs.TrackerLocator
- com.github.tobato.fastdfs.domain.upload.AbstractFastFileBuilder<T>
接口分层结构
- com.github.tobato.fastdfs.domain.conn.Connection
- com.github.tobato.fastdfs.domain.proto.storage.DownloadCallback<T>
- com.github.tobato.fastdfs.domain.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.fdfs.ThumbImageConfig
- com.github.tobato.fastdfs.service.TrackerClient
Annotation Interface Hierarchy
- com.github.tobato.fastdfs.domain.proto.mapper.FdfsColumn (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- com.github.tobato.fastdfs.domain.proto.mapper.DynamicFieldType
- com.github.tobato.fastdfs.domain.proto.storage.enums.StorageMetadataSetType
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)