Class SharedDataMutable<K extends Serializable,V extends Serializable>
- java.lang.Object
-
- com.atlassian.confluence.cluster.shareddata.SharedDataMutable<K,V>
-
- All Implemented Interfaces:
org.apache.commons.lang3.mutable.Mutable<V>
@Deprecated(since="8.2", forRemoval=true) public class SharedDataMutable<K extends Serializable,V extends Serializable> extends Object implements org.apache.commons.lang3.mutable.Mutable<V>
Deprecated, for removal: This API element is subject to removal in a future version.since 8.2Mutable reference to shared-dataMap
at a given key- Since:
- 7.14
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description V
getValue()
Deprecated, for removal: This API element is subject to removal in a future version.void
setValue(V value)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
getValue
public V getValue()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getValue
in interfaceorg.apache.commons.lang3.mutable.Mutable<K extends Serializable>
-
setValue
public void setValue(V value)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setValue
in interfaceorg.apache.commons.lang3.mutable.Mutable<K extends Serializable>
-
-