AllocateUnassignedDecision throttleDecision=AllocateUnassignedDecision.throttle(STR0,nodeDecisions.entrySet().stream().collect(Collectors.toMap(Map.Entry::getKey,e -> e.getValue().getDecision()))); | AllocateUnassignedDecision throttleDecision=AllocateUnassignedDecision.throttle(nodeDecisions); | nodeDecisions.entrySet().stream().collect(Collectors.toMap(Map.Entry::getKey,e -> e.getValue().getDecision())) | nodeDecisions | elasticsearch | e6e7bab58c80cbda54f9df91914efae2da68ab4e | org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecisionTests | | _1 | nodeDecisions |
---|
_2 | nodeDecisions |
---|
| | - java.util.stream.Collectors
| | Uses | False |
noDecision=AllocateUnassignedDecision.no(AllocationStatus.DECIDERS_NO,STR0,nodeDecisions.entrySet().stream().collect(Collectors.toMap(Map.Entry::getKey,e -> e.getValue().getDecision()))); | noDecision=AllocateUnassignedDecision.no(AllocationStatus.DECIDERS_NO,nodeDecisions,reuseStore); | nodeDecisions.entrySet().stream().collect(Collectors.toMap(Map.Entry::getKey,e -> e.getValue().getDecision())) | nodeDecisions | elasticsearch | e6e7bab58c80cbda54f9df91914efae2da68ab4e | org.elasticsearch.cluster.routing.allocation.AllocateUnassignedDecisionTests | | _1 | nodeDecisions |
---|
_2 | nodeDecisions |
---|
| | - java.util.stream.Collectors
| | Uses | False |