public class GroupState extends Object
| 构造器和说明 |
|---|
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)
groupName - the groupName to setpublic long getTotalMB()
public void setTotalMB(long totalMB)
totalMB - the totalMB to setpublic long getFreeMB()
public void setFreeMB(long freeMB)
freeMB - the freeMB to setpublic long getTrunkFreeMB()
public void setTrunkFreeMB(long trunkFreeMB)
trunkFreeMB - the trunkFreeMB to setpublic int getStorageCount()
public void setStorageCount(int storageCount)
storageCount - the storageCount to setpublic int getStoragePort()
public void setStoragePort(int storagePort)
storagePort - the storagePort to setpublic int getStorageHttpPort()
public void setStorageHttpPort(int storageHttpPort)
storageHttpPort - the storageHttpPort to setpublic int getActiveCount()
public void setActiveCount(int activeCount)
activeCount - the activeCount to setpublic int getCurrentWriteServer()
public void setCurrentWriteServer(int currentWriteServer)
currentWriteServer - the currentWriteServer to setpublic int getStorePathCount()
public void setStorePathCount(int storePathCount)
storePathCount - the storePathCount to setpublic int getSubdirCountPerPath()
public void setSubdirCountPerPath(int subdirCountPerPath)
subdirCountPerPath - the subdirCountPerPath to setpublic int getCurrentTrunkFileId()
public void setCurrentTrunkFileId(int currentTrunkFileId)
currentTrunkFileId - the currentTrunkFileId to setCopyright © 2020. All rights reserved.