Interface WorkspaceMXBean
- All Known Implementing Classes:
WorkspaceBean
public interface WorkspaceMXBean
JMX Bean interface exposing workspace storage information
-
Method Summary
Modifier and TypeMethodDescriptionlongGets the free workspace space in byteslongGets the total available workspace space in byteslongGets the used workspace space in bytes
-
Method Details
-
getFreeSpace
long getFreeSpace()Gets the free workspace space in bytes- Returns:
- free space in bytes
-
getUsedSpace
long getUsedSpace()Gets the used workspace space in bytes- Returns:
- used space in bytes
-
getTotalSpace
long getTotalSpace()Gets the total available workspace space in bytes- Returns:
- total available space in bytes
-