Class NutclusterSharedDataSupport
java.lang.Object
com.atlassian.confluence.cluster.nutcluster.shareddata.NutclusterSharedDataSupport
@Internal
@Deprecated(since="8.2",
forRemoval=true)
public class NutclusterSharedDataSupport
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2
A utility class for managing Nutcluster
SharedData
implementations.
See ConfluenceNutclusterConfigBuilder
for the map and set default config.- Since:
- 5.7
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNutclusterSharedDataSupport
(String namePrefix, com.atlassian.nutcluster.core.NutclusterInstance nutclusterInstance) Deprecated, for removal: This API element is subject to removal in a future version.NutclusterSharedDataSupport
(String namePrefix, com.google.common.base.Supplier<com.atlassian.nutcluster.core.NutclusterInstance> nutclusterRef) 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.
-
Field Details
-
PREFIX
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
NutclusterSharedDataSupport
public NutclusterSharedDataSupport(String namePrefix, com.atlassian.nutcluster.core.NutclusterInstance nutclusterInstance) Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 7.6
-
NutclusterSharedDataSupport
public NutclusterSharedDataSupport(String namePrefix, com.google.common.base.Supplier<com.atlassian.nutcluster.core.NutclusterInstance> nutclusterRef) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details