Uses of Class
com.github.tobato.fastdfs.domain.fdfs.StorageState
Packages that use StorageState
Package
Description
-
Uses of StorageState in com.github.tobato.fastdfs.domain.proto.tracker.internal
Methods in com.github.tobato.fastdfs.domain.proto.tracker.internal that return types with arguments of type StorageStateModifier and TypeMethodDescriptionTrackerListStoragesResponse.decodeContent(InputStream in, Charset charset) 解析反馈内容 -
Uses of StorageState in com.github.tobato.fastdfs.service
Methods in com.github.tobato.fastdfs.service that return types with arguments of type StorageStateModifier and TypeMethodDescriptionDefaultTrackerClient.listStorages(String groupName) 按组列出存储状态DefaultTrackerClient.listStorages(String groupName, String storageIpAddr) 按ip列出存储状态TrackerClient.listStorages(String groupName) 按组名获取存储节点状态list storages by groupNameTrackerClient.listStorages(String groupName, String storageIpAddr) 获取存储状态 list storages by groupName and storageIpAddr