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

Method applyChanges

fdbserver/ConfigBroadcaster.actor.cpp:500–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500void ConfigBroadcaster::applyChanges(Standalone<VectorRef<VersionedConfigMutationRef>> const& changes,
501 Version mostRecentVersion,
502 Standalone<VectorRef<VersionedConfigCommitAnnotationRef>> const& annotations,
503 std::vector<ConfigFollowerInterface> const& readReplicas) {
504 impl->applyChanges(changes, mostRecentVersion, annotations, readReplicas);
505}
506
507void ConfigBroadcaster::applySnapshotAndChanges(
508 std::map<ConfigKey, KnobValue> const& snapshot,

Callers 3

addMutationMethod · 0.45

Calls

no outgoing calls

Tested by 1

addMutationMethod · 0.36