Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbclient/
H A DSystemData.h78 Optional<Value> decodeTagLocalityListKey( KeyRef const& );
H A DSystemData.cpp218 Optional<Value> decodeTagLocalityListKey( KeyRef const& key ) { in decodeTagLocalityListKey() function
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DMoveKeys.actor.cpp716 if( decodeTagLocalityListKey( kv.key ) == server.locality.dcId() ) { in addStorageServer()
850 dcId_locality[decodeTagLocalityListKey(kv.key)] = decodeTagLocalityListValue(kv.value); in removeStorageServer()
H A Dmasterserver.actor.cpp673 self->dcId_locality[decodeTagLocalityListKey(kv.key)] = decodeTagLocalityListValue(kv.value); in readTransactionSystemState()