| boolean executionAlreadyExists=currentExecutions.put(watchId,new WatchExecution(ctx,Thread.currentThread())); | boolean executionAlreadyExists=currentExecutions.get().put(watchId,new WatchExecution(ctx,Thread.currentThread())); | currentExecutions.put(watchId,new WatchExecution(ctx,Thread.currentThread())) | currentExecutions.get().put(watchId,new WatchExecution(ctx,Thread.currentThread())) | elasticsearch | 2c38d12e236a3279daa344bc8b52f0e8f49ad4b5 | org.elasticsearch.xpack.watcher.execution.ExecutionService | | | _1 | currentExecutions |
|---|
| _2 | currentExecutions |
|---|
| | TCIVar | currentExecutions |
|---|
| v1 | watchId |
|---|
| v2 | new WatchExecution(ctx,Thread.currentThread()) |
|---|
| | | TCIVar | currentExecutions |
|---|
| v1 | watchId |
|---|
| v2 | new WatchExecution(ctx,Thread.currentThread()) |
|---|
| Uses | True |