Interface WorkingFileRepositoryMXBean

All Known Implementing Classes:
WorkingFileRepositoryBean

public interface WorkingFileRepositoryMXBean
JMX Bean interface exposing working file repository storage information
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the free working file repository space in bytes
    long
    Gets the total available working file repository space in bytes
    long
    Gets the used working file repository space in bytes
  • Method Details

    • getFreeSpace

      long getFreeSpace()
      Gets the free working file repository space in bytes
      Returns:
      free space in bytes
    • getUsedSpace

      long getUsedSpace()
      Gets the used working file repository space in bytes
      Returns:
      used space in bytes
    • getTotalSpace

      long getTotalSpace()
      Gets the total available working file repository space in bytes
      Returns:
      total available space in bytes