Class HazelcastSharedDataSupport
- java.lang.Object
-
- com.atlassian.confluence.cluster.hazelcast.shareddata.HazelcastSharedDataSupport
-
@Internal @Deprecated(since="8.2", forRemoval=true) public class HazelcastSharedDataSupport extends Object
Deprecated, for removal: This API element is subject to removal in a future version.since 8.2A utility class for managing HazelcastSharedData
implementations. SeeConfluenceHazelcastConfigBuilder
for the map and set default config.- Since:
- 5.7
-
-
Constructor Summary
Constructors Constructor Description HazelcastSharedDataSupport(String namePrefix, com.google.common.base.Supplier<com.hazelcast.core.HazelcastInstance> hazelcastRef)
Deprecated, for removal: This API element is subject to removal in a future version.HazelcastSharedDataSupport(String namePrefix, com.hazelcast.core.HazelcastInstance hazelcastInstance)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @NonNull SharedData
getSharedData(String name)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
PREFIX
public static final String PREFIX
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HazelcastSharedDataSupport
public HazelcastSharedDataSupport(String namePrefix, com.hazelcast.core.HazelcastInstance hazelcastInstance)
Deprecated, for removal: This API element is subject to removal in a future version.- Since:
- 7.6
-
HazelcastSharedDataSupport
public HazelcastSharedDataSupport(String namePrefix, com.google.common.base.Supplier<com.hazelcast.core.HazelcastInstance> hazelcastRef)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getSharedData
public @NonNull SharedData getSharedData(String name)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-