com.atlassian.confluence.cluster.shareddata
Interface SharedData


public interface SharedData

Provides a mechanism to obtain shared data structures.

Since:
5.7

Method Summary
<K extends Serializable,V extends Serializable>
Map<K,V>
getMap()
          Obtains a Map view of the shared data.
 

Method Detail

getMap

@Nonnull
<K extends Serializable,V extends Serializable> Map<K,V> getMap()
Obtains a Map view of the shared data. The returned Map is guaranteed thread-safe.



Copyright © 2003–2015 Atlassian. All rights reserved.