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

Method getPushLocations

fdbserver/include/fdbserver/LogSystem.h:669–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667 bool allLocations = false) const = 0;
668
669 void getPushLocations(std::vector<Tag> const& tags, std::vector<int>& locations, bool allLocations = false) {
670 getPushLocations(VectorRef<Tag>((Tag*)&tags.front(), tags.size()), locations, allLocations);
671 }
672
673 virtual bool hasRemoteLogs() const = 0;
674

Callers 2

getLocationsMethod · 0.45
writeTypedMessageMethod · 0.45

Calls 2

frontMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected