Package wt.fv
Interface SiteVaultsMonitorMBean
- All Superinterfaces:
SelfEmailingMBean
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptiongetFreeDiskSpace(String uniqueVaultName) Returns the available disk space string for a given vault
Supported API: truegetVaultStatus(String uniqueVaultName) Returns whether vault status (inaccessible, Read - Write, or Read - Only)
Supported API: trueisVaultThresholdReached(String uniqueVaultName) Returns whether vault threshold (disk space capacity) has been reached
Supported API: truevoidsetFreeSpaceThreshold(String siteName, float minDiskSpacePercentage) Set capacity threshold for site
Supported API: trueMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
setFreeSpaceThreshold
@MBeanOperationImpact(0) void setFreeSpaceThreshold(String siteName, float minDiskSpacePercentage) throws Exception Set capacity threshold for site
Supported API: true- Parameters:
siteURL- Site URLcapacityThreshold- Integer value for % capacity threshold- Throws:
Exception
-
getFreeDiskSpace
Returns the available disk space string for a given vault
Supported API: true- Parameters:
uniqueVaultName- Unique vault name - vault name is unique across master, and replicas- Throws:
Exception
-
isVaultThresholdReached
Returns whether vault threshold (disk space capacity) has been reached
Supported API: true- Parameters:
uniqueVaultName- Unique vault name - vault name is unique across master, and replicas- Throws:
Exception
-
getVaultStatus
Returns whether vault status (inaccessible, Read - Write, or Read - Only)
Supported API: true- Parameters:
uniqueVaultName- Unique vault name - vault name is unique across master, and replicas- Throws:
Exception
-