Uses of Class
com.github.tobato.fastdfs.domain.fdfs.MetaData
Packages that use MetaData
Package
Description
-
Uses of MetaData in com.github.tobato.fastdfs.domain.proto.mapper
Methods in com.github.tobato.fastdfs.domain.proto.mapper that return types with arguments of type MetaDataModifier and TypeMethodDescription将byte映射为对象Method parameters in com.github.tobato.fastdfs.domain.proto.mapper with type arguments of type MetaData -
Uses of MetaData in com.github.tobato.fastdfs.domain.proto.storage
Constructor parameters in com.github.tobato.fastdfs.domain.proto.storage with type arguments of type MetaDataModifierConstructorDescriptionStorageSetMetadataCommand(String groupName, String path, Set<MetaData> metaDataSet, StorageMetadataSetType type) 设置文件标签(元数据) -
Uses of MetaData in com.github.tobato.fastdfs.domain.proto.storage.internal
Methods in com.github.tobato.fastdfs.domain.proto.storage.internal that return types with arguments of type MetaDataModifier and TypeMethodDescriptionStorageGetMetadataResponse.decodeContent(InputStream in, Charset charset) 解析反馈内容StorageSetMetadataRequest.getMetaDataSet()Constructor parameters in com.github.tobato.fastdfs.domain.proto.storage.internal with type arguments of type MetaDataModifierConstructorDescriptionStorageSetMetadataRequest(String groupName, String path, Set<MetaData> metaDataSet, StorageMetadataSetType type) 设置文件元数据 -
Uses of MetaData in com.github.tobato.fastdfs.domain.upload
Fields in com.github.tobato.fastdfs.domain.upload with type parameters of type MetaDataModifier and TypeFieldDescriptionAbstractFastFileBuilder.metaDataSet文件元数据FastFile.metaDataSet文件元数据Methods in com.github.tobato.fastdfs.domain.upload that return types with arguments of type MetaDataMethod parameters in com.github.tobato.fastdfs.domain.upload with type arguments of type MetaDataModifier and TypeMethodDescriptionAbstractFastFileBuilder.withMetaData(Set<MetaData> metaDataSet) 元数据信息FastFile.Builder.withMetaData(Set<MetaData> metaDataSet) FastImageFile.Builder.withMetaData(Set<MetaData> metaDataSet) Constructor parameters in com.github.tobato.fastdfs.domain.upload with type arguments of type MetaDataModifierConstructorDescriptionFastFile(InputStream inputStream, long fileSize, String fileExtName, Set<MetaData> metaDataSet) 上传文件对象FastImageFile(InputStream inputStream, long fileSize, String fileExtName, Set<MetaData> metaDataSet) 上传图片文件FastImageFile(InputStream inputStream, long fileSize, String fileExtName, Set<MetaData> metaDataSet, ThumbImage thumbImage) 上传图片文件 -
Uses of MetaData in com.github.tobato.fastdfs.service
Methods in com.github.tobato.fastdfs.service that return types with arguments of type MetaDataModifier and TypeMethodDescriptionDefaultGenerateStorageClient.getMetadata(String groupName, String path) 获取metadataGenerateStorageClient.getMetadata(String groupName, String path) 获取文件元信息Method parameters in com.github.tobato.fastdfs.service with type arguments of type MetaDataModifier and TypeMethodDescriptionvoidDefaultGenerateStorageClient.mergeMetadata(String groupName, String path, Set<MetaData> metaDataSet) 合并metadatavoidGenerateStorageClient.mergeMetadata(String groupName, String path, Set<MetaData> metaDataSet) 修改文件元信息(合并)voidDefaultGenerateStorageClient.overwriteMetadata(String groupName, String path, Set<MetaData> metaDataSet) 覆盖metadatavoidGenerateStorageClient.overwriteMetadata(String groupName, String path, Set<MetaData> metaDataSet) 修改文件元信息(覆盖)DefaultFastFileStorageClient.uploadFile(InputStream inputStream, long fileSize, String fileExtName, Set<MetaData> metaDataSet) 上传文件FastFileStorageClient.uploadFile(InputStream inputStream, long fileSize, String fileExtName, Set<MetaData> metaDataSet) 上传一般文件DefaultFastFileStorageClient.uploadImageAndCrtThumbImage(InputStream inputStream, long fileSize, String fileExtName, Set<MetaData> metaDataSet) 上传图片并且生成缩略图FastFileStorageClient.uploadImageAndCrtThumbImage(InputStream inputStream, long fileSize, String fileExtName, Set<MetaData> metaDataSet) 上传图片并且生成缩略图