Home
last modified time | relevance | path

Searched refs:TSvrRef (Results 1 – 25 of 29) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/
H A Ddbapi_svc_mapper.hpp63 virtual TSvrRef GetServer (const string& service);
65 const TSvrRef& preferred_server,
84 virtual TSvrRef GetServer (const string& service);
86 const TSvrRef& server);
125 virtual TSvrRef GetServer (const string& service);
127 const TSvrRef& server);
136 const TSvrRef& server,
178 virtual TSvrRef GetServer (const string& service);
180 const TSvrRef& server);
186 const TSvrRef& server,
[all …]
H A Ddbapi_conn_factory.hpp107 TSvrRef GetDispatchedServer(const string& service_name);
109 const TSvrRef& server);
113 const TSvrRef& dsp_srv);
135 void Exclude(const string& service_name, const TSvrRef& server) in Exclude()
152 typedef map<string, TSvrRef> TDispatchedSet;
181 TSvrRef last_tried;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/
H A Ddbapi_svc_mapper.hpp63 virtual TSvrRef GetServer (const string& service);
65 const TSvrRef& preferred_server,
84 virtual TSvrRef GetServer (const string& service);
86 const TSvrRef& server);
124 virtual TSvrRef GetServer (const string& service);
126 const TSvrRef& server);
135 const TSvrRef& server,
177 virtual TSvrRef GetServer (const string& service);
179 const TSvrRef& server);
185 const TSvrRef& server,
[all …]
H A Ddbapi_conn_factory.hpp107 TSvrRef GetDispatchedServer(const string& service_name);
109 const TSvrRef& server);
113 const TSvrRef& dsp_srv);
135 void Exclude(const string& service_name, const TSvrRef& server) in Exclude()
152 typedef map<string, TSvrRef> TDispatchedSet;
181 TSvrRef last_tried;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Ddbapi_svc_mapper.cpp134 TSvrRef
138 return TSvrRef(); in GetServer()
141 return TSvrRef(new CDBServer(service)); in GetServer()
179 TSvrRef
184 TSvrRef server; in GetServer()
399 TSvrRef
408 return TSvrRef(); in GetServer()
418 return TSvrRef(); in GetServer()
666 TSvrRef
675 return TSvrRef(); in GetServer()
[all …]
H A Ddbapi_conn_factory.cpp323 TSvrRef dsp_srv = rt_data.GetDispatchedServer(params.GetServerName()); in MakeDBConnection()
374 rt_data.SetDispatchedServer(params.GetServerName(), TSvrRef()); in MakeDBConnection()
467 list<TSvrRef> tried_servers; in DispatchServerName()
479 TSvrRef dsp_srv; in DispatchServerName()
533 ITERATE(list<TSvrRef>, it, tried_servers) { in DispatchServerName()
552 ITERATE(list<TSvrRef>, it, tried_servers) { in DispatchServerName()
806 TSvrRef svr(new CDBServer(server, 0, 0, numeric_limits<unsigned int>::max())); in WorkWithSingleServer()
845 TSvrRef dsp_srv = ctx.last_tried; in x_LogConnection()
988 TSvrRef
999 const TSvrRef& server in SetDispatchedServer()
[all …]
H A Ddbapi_impl_context.cpp414 unsigned int CDriverContext::NofConnections(const TSvrRef& svr_ref, in NofConnections()
458 TSvrRef svr_ref(new CDBServer(srv_name, 0, 0)); in NofConnections()
1250 n = NofConnections(TSvrRef(), pool_name_2); in CloseOldIdleConns()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Ddbapi_svc_mapper.cpp134 TSvrRef
138 return TSvrRef(); in GetServer()
141 return TSvrRef(new CDBServer(service)); in GetServer()
179 TSvrRef
184 TSvrRef server; in GetServer()
389 TSvrRef
398 return TSvrRef(); in GetServer()
408 return TSvrRef(); in GetServer()
656 TSvrRef
665 return TSvrRef(); in GetServer()
[all …]
H A Ddbapi_conn_factory.cpp323 TSvrRef dsp_srv = rt_data.GetDispatchedServer(params.GetServerName()); in MakeDBConnection()
374 rt_data.SetDispatchedServer(params.GetServerName(), TSvrRef()); in MakeDBConnection()
467 list<TSvrRef> tried_servers; in DispatchServerName()
479 TSvrRef dsp_srv; in DispatchServerName()
533 ITERATE(list<TSvrRef>, it, tried_servers) { in DispatchServerName()
552 ITERATE(list<TSvrRef>, it, tried_servers) { in DispatchServerName()
806 TSvrRef svr(new CDBServer(server, 0, 0, numeric_limits<unsigned int>::max())); in WorkWithSingleServer()
845 TSvrRef dsp_srv = ctx.last_tried; in x_LogConnection()
988 TSvrRef
999 const TSvrRef& server in SetDispatchedServer()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/pubseq_gateway/server/
H A Dosg_mapper.hpp82 TSvrRef GetServer (const string& service) in GetServer()
84 void Exclude (const string& service, const TSvrRef& server);
95 TSvrRef GetServer(const string& service, const TTried& tried) in GetServer()
110 TSvrRef ref;
117 TSvrRef x_GetServer(const string& service, const TTried* tried);
H A Dosg_connection.hpp107 TSvrRef m_ServerInfo;
155 TSvrRef x_GetServer();
H A Dosg_mapper.cpp142 TSvrRef COSGServiceMapper::x_GetServer(const string& service, in x_GetServer()
213 vector<TSvrRef> to_exclude; in x_GetServer()
259 ITERATE (vector<TSvrRef>, it, to_exclude) { in x_GetServer()
262 TSvrRef result = TParent::GetServer(service); in x_GetServer()
276 void COSGServiceMapper::Exclude(const string& service, const TSvrRef& server) in Exclude()
H A Dosg_connection.cpp401 TSvrRef pref_info(new CDBServer(m_ServiceName, psg_ip)); in LoadConfig()
534 TSvrRef COSGConnectionPool::x_GetServer() in x_GetServer()
543 TSvrRef server; in x_GetServer()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/impl/
H A Dncbi_dbsvcmapper.hpp168 typedef CRef<CDBServer> TSvrRef; typedef
241 virtual TSvrRef GetServer (const string& service) = 0;
248 const TSvrRef& server) in Exclude()
291 const TSvrRef& preferred_server,
306 typedef set<TSvrRef, SDereferenceLess> TSrvSet;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/impl/
H A Dncbi_dbsvcmapper.hpp168 typedef CRef<CDBServer> TSvrRef; typedef
241 virtual TSvrRef GetServer (const string& service) = 0;
248 const TSvrRef& server) in Exclude()
291 const TSvrRef& preferred_server,
306 typedef set<TSvrRef, SDereferenceLess> TSrvSet;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/impl/
H A Ddbapi_pool_balancer.hpp53 TSvrRef GetServer(CDB_Connection** conn, const CDBConnParams* params);
67 TSvrRef CDBPoolBalancer::GetServer(CDB_Connection** conn, in GetServer()
H A Ddbapi_impl_context.hpp183 virtual unsigned int NofConnections(const TSvrRef& svr_ref,
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/impl/
H A Ddbapi_pool_balancer.hpp53 TSvrRef GetServer(CDB_Connection** conn, const CDBConnParams* params);
67 TSvrRef CDBPoolBalancer::GetServer(CDB_Connection** conn, in GetServer()
H A Ddbapi_impl_context.hpp183 virtual unsigned int NofConnections(const TSvrRef& svr_ref,
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/
H A Dncbi_pool_balancer.hpp59 TSvrRef GetServer(void) in GetServer()
66 TSvrRef x_GetServer(const void* params, IBalanceable** conn);
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/
H A Dncbi_pool_balancer.hpp59 TSvrRef GetServer(void) in GetServer()
66 TSvrRef x_GetServer(const void* params, IBalanceable** conn);
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/
H A Dncbi_pool_balancer.cpp155 TSvrRef CPoolBalancer::x_GetServer(const void* params, IBalanceable** conn) in x_GetServer()
157 TSvrRef result; in x_GetServer()
164 return TSvrRef(&*m_Endpoints.begin()->second.ref); in x_GetServer()
281 return TSvrRef(&*options[i]->second.ref); in x_GetServer()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/corelib/
H A Dncbi_pool_balancer.cpp155 TSvrRef CPoolBalancer::x_GetServer(const void* params, IBalanceable** conn) in x_GetServer()
157 TSvrRef result; in x_GetServer()
164 return TSvrRef(&*m_Endpoints.begin()->second.ref); in x_GetServer()
281 return TSvrRef(&*options[i]->second.ref); in x_GetServer()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/test/
H A Ddbapi_unit_test_connection.cpp357 TSvrRef server01(new CDBServer("MSDEV1")); in MakeCDBUDPriorityMapper01()
358 TSvrRef server02(new CDBServer("MSDEV2")); in MakeCDBUDPriorityMapper01()
384 TSvrRef server01(new CDBServer("MSDEV2")); in s_Check_Validator()
596 TSvrRef server01(new CDBServer("msdev2")); in BOOST_AUTO_TEST_CASE()
597 TSvrRef server02(new CDBServer("msdev1")); in BOOST_AUTO_TEST_CASE()
598 TSvrRef server03(new CDBServer("mssql67")); in BOOST_AUTO_TEST_CASE()
635 TSvrRef cur_server = mapper->GetServer(service_name); in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/dblb/
H A Dncbi_dblb_cli.cpp213 TSvrRef server, in x_RunLookup()
262 TSvrRef ref = mapper->GetServer(name); in x_RunWhatIs()
352 TSvrRef ref = mapper->GetServer(service); in x_RunWhereIs()

12