public class RepositorySpaceWsSource
extends org.lockss.ws.entities.RepositorySpaceWsResult
| Constructor and Description |
|---|
RepositorySpaceWsSource(String repositorySpaceId,
org.lockss.util.os.PlatformUtil.DF puDf)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getActiveCount() |
Integer |
getDeletedCount() |
Long |
getFree() |
Integer |
getInactiveCount() |
Integer |
getOrphanedCount() |
Double |
getPercentageFull() |
String |
getRepositorySpaceId() |
Long |
getSize() |
Long |
getUsed() |
public RepositorySpaceWsSource(String repositorySpaceId, org.lockss.util.os.PlatformUtil.DF puDf)
repositorySpaceId - A String with the name of the store space.puDf - A PlatformUtil.DF with disk space information.public String getRepositorySpaceId()
getRepositorySpaceId in class org.lockss.ws.entities.RepositorySpaceWsResultpublic Long getSize()
getSize in class org.lockss.ws.entities.RepositorySpaceWsResultpublic Long getUsed()
getUsed in class org.lockss.ws.entities.RepositorySpaceWsResultpublic Long getFree()
getFree in class org.lockss.ws.entities.RepositorySpaceWsResultpublic Double getPercentageFull()
getPercentageFull in class org.lockss.ws.entities.RepositorySpaceWsResultpublic Integer getActiveCount()
getActiveCount in class org.lockss.ws.entities.RepositorySpaceWsResultpublic Integer getInactiveCount()
getInactiveCount in class org.lockss.ws.entities.RepositorySpaceWsResultpublic Integer getDeletedCount()
getDeletedCount in class org.lockss.ws.entities.RepositorySpaceWsResultpublic Integer getOrphanedCount()
getOrphanedCount in class org.lockss.ws.entities.RepositorySpaceWsResultCopyright © 2000–2023 LOCKSS Program. All rights reserved.