Uses of Class
com.atlassian.confluence.it.admin.CacheStatistics.Capability
-
Packages that use CacheStatistics.Capability Package Description com.atlassian.confluence.it.admin com.atlassian.confluence.it.rpc com.atlassian.confluence.it.rpc.delegates.admin -
-
Uses of CacheStatistics.Capability in com.atlassian.confluence.it.admin
Methods in com.atlassian.confluence.it.admin that return CacheStatistics.Capability Modifier and Type Method Description static CacheStatistics.CapabilityCacheStatistics.Capability. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheStatistics.Capability[]CacheStatistics.Capability. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.atlassian.confluence.it.admin with type arguments of type CacheStatistics.Capability Modifier and Type Method Description static CacheStatisticsCacheStatistics. fromHashTable(Hashtable hashtable, Set<CacheStatistics.Capability> capabilities) -
Uses of CacheStatistics.Capability in com.atlassian.confluence.it.rpc
Methods in com.atlassian.confluence.it.rpc that return types with arguments of type CacheStatistics.Capability Modifier and Type Method Description Set<CacheStatistics.Capability>ConfluenceRpc. getCacheStatisticsCapabilities()Deprecated. -
Uses of CacheStatistics.Capability in com.atlassian.confluence.it.rpc.delegates.admin
Methods in com.atlassian.confluence.it.rpc.delegates.admin that return types with arguments of type CacheStatistics.Capability Modifier and Type Method Description Set<CacheStatistics.Capability>CacheRpc. getCacheStatisticsCapabilities()
-