MCPcopy Create free account
hub / github.com/apple/foundationdb / onProxiesChanged

Method onProxiesChanged

fdbclient/NativeAPI.actor.cpp:1996–1998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1994}
1995
1996Future<Void> DatabaseContext::onProxiesChanged() const {
1997 return this->proxiesChangeTrigger.onTrigger();
1998}
1999
2000bool DatabaseContext::sampleReadTags() const {
2001 double sampleRate = globalConfig->get(transactionTagSampleRate, CLIENT_KNOBS->READ_TAG_SAMPLE_RATE);

Calls 1

onTriggerMethod · 0.45

Tested by

no test coverage detected