Class NutclusterSharedDataManager
java.lang.Object
com.atlassian.confluence.cluster.nutcluster.shareddata.NutclusterSharedDataManager
- All Implemented Interfaces:
SharedDataManager
@Internal
@Deprecated(since="8.2",
forRemoval=true)
public class NutclusterSharedDataManager
extends Object
implements SharedDataManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2
A Nutcluster implementation of
SharedDataManager
- Since:
- 5.7
-
Constructor Summary
ConstructorsConstructorDescriptionNutclusterSharedDataManager
(com.atlassian.nutcluster.core.NutclusterInstance nutclusterInstance) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription@NonNull SharedData
getSharedData
(String name) Deprecated, for removal: This API element is subject to removal in a future version.Obtain aSharedDataManager
for the given key.
-
Constructor Details
-
NutclusterSharedDataManager
public NutclusterSharedDataManager(com.atlassian.nutcluster.core.NutclusterInstance nutclusterInstance) Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 7.6
-
-
Method Details