public class GroupState extends Object implements Serializable
FastDFS中group的状态信息
2020-02-03 16:00
| 构造器和说明 |
|---|
GroupState() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getActiveCount() |
int |
getCurrentTrunkFileId() |
int |
getCurrentWriteServer() |
long |
getFreeMb() |
String |
getGroupName() |
int |
getStorageCount() |
int |
getStorageHttpPort() |
int |
getStoragePort() |
int |
getStorePathCount() |
int |
getSubDirCountPerPath() |
long |
getTotalMb() |
long |
getTrunkFreeMb() |
void |
setActiveCount(int activeCount) |
void |
setCurrentTrunkFileId(int currentTrunkFileId) |
void |
setCurrentWriteServer(int currentWriteServer) |
void |
setFreeMb(long freeMb) |
void |
setGroupName(String groupName) |
void |
setStorageCount(int storageCount) |
void |
setStorageHttpPort(int storageHttpPort) |
void |
setStoragePort(int storagePort) |
void |
setStorePathCount(int storePathCount) |
void |
setSubDirCountPerPath(int subDirCountPerPath) |
void |
setTotalMb(long totalMb) |
void |
setTrunkFreeMb(long trunkFreeMb) |
String |
toString() |
public String getGroupName()
public void setGroupName(String groupName)
public long getTotalMb()
public void setTotalMb(long totalMb)
public long getFreeMb()
public void setFreeMb(long freeMb)
public long getTrunkFreeMb()
public void setTrunkFreeMb(long trunkFreeMb)
public int getStorageCount()
public void setStorageCount(int storageCount)
public int getStoragePort()
public void setStoragePort(int storagePort)
public int getStorageHttpPort()
public void setStorageHttpPort(int storageHttpPort)
public int getActiveCount()
public void setActiveCount(int activeCount)
public int getCurrentWriteServer()
public void setCurrentWriteServer(int currentWriteServer)
public int getStorePathCount()
public void setStorePathCount(int storePathCount)
public int getSubDirCountPerPath()
public void setSubDirCountPerPath(int subDirCountPerPath)
public int getCurrentTrunkFileId()
public void setCurrentTrunkFileId(int currentTrunkFileId)
Copyright © 2021. All rights reserved.