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.2
Mutable reference to shared-data
Map
at a given key- Since:
- 7.14
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SharedDataMutable
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
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>
-