| Package | Description |
|---|---|
| com.atlassian.confluence.plugins.createcontent.concurrent |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
LazyInsertExecutor.lazyInsertAndRead(LazyInserter<T> inserter,
String lockKey)
Do a non-lock read first, then if find no result, do a re-read and
insert inside a lock.
|
<T> T |
ClusterConcurrentLazyInsertExecutor.lazyInsertAndRead(LazyInserter<T> inserter,
String lockKey)
Try read existing data or insert new data if read returns null, in a way that is concurrent-safe in cluster
|
Copyright © 2017 Atlassian. All rights reserved.