Class HazelcastSharedDataManager
java.lang.Object
com.atlassian.confluence.cluster.hazelcast.shareddata.HazelcastSharedDataManager
- All Implemented Interfaces:
SharedDataManager
@Internal
@Deprecated(since="8.2",
forRemoval=true)
public class HazelcastSharedDataManager
extends Object
implements SharedDataManager
Deprecated, for removal: This API element is subject to removal in a future version.
since 8.2
A Hazelcast implementation of
SharedDataManager
- Since:
- 5.7
-
Constructor Summary
ConstructorsConstructorDescriptionHazelcastSharedDataManager
(com.hazelcast.core.HazelcastInstance hazelcastInstance) 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
-
HazelcastSharedDataManager
public HazelcastSharedDataManager(com.hazelcast.core.HazelcastInstance hazelcastInstance) Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 7.6
-
-
Method Details