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-dataMapat a given key- Since:
- 7.14
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description VgetValue()Deprecated, for removal: This API element is subject to removal in a future version.voidsetValue(V value)Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
- 
Method Detail- 
getValuepublic V getValue() Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getValuein interface- org.apache.commons.lang3.mutable.Mutable<K extends Serializable>
 
 - 
setValuepublic void setValue(V value) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- setValuein interface- org.apache.commons.lang3.mutable.Mutable<K extends Serializable>
 
 
- 
 
-