Class WorkspaceBean
java.lang.Object
org.opencastproject.workspace.impl.jmx.WorkspaceBean
- All Implemented Interfaces:
WorkspaceMXBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongGets the free workspace space in byteslongGets the total available workspace space in byteslongGets the used workspace space in bytes
-
Constructor Details
-
WorkspaceBean
-
-
Method Details
-
getFreeSpace
public long getFreeSpace()Description copied from interface:WorkspaceMXBeanGets the free workspace space in bytes- Specified by:
getFreeSpacein interfaceWorkspaceMXBean- Returns:
- free space in bytes
- See Also:
-
getUsedSpace
public long getUsedSpace()Description copied from interface:WorkspaceMXBeanGets the used workspace space in bytes- Specified by:
getUsedSpacein interfaceWorkspaceMXBean- Returns:
- used space in bytes
- See Also:
-
getTotalSpace
public long getTotalSpace()Description copied from interface:WorkspaceMXBeanGets the total available workspace space in bytes- Specified by:
getTotalSpacein interfaceWorkspaceMXBean- Returns:
- total available space in bytes
- See Also:
-