class CustomDiskFormat
Defined at line 93 of file ../../src/storage/lib/fs_management/cpp/format.h
Public Methods
void CustomDiskFormat (std::string name, std::string_view binary_path, std::string_view component_url)
Defined at line 98 of file ../../src/storage/lib/fs_management/cpp/format.h
void CustomDiskFormat (CustomDiskFormat && )
Defined at line 101 of file ../../src/storage/lib/fs_management/cpp/format.h
const std::string & name ()
Defined at line 103 of file ../../src/storage/lib/fs_management/cpp/format.h
const std::string & binary_path ()
Defined at line 104 of file ../../src/storage/lib/fs_management/cpp/format.h
const std::string & url ()
Defined at line 105 of file ../../src/storage/lib/fs_management/cpp/format.h
DiskFormat Register (std::unique_ptr<CustomDiskFormat> format)
Defined at line 179 of file ../../src/storage/lib/fs_management/cpp/format.cc
const CustomDiskFormat * Get (DiskFormat )
Defined at line 183 of file ../../src/storage/lib/fs_management/cpp/format.cc