Home
last modified time | relevance | path

Searched refs:tagLocalityListKeyFor (Results 1 – 6 of 6) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DSystemData.h76 const Key tagLocalityListKeyFor( Optional<Value> dcID );
H A DSystemData.cpp206 const Key tagLocalityListKeyFor( Optional<Value> dcID ) { in tagLocalityListKeyFor() function
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DMoveKeys.actor.cpp727 tr.set( tagLocalityListKeyFor(server.locality.dcId()), tagLocalityListValue(locality) ); in addStorageServer()
918 tr.set(arena, tagLocalityListKeyFor(s.locality.dcId()), tagLocalityListValue(nextLocality)); in seedShardServers()
H A Dmasterserver.actor.cpp308 tr.set(tr.arena(), tagLocalityListKeyFor(recr.dcId), tagLocalityListValue(loc)); in newTLogServers()
317 tr.set(tr.arena(), tagLocalityListKeyFor(remoteDcId), tagLocalityListValue(loc)); in newTLogServers()
H A DMasterProxyServer.actor.cpp1286 auto localityKey = commitData->txnStateStore->readValue(tagLocalityListKeyFor(req.dcId)).get(); in readRequestServer()
H A Dstorageserver.actor.cpp3552 tr.addReadConflictRange(singleKeyRange(tagLocalityListKeyFor(ssi.locality.dcId()))); in replaceInterface()
3558 …tr.set( tagLocalityListKeyFor(ssi.locality.dcId()), tagLocalityListValue(rep.newTag.get().locality… in replaceInterface()