Interface StorageLocationReportMXBean
- All Known Implementing Classes:
StorageLocationReport
public interface StorageLocationReportMXBean
Contract to define properties available on the JMX interface.
-
Method Details
-
getId
String getId() -
isFailed
boolean isFailed() -
getCapacity
long getCapacity() -
getScmUsed
long getScmUsed() -
getRemaining
long getRemaining() -
getCommitted
long getCommitted() -
getFreeSpaceToSpare
long getFreeSpaceToSpare() -
getStorageLocation
String getStorageLocation() -
getStorageTypeName
String getStorageTypeName()
-