| return this.queueCapacity > 0 && this.queueLength >= this.queueCapacity; | return this.queueCapacity > 0 && this.queueLength.get() >= this.queueCapacity; | this.queueCapacity > 0 && this.queueLength >= this.queueCapacity | this.queueCapacity > 0 && this.queueLength.get() >= this.queueCapacity | hadoop | fb512f50877438acb01fe6b3ec96c12b4db61694 | org.apache.hadoop.yarn.server.resourcemanager.scheduler.distributed.NodeQueueLoadMonitor.ClusterNode | | | _1 | queueLength |
|---|
| _2 | queueLength |
|---|
| | | | Returns | True |