Ejemplo n.º 1
0
 @Override
 public boolean matches(AllocationAttempt attempt, AllocationCandidate candidate) {
   return hosts.containsAll(candidate.getHosts());
 }