com.atlassian.confluence.admin.actions
Class CoherenceCacheStatisticsAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.atlassian.confluence.core.ConfluenceActionSupport
          extended by com.atlassian.confluence.admin.actions.CoherenceCacheStatisticsAction
All Implemented Interfaces:
Administrative, WebInterface, com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, java.io.Serializable

public class CoherenceCacheStatisticsAction
extends ConfluenceActionSupport
implements Administrative

Action to report on Coherence cache operational statistics and to change the maximum size of the cache regions

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, log, permissionManager, permitted, pluginAccessor, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
CoherenceCacheStatisticsAction()
           
 
Method Summary
 java.lang.String doChangeSize()
           
 java.lang.String execute()
           
 java.util.Map<com.tangosol.net.CacheService,java.util.List<CacheStatistics>> getClusterCacheStatistics()
           
 java.util.List<CacheStatistics> getLocalCacheStatistics()
           
 boolean isShowDistributions()
           
 void setCacheManager(TangosolCacheManager tangosolCacheManager)
           
 void setCacheName(java.lang.String cacheName)
           
 void setCacheSize(int cacheNewSize)
           
 void setShowDistributions(boolean showDistributions)
           
 
Methods inherited from class com.atlassian.confluence.core.ConfluenceActionSupport
addActionError, addFieldError, addPermissionTypeTo, addToHistory, doDefault, formatFriendlyDate, getActionName, getBootstrapManager, getCancelResult, getDateFormatter, getDefaultResourceBundle, getEventManager, getFriendlyDateFormatter, getGlobalHelper, getGlobalSettings, getHelper, getI18n, getInstalledLanguages, getLabelManager, getLanguageManager, getLanguageUserFriendly, getLocale, getLocaleManager, getLocaleString, getNiceContentType, getPermissionTypes, getPermittedEntitiesOf, getPermittedEntitiesOf, getPermittedEntitiesOf, getPreviousLoginDate, getRandom, getRemoteUser, getSession, getSpaceHelper, getText, getText, getText, getText, getTextStatic, getTextStatic, getTextStrict, getTimeZone, getUser, getUserAccessor, getUserFullName, getUserInterfaceState, getWebInterfaceContext, getWebInterfaceManager, hasPermissionForSpace, isAnonymousUser, isCanceled, isDevMode, isEmailVisible, isExternalUserManagementEnabled, isLabelable, isPermissionCheck, isPermitted, isPermittedAsString, isPrintableVersion, isSharedMode, isUserStatusPluginEnabled, isUsingHSQL, setBootstrapManager, setCancel, setEventManager, setFormatSettingsManager, setI18NBean, setI18NBeanFactory, setLabelManager, setLanguageManager, setLocaleManager, setPermissionCheck, setPermissionManager, setPluginAccessor, setPreviousLoginDate, setSettingsManager, setSpacePermissionManager, setUserAccessor, setWebInterfaceManager
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoherenceCacheStatisticsAction

public CoherenceCacheStatisticsAction()
Method Detail

execute

public java.lang.String execute()
Specified by:
execute in interface com.opensymphony.xwork.Action
Overrides:
execute in class com.opensymphony.xwork.ActionSupport

doChangeSize

public java.lang.String doChangeSize()

getClusterCacheStatistics

public java.util.Map<com.tangosol.net.CacheService,java.util.List<CacheStatistics>> getClusterCacheStatistics()

getLocalCacheStatistics

public java.util.List<CacheStatistics> getLocalCacheStatistics()

isShowDistributions

public boolean isShowDistributions()

setShowDistributions

public void setShowDistributions(boolean showDistributions)

setCacheName

public void setCacheName(java.lang.String cacheName)

setCacheSize

public void setCacheSize(int cacheNewSize)

setCacheManager

public void setCacheManager(TangosolCacheManager tangosolCacheManager)


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.