Home
last modified time | relevance | path

Searched refs:getMasterProxies (Results 1 – 4 of 4) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DTargetedKill.actor.cpp92 auto proxies = cx->getMasterProxies(false); in assassin()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DDatabaseContext.h69 Reference<ProxyInfo> getMasterProxies(bool useProvisionalProxies);
H A DNativeAPI.actor.cpp487 wait(loadBalance(cx->getMasterProxies(false), &MasterProxyInterface::getHealthMetrics, in getHealthMetricsActor()
1045 Reference<ProxyInfo> DatabaseContext::getMasterProxies(bool useProvisionalProxies) { in getMasterProxies() function in DatabaseContext
1063 Reference<ProxyInfo> proxies = cx->getMasterProxies(useProvisionalProxies); in getMasterProxiesFuture()
1195 …when ( GetKeyServerLocationsReply rep = wait( loadBalance( cx->getMasterProxies(info.useProvisiona… in getKeyLocation_internal()
1232 …when ( GetKeyServerLocationsReply _rep = wait( loadBalance( cx->getMasterProxies(info.useProvision… in getKeyRangeLocations_internal()
1438 …when ( GetReadVersionReply v = wait( loadBalance( cx->getMasterProxies(false), &MasterProxyInterfa… in waitForCommittedVersion()
2587 …reply = loadBalance( cx->getMasterProxies(info.useProvisionalProxies), &MasterProxyInterface::comm… in tryCommit()
2910 …when ( GetReadVersionReply v = wait( loadBalance( cx->getMasterProxies(flags & GetReadVersionReque… in getConsistentReadVersion()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DStatus.actor.cpp1320 Reference<ProxyInfo> proxyInfo = cx->getMasterProxies(false); in getProxiesAndMetrics()