Toggle navigation
Home
java.util.concurrent.ConcurrentMap to java.lang.ThreadLocal
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'hadoop'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
recordingNodesAllocation
to
recordingNodesAllocation.get()
recordingNodesAllocation
to
recordingNodesAllocation.get()
recordingNodesAllocation
to
recordingNodesAllocation.get()
activeRecordedNodes.contains(nodeID)
to
isRecordingMultiNodes()
recordingNodesAllocation.containsKey(nodeID)
to
recordingNodesAllocation.get().containsKey(nodeID)
appsAllocation
to
appsAllocation.get()
appsAllocation
to
appsAllocation.get()
appsAllocation
to
appsAllocation.get()
appsAllocation.containsKey(applicationId)
to
appsAllocation.get().containsKey(applicationId)
Other
&&
to
||