Struct MetadataDBFactory

Struct Documentation

struct gkfs::metadata::MetadataDBFactory

Factory to create DB instances

Param path

where KV store data is stored

Param id

parallax or rocksdb (default) backend

Public Static Functions

static inline std::unique_ptr<AbstractMetadataBackend> create(const std::string &path, const std::string_view id)