return allocation.decision(Decision.NO,NAME,STR0,awarenessAttribute,CLUSTER_ROUTING_ALLOCATION_AWARENESS_ATTRIBUTE_SETTING.getKey(),allocation.debugDecision() ? Strings.arrayToCommaDelimitedString(awarenessAttributes) : null); | return allocation.decision(Decision.NO,NAME,STR0,awarenessAttribute,CLUSTER_ROUTING_ALLOCATION_AWARENESS_ATTRIBUTE_SETTING.getKey(),allocation.debugDecision() ? Strings.collectionToCommaDelimitedString(awarenessAttributes) : null); | allocation.decision(Decision.NO,NAME,STR0,awarenessAttribute,CLUSTER_ROUTING_ALLOCATION_AWARENESS_ATTRIBUTE_SETTING.getKey(),allocation.debugDecision() ? Strings.arrayToCommaDelimitedString(awarenessAttributes) : null) | allocation.decision(Decision.NO,NAME,STR0,awarenessAttribute,CLUSTER_ROUTING_ALLOCATION_AWARENESS_ATTRIBUTE_SETTING.getKey(),allocation.debugDecision() ? Strings.collectionToCommaDelimitedString(awarenessAttributes) : null) | elasticsearch | 3161386e2fa6fc0afc6edf39e9cbf0f175e93b3a | org.elasticsearch.cluster.routing.allocation.decider.AwarenessAllocationDecider | | _1 | awarenessAttributes |
---|
_2 | awarenessAttributes |
---|
| v6 | STR0 |
---|
v0 | CLUSTER_ROUTING_ALLOCATION_AWARENESS_ATTRIBUTE_SETTING.getKey() |
---|
v2 | NAME |
---|
v3 | awarenessAttribute |
---|
v4 | Decision.NO |
---|
v5 | allocation |
---|
| | v6 | STR0 |
---|
v0 | CLUSTER_ROUTING_ALLOCATION_AWARENESS_ATTRIBUTE_SETTING.getKey() |
---|
v2 | NAME |
---|
v3 | awarenessAttribute |
---|
v4 | Decision.NO |
---|
v5 | allocation |
---|
| Returns | True |