Uses of Enum Class
com.github.tobato.fastdfs.domain.proto.storage.enums.StorageMetadataSetType
Packages that use StorageMetadataSetType
Package
Description
-
Uses of StorageMetadataSetType in com.github.tobato.fastdfs.domain.proto.storage
Constructors in com.github.tobato.fastdfs.domain.proto.storage with parameters of type StorageMetadataSetTypeModifierConstructorDescriptionStorageSetMetadataCommand(String groupName, String path, Set<MetaData> metaDataSet, StorageMetadataSetType type) 设置文件标签(元数据) -
Uses of StorageMetadataSetType in com.github.tobato.fastdfs.domain.proto.storage.enums
Methods in com.github.tobato.fastdfs.domain.proto.storage.enums that return StorageMetadataSetTypeModifier and TypeMethodDescriptionstatic StorageMetadataSetTypeReturns the enum constant of this class with the specified name.static StorageMetadataSetType[]StorageMetadataSetType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of StorageMetadataSetType in com.github.tobato.fastdfs.domain.proto.storage.internal
Constructors in com.github.tobato.fastdfs.domain.proto.storage.internal with parameters of type StorageMetadataSetTypeModifierConstructorDescriptionStorageSetMetadataRequest(String groupName, String path, Set<MetaData> metaDataSet, StorageMetadataSetType type) 设置文件元数据