Interface WorkspaceMXBean

All Known Implementing Classes:
WorkspaceBean

public interface WorkspaceMXBean
JMX Bean interface exposing workspace storage information
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the free workspace space in bytes
    long
    Gets the total available workspace space in bytes
    long
    Gets 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