Uses of Class
com.atlassian.confluence.cluster.ReIndexingScopeThreadLocal.ReIndexingScope
-
Packages that use ReIndexingScopeThreadLocal.ReIndexingScope Package Description com.atlassian.confluence.cluster -
-
Uses of ReIndexingScopeThreadLocal.ReIndexingScope in com.atlassian.confluence.cluster
Methods in com.atlassian.confluence.cluster that return ReIndexingScopeThreadLocal.ReIndexingScope Modifier and Type Method Description static ReIndexingScopeThreadLocal.ReIndexingScopeReIndexingScopeThreadLocal. currentScope()static ReIndexingScopeThreadLocal.ReIndexingScopeReIndexingScopeThreadLocal.ReIndexingScope. valueOf(String name)Returns the enum constant of this type with the specified name.static ReIndexingScopeThreadLocal.ReIndexingScope[]ReIndexingScopeThreadLocal.ReIndexingScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.cluster with parameters of type ReIndexingScopeThreadLocal.ReIndexingScope Modifier and Type Method Description static voidReIndexingScopeThreadLocal. withScope(ReIndexingScopeThreadLocal.ReIndexingScope scope, Runnable runnable)Execute aRunnablewith specified scope
-