Interface | Description |
---|---|
ConcurrentSharedMap<K,V> |
ConcurrentSharedMap has very similar semantics as ConcurrentMap with the difference that any updates made to
the collections returned from keySet, valueSet and entrySet methods do not change the keys and values in the
underlying Map.
|
Shareable |
Marker interface.
|
Class | Description |
---|---|
SharedData |
Sometimes it is desirable to share immutable data between different event loops, for example to implement a
cache of data.
|