Revision 7755
Added by ben leinfelder over 11 years ago
src/edu/ucsb/nceas/metacat/dataone/hazelcast/HazelcastService.java | ||
---|---|---|
250 | 250 |
identifier.setValue(guid); |
251 | 251 |
// force hazelcast to update system metadata in memory from the store |
252 | 252 |
HazelcastService.getInstance().getSystemMetadataMap().evict(identifier); |
253 |
|
|
253 |
HazelcastService.getInstance().getSystemMetadataMap().get(identifier); |
|
254 | 254 |
} |
255 | 255 |
|
256 | 256 |
public Lock getLock(String identifier) { |
Also available in: Unified diff
load the evicted SM back into the map on a "Refresh" so that listeners hear the update. (metacat-index, for example)