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

Function configureGenerator

fdbcli/ConfigureCommand.actor.cpp:286–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void configureGenerator(const char* text,
287 const char* line,
288 std::vector<std::string>& lc,
289 std::vector<StringRef> const& tokens) {
290 const char* opts[] = { "new",
291 "single",
292 "double",
293 "triple",
294 "three_data_hall",
295 "three_datacenter",
296 "ssd",
297 "ssd-1",
298 "ssd-2",
299 "memory",
300 "memory-1",
301 "memory-2",
302 "memory-radixtree-beta",
303 "commit_proxies=",
304 "grv_proxies=",
305 "logs=",
306 "resolvers=",
307 "perpetual_storage_wiggle=",
308 "perpetual_storage_wiggle_locality=",
309 "storage_migration_type=",
310 "tenant_mode=",
311 "blob_granules_enabled=",
312 nullptr };
313 arrayGenerator(text, line, opts, lc);
314}
315
316CommandFactory configureFactory(
317 "configure",

Callers

nothing calls this directly

Calls 1

arrayGeneratorFunction · 0.85

Tested by

no test coverage detected