Package wt.fv
Interface FvCacheVaultSyncMBean
- All Superinterfaces:
SelfEmailingMBean
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionShows current sync mode.Switches sync mode to SITE.Switches sync mode to SYSTEM.purgeSyncHistoriesOlderThan(int days) Purges sync history older than specified number of days.siteCancelCurrentSync(String siteName) Stops current sync of the specified site.siteCheckSyncInterval_Hours(String siteName) Retrieves sync interval (in hours) of the specified site.siteForceSync(String siteName) Forces immediate sync on the specified site.siteGetSyncHistory(String siteName) Retrieves sync history for the specified site.siteUpdateSyncInterval(String siteName, int intervalHours, int firstRunDelayMinutes) Creates sync schedule for the specified site.Stops current System sync.Retrieves System sync interval (in hours).Forces immediate sync on the whole system.Retrieves System sync history.sysUpdateSyncInterval(int intervalHours, int firstRunDelayMinutes) Creates or updates System sync schedule.Methods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
sysForceSync
Forces immediate sync on the whole system.
Supported API: true- Throws:
Exception
-
siteForceSync
Forces immediate sync on the specified site.
Supported API: true- Parameters:
siteName- site name- Throws:
Exception
-
siteUpdateSyncInterval
@MBeanOperationImpact(1) String siteUpdateSyncInterval(String siteName, int intervalHours, int firstRunDelayMinutes) throws Exception Creates sync schedule for the specified site.
Supported API: true- Parameters:
siteName- site nameintervalHours- number of hours between sync runsfirstRunDelayMinutes- delay for the first run, from the time when scheduled.- Throws:
Exception
-
sysUpdateSyncInterval
@MBeanOperationImpact(1) String sysUpdateSyncInterval(int intervalHours, int firstRunDelayMinutes) throws Exception Creates or updates System sync schedule.
Supported API: true- Parameters:
intervalHours- number of hours between sync runsfirstRunDelayMinutes- delay for the first run, from the time when scheduled.- Throws:
Exception
-
siteCheckSyncInterval_Hours
Retrieves sync interval (in hours) of the specified site.
Supported API: true- Parameters:
siteName- site name- Throws:
Exception
-
sysCheckSyncInterval_Hours
Retrieves System sync interval (in hours).
Supported API: true- Throws:
Exception
-
siteCancelCurrentSync
Stops current sync of the specified site.
Supported API: true- Parameters:
siteName- site name- Throws:
Exception
-
sysCancelCurrentSync
Stops current System sync.
Supported API: true- Throws:
Exception
-
purgeSyncHistoriesOlderThan
Purges sync history older than specified number of days.
Supported API: true- Parameters:
days- number of days- Throws:
Exception
-
modeSwitchToSite
Switches sync mode to SITE.
Supported API: true- Throws:
Exception
-
modeSwitchToSystem
Switches sync mode to SYSTEM.
Supported API: true- Throws:
Exception
-
siteGetSyncHistory
Retrieves sync history for the specified site.
Supported API: true- Parameters:
siteName- site name- Throws:
Exception
-
sysGetSyncHistory
Retrieves System sync history.
Supported API: true- Throws:
Exception
-
getSyncMode
Shows current sync mode.
Supported API: true
-