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

Method getChangeFeedStream

fdbclient/NativeAPI.actor.cpp:9660–9669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9658}
9659
9660Future<Void> DatabaseContext::getChangeFeedStream(Reference<ChangeFeedData> results,
9661 Key rangeID,
9662 Version begin,
9663 Version end,
9664 KeyRange range,
9665 int replyBufferSize,
9666 bool canReadPopped) {
9667 return getChangeFeedStreamActor(
9668 Reference<DatabaseContext>::addRef(this), results, rangeID, begin, end, range, replyBufferSize, canReadPopped);
9669}
9670
9671Version OverlappingChangeFeedsInfo::getFeedMetadataVersion(const KeyRangeRef& range) const {
9672 Version v = invalidVersion;

Calls

no outgoing calls

Tested by

no test coverage detected