Home | History | Annotate | Download | only in afe

Lines Matching refs:host_objs

729 def bucket_hosts_by_shard(host_objs):
732 @param host_objs: A list of host objects.
737 for host in host_objs:
1069 def fanout_rpc(host_objs, rpc_name, include_hostnames=True, **kwargs):
1072 @param host_objs: Host objects for the rpc.
1081 shard_host_map = bucket_hosts_by_shard(host_objs)