Home
last modified time | relevance | path

Searched refs:lb_weight (Results 1 – 25 of 55) sorted by relevance

123

/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/test/regression/tests/003.failover/
H A Dcreate_expected.sql6 lb_weight text, field
19 SELECT node_id,hostname,port,status,lb_weight,role,select_cnt,load_balance_node,replication_delay
H A Dcreate_expected_node0.sql6 lb_weight text, field
19 SELECT node_id,hostname,port,status,lb_weight,role,select_cnt,load_balance_node,replication_delay
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/test/regression/tests/003.failover/
H A Dcreate_expected.sql6 lb_weight text, field
19 SELECT node_id,hostname,port,status,lb_weight,role,select_cnt,load_balance_node,replication_delay
H A Dcreate_expected_node0.sql6 lb_weight text, field
19 SELECT node_id,hostname,port,status,lb_weight,role,select_cnt,load_balance_node,replication_delay
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/test/regression/tests/003.failover/
H A Dcreate_expected.sql6 lb_weight text, field
20 SELECT node_id,hostname,port,status,lb_weight,role,select_cnt,load_balance_node,replication_delay,l…
H A Dcreate_expected_node0.sql6 lb_weight text, field
20 SELECT node_id,hostname,port,status,lb_weight,role,select_cnt,load_balance_node,replication_delay,l…
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/test/regression/tests/003.failover/
H A Dcreate_expected.sql6 lb_weight text, field
22 SELECT node_id,hostname,port,status,lb_weight,role,select_cnt,load_balance_node,replication_delay,r…
H A Dcreate_expected_node0.sql6 lb_weight text, field
22 SELECT node_id,hostname,port,status,lb_weight,role,select_cnt,load_balance_node,replication_delay,r…
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/test/regression/tests/003.failover/
H A Dcreate_expected.sql6 lb_weight text, field
22 SELECT node_id,hostname,port,status,lb_weight,role,select_cnt,load_balance_node,replication_delay,r…
H A Dcreate_expected_node0.sql6 lb_weight text, field
22 SELECT node_id,hostname,port,status,lb_weight,role,select_cnt,load_balance_node,replication_delay,r…
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/test/regression/tests/003.failover/
H A Dcreate_expected.sql7 lb_weight text, field
24 SELECT node_id,hostname,port,status,pg_status,lb_weight,role,pg_role,select_cnt,load_balance_node,r…
H A Dcreate_expected_node0.sql7 lb_weight text, field
24 SELECT node_id,hostname,port,status,pg_status,lb_weight,role,pg_role,select_cnt,load_balance_node,r…
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/client_channel/xds/
H A Dxds_api.h118 lb_weight == other.lb_weight && priority == other.priority;
130 uint32_t lb_weight; member
H A Dxds_api.cc1401 const google_protobuf_UInt32Value* lb_weight = in LocalityParse() local
1407 output_locality->lb_weight = in LocalityParse()
1408 lb_weight != nullptr ? google_protobuf_UInt32Value_value(lb_weight) : 0; in LocalityParse()
1409 if (output_locality->lb_weight == 0) return GRPC_ERROR_NONE; in LocalityParse()
1520 if (locality.lb_weight == 0) continue; in EdsResponseParse()
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/xds/
H A Dxds_api.h291 uint32_t lb_weight; member
295 return *name == *other.name && lb_weight == other.lb_weight &&
H A Dxds_api.cc476 ", lb_weight=", lb_weight, ", endpoints=[", in ToString()
1689 const google_protobuf_UInt32Value* lb_weight = in LocalityParse() local
1695 output_locality->lb_weight = in LocalityParse()
1696 lb_weight != nullptr ? google_protobuf_UInt32Value_value(lb_weight) : 0; in LocalityParse()
1697 if (output_locality->lb_weight == 0) return GRPC_ERROR_NONE; in LocalityParse()
1821 if (locality.lb_weight == 0) continue; in EdsResponseParse()
/dports/dns/gdnsd2/gdnsd-2.4.3/plugins/
H A Dweighted.c182 long lb_weight = 0; in config_addr_group_addr() local
187 || !vscf_simple_get_as_long(vscf_array_get_data(lb_data, 1), &lb_weight) in config_addr_group_addr()
188 || lb_weight < 1 || lb_weight > MAX_WEIGHT ) in config_addr_group_addr()
191 res_item->as[lb_idx].weight = lb_weight; in config_addr_group_addr()
/dports/devel/grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_api.h496 uint32_t lb_weight; member
500 return *name == *other.name && lb_weight == other.lb_weight &&
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/xds/
H A Dxds_api.h496 uint32_t lb_weight; member
500 return *name == *other.name && lb_weight == other.lb_weight &&
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/xds/
H A Dxds_api.h498 uint32_t lb_weight; member
502 return *name == *other.name && lb_weight == other.lb_weight &&
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/include/pcp/
H A Dlibpcp_ext.h193 char lb_weight[POOLCONFIG_MAXWEIGHTLEN + 1]; member
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/include/pcp/
H A Dlibpcp_ext.h185 char lb_weight[POOLCONFIG_MAXWEIGHTLEN+1]; member
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/include/pcp/
H A Dlibpcp_ext.h173 char lb_weight[POOLCONFIG_MAXWEIGHTLEN+1]; member
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/include/pcp/
H A Dlibpcp_ext.h197 char lb_weight[POOLCONFIG_MAXWEIGHTLEN + 1]; member
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/filters/client_channel/lb_policy/xds/
H A Dxds_cluster_resolver.cc504 locality.lb_weight = 1; in ReturnResult()
794 uint32_t weight = locality.lb_weight; in CreateChildPolicyAddressesLocked()
796 weight = locality.lb_weight * weight_attribute->weight(); in CreateChildPolicyAddressesLocked()
855 {"weight", locality.lb_weight}, in CreateChildPolicyConfigLocked()

123