Class PluginSharedDataKey
- java.lang.Object
-
- com.atlassian.confluence.cluster.shareddata.PluginSharedDataKey
-
- All Implemented Interfaces:
Serializable
public class PluginSharedDataKey extends Object implements Serializable
- Since:
- 5.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginSharedDataKey(String pluginKey, String sharedDataKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asString()
boolean
equals(@Nullable Object o)
String
getPluginKey()
String
getSharedDataKey()
int
hashCode()
String
toString()
-