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

Method splitStorageMetricsStream

fdbclient/NativeAPI.actor.cpp:8291–8298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8289}
8290
8291Future<Void> DatabaseContext::splitStorageMetricsStream(const PromiseStream<Key>& resultStream,
8292 KeyRange const& keys,
8293 StorageMetrics const& limit,
8294 StorageMetrics const& estimated,
8295 Optional<int> const& minSplitBytes) {
8296 return ::splitStorageMetricsStream(
8297 resultStream, Database(Reference<DatabaseContext>::addRef(this)), keys, limit, estimated, minSplitBytes);
8298}
8299
8300ACTOR Future<Standalone<VectorRef<KeyRef>>> splitStorageMetrics(Database cx,
8301 KeyRange keys,

Calls 1

DatabaseClass · 0.50

Tested by

no test coverage detected